Requires Claude
Description
Claude Code /command for requirements-driven development.
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
requires
Claude Code /command for requirements-driven development.
Overview
Requires is a CLI tool that sets up a structured requirements-driven development workflow in your projects. It creates organized directories for requirements and design documents, and provides Claude Code slash commands for generating requirements, planning implementations, and generating code.
Usage
Run the `init` command in your project directory:
npx @technicallycorrect/requires init [options]
**Options:**
-g, --global- Install commands globally in~/.claude/commands/instead of project-local.claude/commands/-f, --force- Overwrite existing files without prompting
**Note:** If the `requires.md` command already exists, you'll be prompted to overwrite unless using `--force`.
This will create the following structure:
your-project/
├── requires/
│ ├── requirements/ # Structured requirement markdown files
│ └── designs/ # Implementation design plans and analysis
└── .claude/
└── commands/
└── requires.md # Claude Code slash commands
Claude Code Commands
After initialization, you can use these slash commands in Claude Code:
Generate Requirements
/requires "your feature description"
Creates structured requirements from natural language descriptions. Requirements are saved as markdown files with hierarchical IDs.
Plan Implementation
/requires design REQUIREMENT-ID
Analyzes a requirement and creates an implementation plan. Design documents are saved in the `requires/designs/` directory.
Generate Code
/requires implement REQUIREMENT-ID
Generates code implementation based on the requirement and its design plan.
Update Requirements
/requires update REQUIREMENT-ID "new requirement text"
Updates an existing requirement with new text and analyzes impact on all related requirements (parent, child, sibling, and dependent). Validates that all relationships rema
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11