blueprint-feature-tracker-status

Solid

Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start work.

Data & Documents 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Display feature tracker statistics, phase progress, and completion summary. ## When to Use This Skill | Use this skill when... | Use blueprint-feature-tracker-sync instead when... | |---|---| | You want a read-only view of completion stats and phase progress | You need to reconcile TODO.md with the tracker (writes) | | You want to see PRD coverage and ready-to-start work | You want to drain WO entries via `--drain-wave` | | You're checking blocked features without modifying state | You want to recalculate completion percentages | | You want a quick "where are we?" snapshot | Use feature-tracking instead for low-level FR-code edits | ## Steps 1. **Check if feature tracking is enabled**: - Look for `docs/blueprint/feature-tracker.json` - If not found, report: ``` Feature tracking not enabled in this project. Run `/blueprint:init` and enable feature tracking to get started. ``` 2. **Load tracker data**: - Read `feature-tracker.json` - Extract project name, source document, last_updated - Get statistics section - Get phase information - Get PRD status 3. **Calculate derived metrics** (if not in statistics): - Count features by status at all nesting levels - Calculate completion percentage - Count features per phase - Count PRDs by status 3a. **Confirm the statistics cache is trustworthy** (read-only): Everything this skill displays is quoted from `statistics`, which is a **cache** of the features collection — so v...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category