What problem does it solve?
This Skill removes ambiguity during project phase handoffs by extracting and documenting the implementation decisions that downstream researchers and planners need to proceed without re-asking the user. It centralizes prior context, identifies unresolved "gray areas", and converts interactive discussions into a concrete CONTEXT.md artifact for the next workflow steps.
Core Features & Use Cases
- Prior context loading: Automatically reads PROJECT.md, REQUIREMENTS.md, STATE.md and any existing CONTEXT.md files to avoid re-asking settled questions.
- Codebase scouting: Searches the repository for reusable assets, patterns, and technical constraints that affect phase choices.
- Adaptive questioning: Presents detected gray areas for user selection and performs deep dives until decisions are finalized.
- Deliverable: Produces a
{phase_num}-CONTEXT.md that captures concrete implementation decisions so researchers and planners can act autonomously.
- Use Case: Prepare a new frontend phase by resolving API contracts, shared component reuse, and deployment constraints before writing a detailed plan.
Quick Start
Ask gsd-discuss-phase to analyze phase 2 and produce 2-CONTEXT.md that records resolved implementation decisions and unanswered questions for downstream planning.