Claude Code Requirements Builder
Description
An intelligent requirements gathering system for Claude Code that progressively builds context through automated discovery, asks simple yes/no questions, and generates comprehensive requirements documentation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Requirements Gathering System
An intelligent requirements gathering system for Claude Code that progressively builds context through automated discovery, asks simple yes/no questions, and generates comprehensive requirements documentation.
🎯 Overview
This system transforms the requirements gathering process by:
- Codebase-Aware Questions: AI analyzes your code first, then asks informed questions
- Simple Yes/No Format: All questions are yes/no with smart defaults - just say "idk" to use defaults
- Two-Phase Questioning: 5 high-level questions for context, then 5 expert questions after code analysis
- Automated Documentation: Generates comprehensive specs with specific file paths and patterns
- Product Manager Friendly: No code knowledge required to answer questions
🚀 Quick Start
# Start gathering requirements for a new feature
/requirements-start add user profile picture upload
# Check progress and continue
/requirements-status
# View current requirement details
/requirements-current
# List all requirements
/requirements-list
# End current requirement gathering
/requirements-end
# Quick reminder if AI strays off course
/remind
📁 Repository Structure
claude-requirements/
├── commands/ # Claude command definitions
│ ├── requirements-start.md # Begin new requirement
│ ├── requirements-status.md # Check progress (alias: current)
│ ├── requirements-current.md # View active requirement
│ ├── requirements-end.md # Finalize requirement
│ ├── requirements-list.md # List all requirements
│ └── requirements-remind.md # Remind AI of rules
│
├── requirements/ # Requirement documentation storage
│ ├── .current-requirement # Tracks active requirement
│ ├── index.md # Summary of all requirements
│ └── YYYY-MM-DD-HHMM-name/ # Individual requirement folders
│ ├── metadata.json # Status and progress tracking
...
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development