Show requirements project status and health
Displays comprehensive requirements project status and health metrics. Use when you need to check project progress, identify bottlenecks, or get context-aware recommendations for next steps.
/plugin marketplace add sjnims/requirements-expert/plugin install requirements-expert@requirements-expert-marketplaceDisplay a comprehensive overview of the requirements project including counts, progress, priorities, validation status, and recent activity. Optionally export the report to a markdown file (requires Write tool).
Load the shared-patterns skill for error handling patterns.
Query the project and retrieve all items:
gh project list --owner [owner] --format json
gh project item-list [project-number] --format json --limit 500
gh issue list --repo [repo] --label type:epic,type:story,type:task --limit 10 --json number,title,updatedAt,state
Categorize items by Type custom field (Vision, Epic, Story, Task) and extract Status and Priority fields.
Calculate for display:
Generate a dashboard with these sections:
/re:review if issues foundBased on project state, provide tailored next steps:
| State | Guidance |
|---|---|
| No vision | Guide to /re:discover-vision, explain full workflow |
| Vision only | Guide to /re:identify-epics (aim for 5-12 epics) |
| Few stories | Focus highest-priority epic, guide to /re:create-stories |
| Well underway | Complete in-progress items, suggest /re:review for quality |
| Near complete | Celebrate progress, show remaining counts |
Ask Export: "Would you like to export this report?" (options: Markdown file, Vision comment, Both, Skip)
Handle: Markdown file saves as status-report-[date].md, Vision comment uses gh issue comment.
/re:init to create requirements project, then exit/re:discover-visiongh auth status, display authentication instructions, suggest gh auth login