Check project backlog when discussing feature ideas or priorities. Use when user mentions adding features, asks what's planned, discusses priorities, or proposes new functionality. Silently reads backlog.json to show relevant items and suggest /feature-capture for untracked ideas.
Automatically checks the project backlog when discussing features or priorities. Reads backlog.json to find existing matches for new ideas, status queries, or priority discussions, then suggests relevant actions like /feature-capture or /feature-plan.
/plugin marketplace add schuettc/claude-code-plugins/plugin install feature-workflow@schuettc-claude-code-pluginsThis skill is limited to using the following tools:
Automatically check the project backlog when the user discusses feature ideas, priorities, or planned work.
Invoke this skill when the user:
Read: docs/planning/backlog.json
If the file doesn't exist, inform the user:
No backlog found at docs/planning/backlog.json.
Use /feature-capture to start tracking features.
Determine what the user is asking about:
For new ideas or feature mentions:
Search items array for matching:
name (partial match, case-insensitive)problemStatement (keyword match)affectedAreas (if user mentions specific areas)Categorize results:
If feature exists in backlog:
This feature is already tracked:
**[name]** (ID: [id])
- Status: [status]
- Priority: [priority]
- Problem: [problemStatement]
[If status is "backlog"]: Ready to start? Use `/feature-plan [id]`
[If status is "in-progress"]: Currently being worked on.
[If status is "completed"]: Already completed on [completedAt].
If related items exist:
Related items in backlog:
- [name] ([id]) - [status] - [brief description]
Your idea might be:
- An extension of [related item]
- A separate feature worth tracking
Add as new item? Use `/feature-capture`
If not tracked:
This isn't tracked in the backlog yet.
To add it: `/feature-capture`
Keep responses concise. Show:
This skill works with:
/feature-capture - Suggest when idea isn't tracked/feature-plan - Suggest when item is ready to startstatus-dashboard skill - For broader status queriesMaster authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.