<prerequisites phase="0", applies="ALL">
- All Rosetta prep steps MUST be FULLY completed
- USE SKILL
load-project-context,orchestration,hitl - MUST ALWAYS use todo tasks ledger, ASAP. Phases are sequential. Independent tasks can run in parallel.
- Orchestrator trusts the system and skills; coordinates sequence, artifacts, state, and approvals only.
- Workflow state MUST be saved to
agents/TEMP/<FEATURE>/research-flow-state.mdfile. - If
/goalis set repeat phases 3-4 until goal is met.
- Read all lines from CONTEXT.md, ARCHITECTURE.md, and IMPLEMENTATION.md.
- Input: user research request. Output: loaded project context.
- Update
research-flow-state.md.
- Create an optimized research prompt for the user request.
- Save as
research-prompt.mdin FEATURE PLAN folder. Output ONLY the optimized prompt. - Input: user request + project context. Output:
research-prompt.md. - Required skills:
reasoning - Update
research-flow-state.md. - HITL approval of research prompt before execution.
- Execute the approved research prompt as a separate subagent.
- Input: approved
research-prompt.md. Output:docs/<feature>-research.md. - Required skills:
research - Update
research-flow-state.md.
- Finalize
docs/<feature>-research.md. - Input: completed research document. Output: finalized research document.
- Update
research-flow-state.mdand mark complete.