gsd-autonomous

Automate milestone phase execution from discussion through planning to execution.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-autonomous-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-autonomous
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-autonomous-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the need for repeated manual coordination across milestone phases by autonomously driving the discuss → plan → execute loop for each remaining phase.

Core Features & Use Cases

  • Phase-by-phase autonomous execution: Runs each remaining milestone phase in order, from discussion through planning and execution.
  • Progress-aware orchestration: Uses roadmap discovery and state to start from the first incomplete phase and continue until completion.
  • User decision gates: Pauses only for user-required decisions such as grey area acceptance, blockers, or validation requests.

Quick Start

Ask the system to run gsd-autonomous from the first incomplete phase using the default flow.

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 execution across multiple phases?

Autonomous milestone execution automates the discuss-plan-execute loop for each remaining phase in sequence. It uses roadmap discovery and state tracking to start from the first incomplete phase and drive workflow orchestration until completion.

What is state tracking in workflow orchestration and when is it needed?

State tracking in workflow orchestration records milestone progress by updating files like STATE.md and ROADMAP.md after each phase. It is needed when phased execution requires progress-aware coordination to resume from the last incomplete task safely.

How do I start autonomous planning from the first incomplete phase?

To start autonomous planning from the first incomplete phase, trigger the autonomous workflow entrypoint. The system performs roadmap discovery to identify incomplete phases and begins coordinating task execution while preserving user decision gates.

Does autonomous task execution pause for user decisions during phase discovery?

Yes, autonomous task execution pauses at user decision gates for required inputs. It stops for grey area acceptance, blocker resolution, or validation requests, ensuring safe milestone execution before proceeding to the next planning phase.

Do I need an autonomous workflow entrypoint to run milestone phases end-to-end?

Yes, you need an autonomous workflow entrypoint to run milestone phases end-to-end. This entrypoint coordinates phase discovery, state tracking, and gated user decision points to safely complete the remaining milestone execution.

What are the limitations of autonomous phase execution for milestone management?

Autonomous phase execution for milestone management relies on continuous state tracking and cannot proceed past user decision gates without input. It stops when blockers require validation or when grey area acceptance is needed for safe phase completion.