From feature-workflow
Displays project status dashboard from DASHBOARD.md, summarizing in-progress, backlog by priority, and completed features. Supports category filters and feature ID details. Use for status checks and backlog overviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-workflow:feature-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide a quick overview of project status and backlog.
Provide a quick overview of project status and backlog.
Invoke this skill when the user asks:
$ARGUMENTS can be:
cat:<category> — filter all tables to only show features matching that category (case-insensitive)Read docs/features/DASHBOARD.md - this is the auto-generated dashboard that shows all features organized by status.
If it doesn't exist: "No backlog found. Use /feature-capture to start tracking."
If $ARGUMENTS starts with cat:, extract the category name (everything after cat:). Filter all dashboard tables to only show features whose Category column matches (case-insensitive). Display a header: "Filtered by category: [name]"
The DASHBOARD.md contains three tables:
Display a scannable summary with:
Use tables for lists. Highlight P0 items.
For additional context on any feature, read its files:
docs/features/[id]/
├── idea.md # Full problem statement
├── plan.md # Implementation details (if in-progress)
└── shipped.md # Completion notes (if completed)
User: "What's the status?"
Response:
# Project Status
**Summary**: 1 in progress, 4 in backlog, 3 completed
## In Progress
- **Dark Mode Toggle** (P1) - Started 2024-01-18
## Backlog (Ready to Start)
| Priority | Name | Effort |
|----------|------|--------|
| P0 | User Authentication | Medium |
| P1 | API Rate Limiting | Small |
## Recently Completed
- Export Feature (2024-01-15)
- Search Improvements (2024-01-10)
This skill works with:
checking-backlog skill - For deeper dives into specific items/feature-plan - Suggest for starting backlog items/feature-implement - Suggest for writing code for in-progress items/feature-submit - Suggest for opening a draft PR after implementation/feature-ship - Suggest for merging the PR after external reviews passnpx claudepluginhub schuettc/claude-code-plugins --plugin feature-workflowChecks project backlog in docs/features/DASHBOARD.md during discussions of feature ideas, priorities, or planned work. Shows matching features by status and suggests /feature-plan or /feature-capture.
Displays feature tracker statistics, progress bars, phase breakdowns, PRD coverage, blocked features, and staleness warnings from docs/blueprint/feature-tracker.json. Prompts dynamic next actions.
Generates a single-page markdown product status dashboard from knowledge files and MCP integrations like GitHub, Jira, Linear, showing OKR progress, sprint status, decisions, blockers, launches, and metrics.