gsd-autonomous

Automate milestone phases through discuss, plan, and execute cycles.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-autonomous-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-autonomous
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-autonomous-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end milestone progression by running a disciplined discuss → plan → execute loop for each phase, reducing manual coordination and decision fatigue.

Core Features & Use Cases

  • End-to-end automation: For each milestone phase, the workflow performs discuss → plan → execute, pausing only for explicit user decisions.
  • Progress tracking and auditing: Updates .planning/STATE.md after every phase and records progress in .planning/ROADMAP.md.
  • Artifact generation: Creates phase artifacts such as CONTEXT.md, PLANs, and SUMMARYs, then cleans up when the milestone is complete.

Quick Start

Initiate the autonomous milestone workflow from the repository root to begin the discuss-plan-execute cycle across phases.

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 progression for multi-phase projects?

Automate milestone progression by running a discuss, plan, and execute loop for each phase. The workflow coordinates phase discovery, planning, execution, and blocker handling while updating STATE.md and ROADMAP.md after every phase.

What is the discuss plan execute workflow for project milestones?

The discuss plan execute workflow is an automated cycle that processes each milestone phase sequentially. It performs phase discovery, generates planning artifacts, executes tasks, handles blockers, and audits progress before cleanup.

How do I track milestone progress and audit phase completion automatically?

Track milestone progress by automatically updating .planning/STATE.md after each phase and recording progress in .planning/ROADMAP.md. The workflow audits completion and generates phase artifacts like CONTEXT.md, PLANs, and SUMMARYs.

Can I automate blocker handling during milestone execution?

Yes, blocker handling is integrated into the automated milestone execution cycle. The workflow pauses only for explicit user decisions when blockers arise, then continues the discuss, plan, and execute loop for subsequent phases.

Does autonomous milestone execution work for multi-phase projects with no dependencies?

Yes, autonomous milestone execution runs dependency-free and is designed for multi-phase projects. It initiates from the repository root and coordinates the full workflow without requiring external components.

What artifacts does automated milestone planning generate during execution?

Automated milestone planning generates phase artifacts including CONTEXT.md, PLANs, and SUMMARYs. These artifacts document each phase and are cleaned up when the milestone is complete.