From claude-commands
Displays active requirements gathering status: name, phase, progress, recent Q&A, and continues by prompting the next unanswered question.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:requirements-statuscommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
## ⚡ EXECUTION INSTRUCTIONS FOR CLAUDE **When this command is invoked, YOU (Claude) must execute these steps immediately:** **This is NOT documentation - these are COMMANDS to execute right now.** **Use TodoWrite to track progress through multi-phase workflows.** ## 🚨 EXECUTION WORKFLOW ### Phase Transitions: **Action Steps:** 1. Discovery complete → Run context gathering → Generate detail questions 2. Detail complete → Generate final requirements spec ## 📋 REFERENCE DOCUMENTATION # Check Requirements Status *Taken from the excellent requirements gathering system by [rizethereum](ht...
When this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Taken from the excellent requirements gathering system by rizethereum. Thank you for sharing this thoughtful approach!
Show current requirement gathering progress and continue.
Read requirements/.current-requirement
If no active requirement:
If active requirement exists:
📋 Active Requirement: [name]
Started: [time ago]
Phase: [Discovery/Detail]
Progress: [X/Y] questions answered
[Show last 3 answered questions with responses]
Next Question:
[Show next unanswered question with default]
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commands/good-questionAsks adaptive, information-maximizing questions to systematically elicit and clarify software requirements until uncertainty is resolved.
/deep-interviewRuns a Socratic requirements interview that turns vague ideas into approval-gated specs. Also supports resume, status, and finalize subcommands.
/requirements-authoring-flowGuides AI through requirements authoring workflow (create/update/review/improve) with mandatory user approvals per phase, producing final requirements set, validation pack, and traceability matrix.