speckit-diagram-status

Generate a Mermaid diagram visualizing feature progression across the SDD lifecycle.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/datamonsterr/mycoai_projects --skill speckit-diagram-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-diagram-status
Source: https://github.com/datamonsterr/mycoai_projects/tree/main/.agents/skills/speckit-diagram-status
Command: npx skills add https://github.com/datamonsterr/mycoai_projects --skill speckit-diagram-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically visualize the current status of features across the SDD lifecycle by generating a Mermaid diagram, giving teams a quick dashboard of what is specified, planned, tasked, implemented, and verified.

Core Features & Use Cases

  • Project-wide progress: scans specs/ to determine per-feature progress by presence of artifacts (spec.md, plan.md, tasks.md, checklist.md) and completion markers.
  • Diagram output: renders a Mermaid diagram (Gantt-style or quadrant) usable in Markdown files and docs.
  • Use Case: for a spec-kit project, produce a live dashboard showing all features’ current phase and completion percentages.

Quick Start

Run the speckit-diagram-status skill to generate the current Feature Progress Diagram for your project.

Frequently Asked Questions about speckit-diagram-status

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

FAQPage Schema
How do I visualize feature progress across SDD phases in a spec-kit project?

This skill automates generating a Mermaid diagram to visualize feature progress by scanning the .specify/ directory for artifacts like spec.md, plan.md, tasks.md, and checklist.md, then outputting a diagram-compatible Markdown snippet.

Can I generate a Mermaid diagram from my specs folder to track feature status?

Yes, you can generate a Mermaid diagram from your specs folder to track feature status. The skill computes per-feature progress by checking for completion markers in spec.md, plan.md, tasks.md, and checklist.md, rendering a Gantt-style or quadrant diagram.

How does checking for artifacts like spec.md and tasks.md compute feature completion?

Checking for artifacts like spec.md and tasks.md computes feature completion by scanning the specs/ directory under .specify/. It verifies the presence of these files and their completion markers to calculate per-feature progress across the SDD lifecycle.

Does this feature progress diagram tool work with any spec-kit directory structure?

This feature progress diagram tool works specifically with spec-kit projects organized under a .specify/ directory. It requires feature directories to be located under specs/ to correctly scan artifacts and compute the SDD lifecycle progress.

What is the best way to create a live dashboard for spec-kit feature phases?

The best way to create a live dashboard for spec-kit feature phases is using this skill to render a Mermaid diagram. It outputs a Markdown snippet usable in docs, visualizing what is specified, planned, tasked, implemented, and verified.