gsd-manager

Coordinate milestone phases from a terminal with a live dashboard and background agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of coordinating and tracking multiple milestone phases without losing context across terminals, while still planning, discussing, and executing work in a single place.

Core Features & Use Cases

  • Milestone dashboard with phase status: Shows a consolidated view of all phases with visual indicators of what’s happening and what’s next.
  • Recommended next actions: Suggests optimal follow-ups so you can keep momentum without manually stitching plans to executions.
  • Inline discussion + parallel background agents: Lets you discuss a phase while other agents plan or execute other phases in the background.
  • Use Case: When a milestone has ROADMAP.md/STATE.md and multiple phase directories, you can manage progress across them concurrently from one terminal session.

Quick Start

Run gsd-manager in your milestone workspace so it loads the phase list and continuously refreshes the dashboard until you exit or all phases complete.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I coordinate multiple milestone phases from a single terminal?

Milestone phase coordination from a single terminal uses a live status dashboard to display phase progress, recommend next actions, and dispatch planning or execution tasks to background agents concurrently.

What do I need to set up before running a milestone dashboard for task orchestration?

Task orchestration requires a project workspace containing a .planning/ROADMAP.md file, a .planning/STATE.md file, and phase directories that define status and progress for the milestone.

Can I discuss one project phase while other background agents execute tasks in parallel?

Parallel background agent execution allows you to maintain inline discussion about an active phase while separate agents independently plan or execute other milestone phases in the background.

How does workflow planning handle dependency analysis across milestone phase directories?

Workflow planning applies optional dependency analysis via the --analyze-deps flag to evaluate and map relationships across phase directories before dispatching orchestration commands.

What is the best way to track multi-phase workflow progress without losing context across terminals?

Multi-phase workflow tracking is managed by an interactive execution loop that continuously refreshes a consolidated dashboard view, ensuring context is preserved within one terminal session until all phases complete.