Next Step
Read ../references/workflow.md and ../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-step3description: 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# Next Step78Read [../references/workflow.md](../references/workflow.md) and [../references/memory.md](../references/memory.md).910If the project is ongoing, inspect relevant project memory first via the `researchstack-learn` workflow. Pull in only high-signal context:1112- current thesis,13- venue and deadline,14- known reviewer risks,15- experiment status,16- artifact or reproducibility constraints,17- writing or framing preferences,18- rejected directions.1920This skill is a decision layer, not an execution skill.2122The job is to answer:2324> Given the current research state, what should the user do next?2526Required output:27281. Current stage.292. Blocking mismatch.303. Recommended next skill, usually exactly one and at most two.314. Why this step beats the alternatives.325. What not to do yet.336. A short follow-up chain after the recommended step.3435Use [assets/next-step-decision-template.md](assets/next-step-decision-template.md).3637Stage labels:3839- research-program planning,40- idea formation,41- method formation,42- literature positioning,43- evidence building,44- experiment operations,45- artifact hardening,46- writing,47- layout and figure polish,48- submission triage,49- review and rebuttal.5051Common blocking mismatches:5253- a durable topic exists but paper candidates overlap,54- the topic is fixed but the proposed method collapses into prior work,55- topic novelty is being confused with method novelty,56- thesis exists but novelty is untested,57- thesis exists but related-work boundary is unclear,58- claims are broader than current evidence,59- results exist but artifact provenance is weak,60- figures exist but claim-to-evidence mapping is unclear,61- writing started before experiment design is locked,62- deadline pressure means scope should shrink rather than expand,63- reviewer risk is known but not answered by an experiment.6465Decision rules:6667- If the user needs several distinct papers under one topic, recommend `researchstack-program-map`.68- If the thesis is vague, recommend `researchstack-lab-intake` or `researchstack-idea-refine`.69- If the user only has an area, recommend `researchstack-idea-finder`.70- If the topic is fixed but the method is weak or already has close precedent, recommend `researchstack-method-synthesis`.71- If novelty is untested, recommend `researchstack-idea-review`.72- If the closest competitors are unclear, recommend `researchstack-literature-map`.73- If claims and evaluation are not aligned, recommend `researchstack-experiment-design`.74- If experiments are chaotic or results are hard to promote, recommend `researchstack-experiment-ops`.75- If numbers or figures cannot be traced, recommend `researchstack-artifact-audit`.76- If implementation could invalidate conclusions, recommend `researchstack-code-review`.77- If evidence is stable and the thesis is locked, recommend `researchstack-paper-write`.78- If writing exists but figures/tables/captions are weak, recommend `researchstack-figure-studio` or `researchstack-paper-layout`.79- If the user is near a deadline, recommend `researchstack-submission-gate`.80- If a draft is complete enough to attack, recommend `researchstack-peer-review`.81- If reviews exist, recommend `researchstack-rebuttal-coach`.8283Be decisive. Do not list the whole skill catalog.8485If there is not enough information to decide, ask for only the missing state needed to choose the next skill:8687- current thesis,88- strongest current evidence,89- closest baseline or related paper,90- whether the topic must remain fixed,91- venue or deadline,92- what artifact/code/result exists now.9394When a durable decision emerges, suggest recording it with `researchstack-learn`.