Next Step
Read ../researchstack/references/workflow.md and ../researchstack/references/memory.md.
If the project is ongoing, inspect relevant project memory first via the researchstack-learn workflow. Pull in only high-signal context:
- current thesis,
- venue and deadline,
- known reviewer risks,
- experiment status,
- artifact or reproducibility constraints,
- writing or framing preferences,
- rejected directions.
This skill is a decision layer, not an execution skill.
The job is to answer:
Given the current research state, what should the user do next?
Required output:
- Current stage.
- Blocking mismatch.
- Recommended next skill, usually exactly one and at most two.
- Why this step beats the alternatives.
- What not to do yet.
- A short follow-up chain after the recommended step.
Use assets/next-step-decision-template.md.
Stage labels:
- research-program planning,
- idea formation,
- method formation,
- literature positioning,
- evidence building,
- experiment operations,
- artifact hardening,
- writing,
- layout and figure polish,
- submission triage,
- review and rebuttal.
Common blocking mismatches:
- a durable topic exists but paper candidates overlap,
- the topic is fixed but the proposed method collapses into prior work,
- topic novelty is being confused with method novelty,
- thesis exists but novelty is untested,
- thesis exists but related-work boundary is unclear,
- claims are broader than current evidence,
- results exist but artifact provenance is weak,
- figures exist but claim-to-evidence mapping is unclear,
- writing started before experiment design is locked,
- deadline pressure means scope should shrink rather than expand,
- reviewer risk is known but not answered by an experiment.
Decision rules:
- If the user needs several distinct papers under one topic, recommend
researchstack-program-map.
- If the thesis is vague, recommend
researchstack-lab-intake or researchstack-idea-refine.
- If the user only has an area, recommend
researchstack-idea-finder.
- If the topic is fixed but the method is weak or already has close precedent, recommend
researchstack-method-synthesis.
- If novelty is untested, recommend
researchstack-idea-review.
- If the closest competitors are unclear, recommend
researchstack-literature-map.
- If claims and evaluation are not aligned, recommend
researchstack-experiment-design.
- If experiments are chaotic or results are hard to promote, recommend
researchstack-experiment-ops.
- If numbers or figures cannot be traced, recommend
researchstack-artifact-audit.
- If implementation could invalidate conclusions, recommend
researchstack-code-review.
- If evidence is stable and the thesis is locked, recommend
researchstack-paper-write.
- If writing exists but figures/tables/captions are weak, recommend
researchstack-figure-studio or researchstack-paper-layout.
- If the user is near a deadline, recommend
researchstack-submission-gate.
- If a draft is complete enough to attack, recommend
researchstack-peer-review.
- If reviews exist, recommend
researchstack-rebuttal-coach.
Be decisive. Do not list the whole skill catalog.
If there is not enough information to decide, ask for only the missing state needed to choose the next skill:
- current thesis,
- strongest current evidence,
- closest baseline or related paper,
- whether the topic must remain fixed,
- venue or deadline,
- what artifact/code/result exists now.
When a durable decision emerges, suggest recording it with researchstack-learn.
1---2name: researchstack-next-step-23description: Next-step triage skill for long-running research projects. Use when the user is mid-paper, mid-experiment, mid-writing, or generally stuck and needs a clear recommendation for which researchstack skill to use next, what not to do yet, and why.4---56<!-- AUTO-GENERATED for codex from researchstack v0.3.0. Edit source SKILL.md files, then regenerate from the source checkout. -->78# Next Step910Read [../researchstack/references/workflow.md](../researchstack/references/workflow.md) and [../researchstack/references/memory.md](../researchstack/references/memory.md).1112If the project is ongoing, inspect relevant project memory first via the `researchstack-learn` workflow. Pull in only high-signal context:1314- current thesis,15- venue and deadline,16- known reviewer risks,17- experiment status,18- artifact or reproducibility constraints,19- writing or framing preferences,20- rejected directions.2122This skill is a decision layer, not an execution skill.2324The job is to answer:2526> Given the current research state, what should the user do next?2728Required output:29301. Current stage.312. Blocking mismatch.323. Recommended next skill, usually exactly one and at most two.334. Why this step beats the alternatives.345. What not to do yet.356. A short follow-up chain after the recommended step.3637Use [assets/next-step-decision-template.md](assets/next-step-decision-template.md).3839Stage labels:4041- research-program planning,42- idea formation,43- method formation,44- literature positioning,45- evidence building,46- experiment operations,47- artifact hardening,48- writing,49- layout and figure polish,50- submission triage,51- review and rebuttal.5253Common blocking mismatches:5455- a durable topic exists but paper candidates overlap,56- the topic is fixed but the proposed method collapses into prior work,57- topic novelty is being confused with method novelty,58- thesis exists but novelty is untested,59- thesis exists but related-work boundary is unclear,60- claims are broader than current evidence,61- results exist but artifact provenance is weak,62- figures exist but claim-to-evidence mapping is unclear,63- writing started before experiment design is locked,64- deadline pressure means scope should shrink rather than expand,65- reviewer risk is known but not answered by an experiment.6667Decision rules:6869- If the user needs several distinct papers under one topic, recommend `researchstack-program-map`.70- If the thesis is vague, recommend `researchstack-lab-intake` or `researchstack-idea-refine`.71- If the user only has an area, recommend `researchstack-idea-finder`.72- If the topic is fixed but the method is weak or already has close precedent, recommend `researchstack-method-synthesis`.73- If novelty is untested, recommend `researchstack-idea-review`.74- If the closest competitors are unclear, recommend `researchstack-literature-map`.75- If claims and evaluation are not aligned, recommend `researchstack-experiment-design`.76- If experiments are chaotic or results are hard to promote, recommend `researchstack-experiment-ops`.77- If numbers or figures cannot be traced, recommend `researchstack-artifact-audit`.78- If implementation could invalidate conclusions, recommend `researchstack-code-review`.79- If evidence is stable and the thesis is locked, recommend `researchstack-paper-write`.80- If writing exists but figures/tables/captions are weak, recommend `researchstack-figure-studio` or `researchstack-paper-layout`.81- If the user is near a deadline, recommend `researchstack-submission-gate`.82- If a draft is complete enough to attack, recommend `researchstack-peer-review`.83- If reviews exist, recommend `researchstack-rebuttal-coach`.8485Be decisive. Do not list the whole skill catalog.8687If there is not enough information to decide, ask for only the missing state needed to choose the next skill:8889- current thesis,90- strongest current evidence,91- closest baseline or related paper,92- whether the topic must remain fixed,93- venue or deadline,94- what artifact/code/result exists now.9596When a durable decision emerges, suggest recording it with `researchstack-learn`.