gsd-autonomous

Orchestrate discuss-plan-execute milestone phases using ROADMAP.md and gsd-tools.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-autonomous-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-autonomous
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-autonomous
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-autonomous-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end milestone workflows by iterating discuss → plan → execute for each remaining phase, reducing manual coordination and ensuring consistent progress tracking.

Core Features & Use Cases

  • Orchestrates autonomous phase execution with built-in blocker handling and progress visibility.
  • Updates phase artifacts after every phase (CONTEXT.md, PLANs, SUMMARYs) and logs progress in the .planning directory.
  • Leverages ROADMAP.md for phase discovery and performs end-to-end cleanup when milestones complete.

Quick Start

Begin the autonomous milestone workflow from the current ROADMAP and let the agent progress through discuss, plan, and execute all remaining 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 workflow phases from a roadmap?

Automating milestone workflow phases requires iterating through discuss, plan, and execute cycles for each phase. This Skill uses a ROADMAP.md file to discover remaining phases and autonomously progresses through them while updating artifacts like CONTEXT.md and SUMMARYs.

What is autonomous phase execution for project milestones?

Autonomous phase execution is an AI agent workflow that drives milestone phases without manual coordination. It automatically handles phase discovery, blocker management, and progress logging in a .planning directory to ensure consistent milestone advancement.

How do I start the autonomous milestone workflow?

To start the autonomous milestone workflow, ensure your project includes a ROADMAP.md file. The agent will then read the roadmap, identify remaining phases, and begin iterating through the discuss, plan, and execute stages automatically.

Does the autonomous milestone agent handle blockers during execution?

Yes, the autonomous milestone agent includes built-in blocker handling during phase execution. When a blocker is encountered, it manages the issue within the workflow and continues logging progress in the .planning directory until the blocker is resolved.

Can I use this milestone automation without a ROADMAP.md file?

No, this milestone automation requires a ROADMAP.md file to function. The agent relies on this specific file format for phase discovery and to determine the remaining phases it needs to iterate through.

What artifacts are updated during autonomous milestone execution?

During autonomous milestone execution, the agent updates phase artifacts including CONTEXT.md, PLANs, and SUMMARYs. It also records all progress logs in the .planning directory and performs end-of-milestone cleanup upon completion.