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.
npx claudepluginhub schuettc/claude-code-plugins --plugin feature-workflowThis skill is limited to using the following tools:
Automatically check the project backlog when the user discusses feature ideas, priorities, or planned work.
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.
Manages backlog items synced to GitHub Issues via MCP tools. Create, list, view, update, close, resolve, groom, and sync without direct file edits.
Extracts structured, prioritized feature backlog from project artifacts like product concepts, use cases, prototypes. Produces Feature Tracker document bridging to feature specs; optionally uploads to GitHub/Jira.
Share bugs, ideas, or general feedback.
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 queries