Gather phase context through questions
gsd:discuss-phaseskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Gather phase context via adaptive questioning
Best for
Starting a phase when you want the system to ask smart questions that avoid re-asking decisions already locked by prior phases.
Inputs
- · phase number
- · --all|--auto|--chain|--power flags
Outputs
- · {phase_num}-CONTEXT.md
- · implementation decisions documented
Requires
- · Read
- · Write
- · Bash
- · Glob
- · Grep
- · AskUserQuestion
- · Task
Preconditions
Phase directory exists; PROJECT.md and REQUIREMENTS.md accessible; prior CONTEXT.md files available for reference
Failure modes
Phase directory missing; grey area marked as blocker without resolution; prior context contradicts current phase; --power mode file not readable
Trust signals
- · Loads prior context (PROJECT.md, REQUIREMENTS.md, prior CONTEXT.md)
- · Scouts codebase for reusable assets
- · Skips grey areas already decided
- · Produces CONTEXT.md specific enough for downstream agents