Execute all project phases autonomously
gsd:autonomousskillsetup L3★3,035
davepoon/buildwithclaude ↗What it does
Execute all remaining phases autonomously per roadmap
Best for
Running multi-phase milestones end-to-end when you want the system to handle phase transitions and blockers without manual routing.
Inputs
- · --from N
- · --to N
- · --only N
- · --interactive
Outputs
- · .planning/STATE.md
- · .planning/ROADMAP.md
- · phase artifacts (CONTEXT.md, PLANs, SUMMARYs)
Requires
- · Read
- · Write
- · Bash
- · Glob
- · Grep
- · AskUserQuestion
- · Task
- · Agent
Preconditions
ROADMAP.md and STATE.md exist; project structure in .planning/phases; at least one incomplete phase
Failure modes
ROADMAP.md missing or malformed; phase directory doesn't exist; grey area marked as blocker; user decisions timeout during interactive mode
Trust signals
- · Uses ROADMAP.md phase discovery
- · Pauses only for grey-area user decisions
- · Updates STATE.md after each phase
- · Produces auditable phase artifacts