A Claude Code skill that transforms vague or incomplete requirements into well-defined, testable specifications using BDD, Use Cases, Model Specs, Payload Contracts, flowcharts, and architecture diagrams. Based on the Essential Developer methodology.
Anyone who encounters vague requirements and needs to transform them into implementable specifications:
- Product Managers defining feature requirements
- Software Teams bridging business and technical needs
- Developers needing clear specs before writing code
- Technical Writers structuring project documentation
Install via skills.sh:
npx skills add SwiftyJourney/requirements-engineering-skill- Claude Code
- Cursor
- GitHub Copilot
- Windsurf
- Any agent supporting the
skills/convention
Every feature specification includes these artifacts:
- BDD Narrative — Define who, what, why per user type
- Acceptance Criteria — Given/When/Then scenarios
- Use Cases — Step-by-step system behavior (Data/Primary/Error/Cancel)
- Model Specs — Property/Type tables for domain entities
- Payload Contract — HTTP method + path + response JSON
- Flowchart — Decision flow with error branches
- Architecture Diagram — Module dependency graph
- Identify — Recognize vague requirements
- Clarify — Ask Who/What/Where/When/Why/How
- Specify BDD — Write narratives and acceptance criteria
- Define Use Cases — Procedural steps with cancel courses
- Model & Contract — Property/Type tables and JSON payloads
- Visualize & Document — Diagrams and feature specification
- Cancel courses — First-class cancellation requirements for async operations
- Separation of concerns — Extract focused use cases (Load vs Validate vs Cache)
- Domain language alignment — Consistent terminology across all artifacts
- Incremental feature development — Self-contained feature blocks
- Living specification — Requirements evolve with code
requirements-engineering/
├── SKILL.md # Hub (~140 lines)
└── references/
├── _index.md # Navigation hub
├── bdd-narratives.md # BDD stories, narratives, acceptance criteria
├── use-cases.md # Use case structure, courses, separation of concerns
├── model-specs-and-contracts.md # Model specs, payload contracts, JSON examples
├── diagrams.md # Flowcharts, architecture, sequence, state diagrams
├── domain-language.md # Terminology alignment, renaming patterns
└── feature-specification-workflow.md # End-to-end workflow, traceability
- ios-architecture-expert — Clean architecture, composition root, generic presenters
Requirements methodology extracted from the iOS Lead Essentials program by Essential Developer. The Essential Feed Case Study README demonstrates the canonical artifact format.
MIT — see LICENSE.