General
spec-requirements - Claude MCP Skill
Spec Requirements Command
SEO Guide: Enhance your AI agent with the spec-requirements tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to spec requirements command... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟3 stars • 5 forks
📥0 downloads
Documentation
SKILL.md# Spec Requirements Command
Generate or update requirements document for an existing spec.
## Usage
```
/spec-requirements [feature-name]
```
## Instructions
You are working on the requirements phase of the spec workflow.
1. **Identify Current Spec**
- If no feature-name provided, look for specs in `.claude/specs/` directory
- If multiple specs exist, ask user to specify which one
- Load existing requirements.md if it exists
2. **Generate Requirements Document**
- Use EARS format (Easy Approach to Requirements Syntax)
- Structure: Introduction, Requirements with User Stories and Acceptance Criteria
- Each requirement should have:
- User story: "As a [role], I want [feature], so that [benefit]"
- Numbered acceptance criteria: "WHEN [event] THEN [system] SHALL [response]"
3. **Content Guidelines**
- Consider edge cases and error handling
- Include non-functional requirements (performance, security, etc.)
- Reference existing codebase patterns where relevant
- Ensure requirements are testable and verifiable
4. **Approval Process**
- Present the complete requirements document
- Ask: "Do the requirements look good? If so, we can move on to the design."
- Make revisions based on feedback
- Continue until explicit approval is received
## Requirements Format
```markdown
# Requirements Document
## Introduction
[Brief summary of the feature]
## Requirements
### Requirement 1
**User Story:** As a [role], I want [feature], so that [benefit]
#### Acceptance Criteria
1. WHEN [event] THEN [system] SHALL [response]
2. IF [condition] THEN [system] SHALL [response]
```
## Next Phase
After approval, proceed to `/spec-design`.Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- TrueCrimeDev/ClautoHotkey
- Author
- TrueCrimeDev
- Last Sync
- 3/14/2026
- Repo Updated
- 2/9/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!