What problem does it solve?
Extract implementation decisions that downstream agents need — researcher and planner will use CONTEXT.md to know what to investigate and what choices are locked. It loads prior context (PROJECT.md, REQUIREMENTS.md, STATE.md, prior CONTEXT.md files), scouts codebase for reusable assets and patterns, analyzes the phase to skip gray areas already decided, and surfaces remaining areas for deep dive. It outputs a phase-specific CONTEXT.md with decisions that guide research and planning for downstream agents.
Core Features & Use Cases
- Load prior context and surface decisions to align stakeholders.
- Scout the codebase for reusable assets and patterns to inform phase planning.
- Identify gray areas and generate explicit CONTEXT.md decisions to guide research and planning.
- Output a phase-specific CONTEXT.md to enable downstream agents to act without further prompting.
Quick Start
Run the discuss-phase workflow to generate the CONTEXT.md that guides research and planning.