gsd-autonomous

Executes all remaining milestone phases autonomously through discuss, plan, and execute cycles.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/WeWake1/BSOMS --skill gsd-autonomous-wewake1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/WeWake1/BSOMS/tree/main/.agent/skills/gsd-autonomous
Command: npx skills add https://github.com/WeWake1/BSOMS --skill gsd-autonomous-wewake1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a multi-phase project milestone manually requires repeatedly invoking separate discuss, plan, and execute commands for each phase, which is slow and error-prone. This Skill automates the entire loop so a milestone progresses from its current state to completion with minimal intervention. ## Core Features & Use Cases - Autonomous Phase Execution: Discovers remaining phases from ROADMAP.md and runs discuss, plan, and execute steps for each one in sequence. - State Tracking: Updates .planning/STATE.md and .planning/ROADMAP.md after every phase, producing CONTEXT.md, PLAN, and SUMMARY artifacts per phase. - Controlled Pauses: Stops only for genuine user decisions such as grey-area acceptance, blockers, and validation requests, then resumes automatically. - Use Case: A developer with a 5-phase milestone roadmap invokes the Skill once, optionally with --from 3 to resume at phase 3, and the milestone runs to completion including final audit and cleanup. ## Quick Start Ask the AI to run all remaining milestone phases autonomously, optionally starting from a specific phase number.

Frequently Asked Questions about gsd-autonomous

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run all remaining project phases automatically?

Invoke the gsd-autonomous skill, which discovers incomplete phases from ROADMAP.md and runs discuss, plan, and execute for each in order. It pauses only for blockers or decisions requiring user input.

How to resume an autonomous milestone run from a specific phase?

Pass the --from N flag to start execution at phase N instead of the first incomplete phase. The workflow resolves project context and phase state internally before continuing.

What files does the autonomous phase workflow update?

It updates .planning/STATE.md and .planning/ROADMAP.md after each phase, and creates per-phase artifacts including CONTEXT.md, PLANs, and SUMMARYs. After all phases finish, it runs a milestone audit and cleanup.

When does the autonomous workflow pause for user input?

It pauses only for grey-area acceptance decisions, blockers that cannot be resolved automatically, and explicit validation requests. All other phase transitions proceed without interruption.

What are the limitations of autonomous milestone execution?

It depends on an existing ROADMAP.md with defined phases and the gsd-tools init commands for state resolution. Projects without this planning structure must set up the roadmap and state files first.