From feature-workflow
Checks 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-workflow:checking-backlogThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically check the project backlog when the user discusses feature ideas, priorities, or planned work.
Automatically check the project backlog when the user discusses feature ideas, priorities, or planned work.
Invoke this skill when the user:
Read docs/features/DASHBOARD.md to see all features by status.
If it doesn't exist: "No backlog found. Use /feature-capture to start tracking."
Parse the DASHBOARD.md tables to find:
For deeper context on a specific feature, read its files:
docs/features/[id]/
├── idea.md # Problem statement, priority, effort, impact
├── plan.md # Implementation details (if in-progress)
└── shipped.md # Completion notes (if completed)
Search idea.md for:
name in frontmatter (partial match, case-insensitive)affectedAreas (if user mentions specific areas)/feature-plan [id] if in backlog./feature-capture to add it.User: "We should add dark mode support"
Response:
This feature is already tracked:
**Dark Mode Toggle** (ID: dark-mode-toggle)
- Status: backlog
- Priority: P1
Ready to start! Use `/feature-plan dark-mode-toggle`
This skill works with:
/feature-capture - Suggest when idea isn't tracked/feature-plan - Suggest when item is in backlog/feature-status - For broader status queriesnpx claudepluginhub schuettc/claude-code-plugins --plugin feature-workflowDisplays 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.
Manages backlog items synced to GitHub Issues via MCP tools. Create, list, view, update, close, resolve, groom, and sync without direct file edits.
Reads project state and recommends the single next sensible step, anchored to concrete tasks and open questions. Read-only advisory output.