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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of juggling multiple work phases and their dependencies without losing track of progress or the best next actions.

Core Features & Use Cases

  • Phase dashboard with visual status: Displays all phases and their current state in one place so you always know what’s happening.
  • Inline discussion + background planning/execution: Lets you talk through a phase while other phases are planned or executed as background agents.
  • Recommendations for optimal next steps: Suggests what to do next based on milestone progress, roadmap, and state.
  • Use Case: When you’re coordinating a milestone with several moving parts, you can keep the whole workflow moving from a single terminal session rather than context-switching across commands and files.

Quick Start

Run the gsd-manager skill with an active milestone that contains ROADMAP.md and STATE.md.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I manage milestone phase planning and execution from a single terminal dashboard?

You can manage milestone phase planning and execution from a single terminal dashboard by reading existing .planning/ROADMAP.md and STATE.md files to track progress and dispatch work via Skill() commands.

What is the best way to track workflow orchestration and phase dependencies without context switching?

Workflow orchestration and dependency tracking without context switching is handled by maintaining a dashboard refresh loop that displays visual phase status and dispatches background agents for parallel planning and execution tasks.

How do I get action recommendations for optimal next steps during milestone management?

Action recommendations for optimal next steps are generated by analyzing your milestone progress, roadmap, and current state to suggest what to do next directly within the terminal dashboard interface.

Can I run dependency analysis on existing planning files to resolve workflow bottlenecks?

Yes, you can run dependency analysis on existing planning files to resolve workflow bottlenecks by providing the --analyze-deps flag when executing the skill.

Do I need specific planning files to start the terminal dashboard for milestone coordination?

You need an active milestone containing .planning/ROADMAP.md and .planning/STATE.md files to start the terminal dashboard and begin coordinating your workflow phases effectively.