gsd-autonomous

Automate milestone execution through a discuss, plan, and execute workflow.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-autonomous-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/gsd/gsd-autonomous
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-autonomous-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the need for manual step-by-step coordination by running the rest of a milestone end-to-end, phase by phase, until the milestone is complete.

Core Features & Use Cases

  • Autonomous phase execution: Runs each remaining phase in a consistent discuss → plan → execute loop.
  • Milestone-aware discovery: Uses ROADMAP.md and state to detect which phases remain and where to resume.
  • Controlled user gates: Pauses only for user decisions in the predefined “grey areas” (acceptance, blockers, and validation requests).
  • Progress auditing and cleanup: Performs a final milestone audit, completes the milestone, and cleans up phase artifacts.

Quick Start

Run gsd-autonomous to complete the remaining milestone phases autonomously while pausing only when the Skill needs your decision.

Frequently Asked Questions about gsd-autonomous

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

FAQPage Schema
How do I automate remaining milestone phases in a roadmap project?

Automating remaining milestone phases requires a discuss, plan, and execute loop that coordinates end-to-end execution. This Skill runs each phase sequentially, updating state and roadmap files after completion until the milestone is finished.

What is autonomous phase orchestration for milestone-driven projects?

Autonomous phase orchestration is the process of coordinating milestone phases through a discuss, plan, and execute workflow. It uses roadmap-based discovery to detect remaining phases and tracks progress statefuly to support pausing or resumption.

How does autonomous execution handle user decisions and blockers?

Autonomous execution handles user decisions by pausing only at predefined user gates for acceptance, blockers, and validation requests. It resumes automatically once you provide the required input, avoiding manual step-by-step coordination.

Can I resume phase execution from a specific point in the roadmap?

Yes, you can resume phase execution from a specific point. The Skill uses ROADMAP.md and planning state to detect which phases remain and where to resume, supporting optional resumption or single-phase execution.

Do I need a ROADMAP.md file to run autonomous milestone execution?

Yes, a ROADMAP.md file is required for autonomous milestone execution. The Skill uses roadmap-based phase selection to discover remaining phases and updates both .planning/STATE.md and .planning/ROADMAP.md after each phase completes.

What happens after the final milestone phase completes autonomously?

After the final milestone phase completes, the Skill performs a final milestone audit, completes the milestone, and cleans up phase artifacts. This ensures progress is tracked and temporary execution files are removed.