Spec Driven Dev
Description
A collection of specialized Claude Code commands inspired by the powerful Spec-driven workflow created by Amazon
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
Spec-driven Development Prompts - Claude Code Command Collection
A collection of specialized Claude Code commands inspired by the powerful Spec-driven workflow created by Amazon. These commands help transform project ideas into comprehensive technical specifications and actionable implementation plans.
Commands Overview
This collection includes four sequential commands for complete project planning and execution:
/requirements- Generate comprehensive BDD-style requirements from project descriptions/design- Create detailed technical design documents from requirements/tasks- Transform design documents into actionable implementation plans/execute-next- Implement the next uncompleted task from a tasks.md file
Installation
**Install the commands in Claude Code:**
# Copy commands to Claude Code's commands directory # The exact path may vary based on your system cp requirements.md design.md tasks.md execute-next.md ~/.claude/commands**Verify installation:**
claude-code --help # You should see the new commands listed
Usage Workflow
Step 1: Generate Requirements
In Claude Code, start with a project/feature idea or basic description:
> /requirements "Build a surfer travel tips website with AI-powered content generation"
**What it does:**
- Creates comprehensive BDD-style requirements
- Defines user stories with detailed acceptance criteria
- Outputs a
requirements.mdfile in a new directory named after the feature/request
Step 2: Create Technical Design
Use the generated requirements to create a technical design:
> /design @surfer-travel-tips-website/requirements.md
**What it does:**
- Analyzes the requirements document
- Creates comprehensive technical architecture
- Generates data models, API specifications, and system design
- Outputs a
design.mdfile with complete technical specifications
**Optional:** Incl
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing