← ClaudeAtlas

blueprint-feature-tracker-statuslisted

Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start work.
laurigates/claude-plugins · ★ 37 · Data & Documents · score 80
Install: claude install-skill laurigates/claude-plugins
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 4. **Display status report**: ``` Feature Tracker Status ====================== Project: {project} Source: {source_document} Last Updated: {last_updated} Overall Pr