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 DASHBOARD.md to show relevant items and suggest /feature-capture for untracked ideas.
Automatically check the project backlog when the user discusses feature ideas, priorities, or planned work.
Invoke this skill when the user:
Scan the feature directories to generate a live dashboard:
python3 ${CLAUDE_PLUGIN_ROOT}/skills/shared/lib/run_dashboard.py <project_root> --stdout
If the script fails or docs/features/ doesn't exist: "No backlog found. Use /feature-capture to start tracking."
When checking for an existing feature, the dashboard's Archive section (collapsed <details>) contains replaced and abandoned features. By default, do not suggest these in match results — the user is looking for things they can work on. Exception: if the user's prompt explicitly mentions a tombstoned ID by name, surface it with a note like "This was replaced by X" so they know its history.
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 queriesSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer