gsd-autonomous

Automate milestone phases by executing the discuss, plan, and execute loop.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-autonomous-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/gsd-autonomous
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-autonomous-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of all remaining milestone phases by guiding a discuss→plan→execute loop, reducing manual orchestration and decision fatigue.

Core Features & Use Cases

  • Orchestrates phase discovery, planning, and execution for milestones using ROADMAP.md and phase commands.
  • Persists state updates: .planning/STATE.md, ROADMAP.md, and per-phase artifacts (CONTEXT.md, PLANs, SUMMARYs).
  • Supports optional interactive pauses for blockers, questions, and validations to ensure safe progression.

Quick Start

Run the autonomous milestone workflow from start to finish.

Frequently Asked Questions about gsd-autonomous

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

FAQPage Schema
How do I automate milestone phase execution end-to-end from a roadmap?

Autonomous milestone phase execution is achieved by running a discuss, plan, and execute loop for each phase. The workflow reads ROADMAP.md for phase discovery and automatically updates state artifacts like CONTEXT.md, PLANs, and SUMMARYs after each cycle.

How does phase discovery work when orchestrating milestone workflows?

Phase discovery works by reading the ROADMAP.md file to identify remaining milestone phases. It then systematically orchestrates the execution of each phase by automating the discuss, plan, and execute loop.

Can I run specific milestone phases instead of executing the entire roadmap?

Yes, you can customize milestone phase execution using optional flags like --from, --to, and --only. These flags allow you to target specific phases within the workflow instead of running the entire roadmap autonomously.

How do I handle blockers or validation questions during autonomous milestone execution?

You can handle blockers and validations during autonomous milestone execution by using the --interactive flag. This enables optional interactive pauses, ensuring safe progression by allowing you to address questions and validations before moving forward.

What state files are updated when running an autonomous milestone workflow?

The autonomous milestone workflow persists state updates across several files. It updates .planning/STATE.md, ROADMAP.md, and per-phase artifacts including CONTEXT.md, PLANs, and SUMMARYs to maintain orchestration continuity.

Does the workflow automatically clean up artifacts after milestone completion?

Yes, the workflow ensures cleanup after milestone completion. This prevents leftover artifacts from cluttering the workspace once the discuss, plan, and execute loop successfully finishes all discovered phases.