speckit-diagram-status

Scan spec-kit project directories and generate a Mermaid feature progress diagram.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-diagram-status-b0yz4kr14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-diagram-status
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-diagram-status
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-diagram-status-b0yz4kr14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns scattered spec artifacts into a clear, at-a-glance view of where each feature stands across the SDD lifecycle, so teams can spot what is specified, planned, tasked, implemented, and verified without manual hunting.

Core Features & Use Cases

  • Automated feature scanning: Detects which artifacts exist per feature directory (spec.md, plan.md, tasks.md, checklist.md).
  • Progress calculation: Computes implementation completion by counting checked tasks in tasks.md and determines feature phase and status.
  • Mermaid reporting: Produces a valid Mermaid diagram (gantt by default, with a pie-chart alternative for focused cases) plus a summary table of phases and progress.

Quick Start

Run speckit-diagram-status to generate a Mermaid dashboard that summarizes every feature’s current SDD phase and task completion.

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 spec-kit project progress across SDD phases?

You can generate a Mermaid feature progress diagram by running this Skill against your spec-kit project. It scans feature directories for artifact files and outputs a gantt chart or pie-chart alternative showing SDD phase completion and task status.

How is feature implementation progress calculated from spec-kit artifacts?

The Skill computes implementation completion by parsing tasks.md checkbox completion. It detects the presence of spec.md, plan.md, and checklist.md to assign features to their correct SDD phase.

What is the best way to report feature status across many SDD features?

Generating a Mermaid dashboard that summarizes every feature's current SDD phase and task completion is the best way to report status. It includes a summary table of phases and progress alongside the visual diagram.

Does this feature status visualization tool require any external dependencies?

This Skill has zero dependencies. It natively reads your spec-kit project files like spec.md and tasks.md to compute progress and output Mermaid diagrams without requiring additional packages.

What Mermaid diagram types are supported for SDD lifecycle reporting?

The Skill produces valid Mermaid gantt diagrams by default, with a pie-chart alternative for focused reporting. It applies to status reporting workflows needing visibility into SDD phases.