gsd-phase-executor

Execute roadmap phases by loading PLAN.md files and tracking progress.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/da-moon/manus-skills --skill gsd-phase-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-phase-executor
Source: https://github.com/da-moon/manus-skills/tree/main/skills/gsd-phase-executor
Command: npx skills add https://github.com/da-moon/manus-skills --skill gsd-phase-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates end-to-end execution of roadmap phases by loading PLAN.md files, applying the described tasks, and producing progress artifacts, reducing manual coordination overhead.

Core Features & Use Cases

  • Plan discovery and wave-based execution: reads phase plans and groups tasks into waves, enabling both sequential and parallel work.
  • State tracking and branch management: maintains phase context, creates/checks out phase branches, and records progress via SUMMARY.md and related state files.
  • Verification and documentation: runs verification steps, writes SUMMARY.md entries, and supports auto-advancing to subsequent phases.

Quick Start

Initiate execution by specifying a phase number to load its PLAN.md files and begin applying tasks, tracking progress, and progressing to the next phase automatically.

Frequently Asked Questions about gsd-phase-executor

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

FAQPage Schema
How do I automate roadmap phase execution from a markdown planning file?

The tool groups tasks from your PLAN.md files into waves, enabling both sequential and parallel work during roadmap phase execution. It maintains phase context and records progress via SUMMARY.md files to track completion status.

How does branch management work during automated phase execution?

To start automated phase execution, specify a phase number to load its corresponding PLAN.md files. The system then applies the described tasks, tracks progress, writes SUMMARY.md entries, and auto-advances to subsequent phases upon completion.

Can I run project management tasks in parallel waves using a plan file?

You need a structured PLAN.md file describing your tasks and verification steps. The system is suitable for project-management workflows requiring deterministic phase execution, state tracking, branch handling, and automatic progression to subsequent phases.

What is the best way to track progress and state across multiple project phases?

The system runs verification steps and writes SUMMARY.md entries to document completion. If verification passes, it supports auto-advancing to subsequent phases, ensuring continuous progression through your roadmap without manual intervention.