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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the friction of coordinating multiple milestone phases by giving you a single dashboard to track status and decide what to do next.

Core Features & Use Cases

  • Single-terminal phase dashboard: View all phases with visual status indicators so you know what’s done, what’s blocked, and what’s next.
  • Action recommendations and dispatching: Suggests optimal next actions and triggers the right existing GSD commands to move work forward.
  • Parallel discussion and execution: Lets you discuss one phase while planning or executing others in the background for power-user throughput.
  • Lifecycle-aware management: Reads planning artifacts like ROADMAP and STATE to keep execution aligned with the milestone lifecycle.

Quick Start

Run the manager workflow inside a milestone repository that contains ROADMAP.md and STATE.md, then keep the dashboard loop running until you exit or all phases are complete.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I track milestone status and coordinate parallel project phases from one terminal?

Run the manager workflow inside a milestone repository containing .planning/STATE.md and .planning/ROADMAP.md to generate a status dashboard and dispatch phase actions. Keep the dashboard loop running until all phases are complete or you exit.

Can I discuss one project phase while planning or executing others in the background?

Yes, parallel discussion and execution lets you hold inline discussion on one phase while planning or executing others in the background using Task agents. This power-user workflow maximizes throughput across multiple milestone phases simultaneously.

Do I need existing planning files to use the milestone phase dashboard?

Yes, lifecycle-aware management requires reading existing planning artifacts like .planning/ROADMAP.md and .planning/STATE.md. Run the workflow inside a milestone repository containing these files to keep execution aligned with the milestone lifecycle.

What's the best way to orchestrate task workflows across multiple milestone phases?

Task orchestration across milestone phases is best handled by a single-terminal dashboard that reads ROADMAP and STATE files, suggests optimal next actions, and triggers existing GSD commands via Skill() and background Task agents to coordinate parallel execution.

How does action recommendation and dispatching work for milestone lifecycle management?

Action recommendation and dispatching works by reading milestone STATE and ROADMAP to determine current phase status, then suggesting optimal next actions and triggering the right existing GSD commands to move work forward from the dashboard.