Dev & Engineering spec-writingrequirements-analysisproject-planningacceptance-criteriahuman-review-gates

Spec-Driven Development

Turn ambiguous engineering requests into testable specifications before coding.

FollowSkills review · FSRS-2.0
Not recommended
55/ 100 5-point scale 2.8 / 5
Trust18 / 25 · 3.6/5

The skill requires surfacing assumptions, human review at each phase, and Always/Ask first/Never boundaries, providing partial least-privilege and confirmation controls. It does not address sensitive-data handling, external side effects, dependency security, data-flow disclosure, or concrete recovery procedures; publisher identity is also unverified, so points are deducted.

Reliability8 / 20 · 2.0/5

The phases, templates, gates, and pre-implementation checks are internally coherent, and repository CI validates skill structure and trigger evaluations. The supplied files contain no executed reproduction of this skill's key paths, while abnormal-input handling, missing-human-approval behavior, and diagnostics for unavailable referenced skills are thin; the static cap keeps this at 8.

Adaptability11 / 15 · 3.7/5

Target scenarios and non-fit cases are clearly stated, including new projects, significant changes, and ambiguous requirements. Inputs and outputs, semantic trigger boundaries, Chinese-language guidance, and mainland-China environment fit are not specified; the workflow also depends on other skills and command conventions, so points are deducted.

Convention8 / 15 · 2.7/5

The document has clear information architecture with overview, applicability, gated phases, templates, anti-rationalization guidance, and verification criteria, and it follows the repository's progressive-disclosure model. It lacks skill-specific versioning, changelog, maintenance ownership, and update path; installation and dependency notes are mostly delegated to the repository README.

Effectiveness6 / 15 · 2.0/5

The skill can directly produce a specification, plan, task list, and testable acceptance criteria, with clear value for clarifying requirements and reducing rework. Results still depend on human approvals, other skills, and project-specific commands, and the supplied material does not directly prove file creation or implementation outcomes; static calibration limits this to 6.

Verifiability4 / 10 · 2.0/5

The skill includes a six-part specification template, success criteria, and a verification checklist, while the repository provides CI, structural validation, and trigger-evaluation workflows. The supplied test fixture is unrelated to this skill's key paths, and there is no third-party execution evidence or independent corroboration, so verifiability remains limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 2fbfa004a019
Before you use it
  • The referenced planning-and-task-breakdown, incremental-implementation, test-driven-development, and context-engineering skills were not supplied, so execution consistency cannot be confirmed.
  • The skill requires human approval at each phase but does not define clear recovery paths for timeout, rejection, inability to write tasks/ files, or command failure.
  • It does not specify how to handle sensitive information, credentials, or proprietary requirements in specifications and commits.
Review evidence [1][2][3][4][5]
See the full review method →

What does this skill do, and when should you use it?

This skill requires a structured specification before coding a new project, feature, or significant change. It surfaces assumptions, clarifies requirements, and defines a shared source of truth between the human engineer and the agent. After human validation, it produces an implementation plan and dependency-ordered task list before implementation begins. It is explicitly unnecessary for one-line fixes, typo corrections, and clear, self-contained changes.

Determines whether specification-first work is appropriate; asks clarifying questions and exposes assumptions; creates a specification covering the objective, technology stack, commands, project structure, code style, testing strategy, boundaries, success criteria, and open questions; reframes vague requirements as concrete, testable success criteria; after validation, creates a technical plan and task list, saving them to tasks/plan.md and tasks/todo.md; verifies before implementation that the specification has human approval, testable success criteria, defined boundaries, and a repository file.

  1. An engineer starting a new project needs explicit goals, stack, structure, commands, and acceptance criteria before implementation.
  2. A developer has an ambiguous feature request and needs assumptions and unresolved questions surfaced for human confirmation.
  3. A change spans multiple files or modules and requires dependency ordering, risk notes, and verification checkpoints.
  4. A team is about to make an architectural decision and wants the decision context, boundaries, and success criteria documented first.

What are this skill's strengths and limitations?

Pros
  • Covers six concrete specification areas: objective, commands, structure, code style, testing strategy, and boundaries.
  • Surfaces assumptions instead of silently filling gaps in requirements.
  • Uses four gated phases—Specify, Plan, Tasks, and Implement—with human review at each phase.
  • Treats the specification as a living document that should be updated and versioned with the code.
Limitations
  • The full workflow can add overhead for small, unambiguous changes, which the skill itself excludes.
  • Implementation depends on sibling skills such as incremental implementation and test-driven development; this skill does not define the complete coding or testing workflow itself.
  • The supplied source provides no independent automated test suite or cross-client validation evidence for this skill.

How do you install this skill?

The skill is located at skills/spec-driven-development/SKILL.md in the addyosmani/agent-skills repository. Install the full collection with: npx skills add addyosmani/agent-skills. Install only this skill with: npx skills add addyosmani/agent-skills --skill spec-driven-development. The README does not document single-skill installation steps for other clients.

How do you use this skill?

Trigger spec-driven-development in an Agent Skills-compatible coding agent, or use a request such as “I’m starting a new feature; write the specification first and do not code yet.” Complete the specification and obtain human review before generating tasks/plan.md and tasks/todo.md, then proceed to implementation.

How does this skill compare with similar options?

The README names Superpowers and Matt Pocock's skills as alternatives, but the supplied material does not provide substantive comparison findings.

FAQ

Is this intended for every code change?
No. It targets new projects, new features, ambiguous requirements, multi-file or multi-module changes, architectural decisions, and work expected to take more than about 30 minutes. One-line fixes and clear, self-contained changes are excluded.
Who validates the specification?
The human engineer reviews each phase. Before implementation, the specification must be reviewed and approved by a human and saved in the repository.
Does the skill implement code directly?
Its supplied SKILL.md defines specification, planning, and task-breakdown gates. It directs implementation to other skills, but does not provide a complete coding implementation procedure itself.
Does it require paid services or network access?
The source only documents npx skills add installation commands and does not document paid services or runtime network calls.

More skills from this repository

All from addyosmani/agent-skills

Dev & Engineering

Planning & Task Breakdown

Turn clear requirements into ordered, implementable, and verifiable engineering tasks.

Dev & Engineering

Pre-Merge Code Quality Review

Review every change across correctness, readability, architecture, security, and performance before it reaches the main branch.

Dev & Engineering

Engineering Workflow Navigator

Find and invoke the right engineering workflow skill for each task phase.

Dev & Engineering

Intent Interviewer

Clarify the real problem through one-question-at-a-time interviews before planning or coding.

Dev & Engineering

Code Clarity Refactor

Reduce code complexity while preserving exact behavior, so teammates can read, modify, and debug it faster.

Dev & Engineering

Performance Optimization Engineering Skill

Measure, diagnose, and verify fixes for frontend, backend, query, and database performance bottlenecks.

Dev & Engineering

Doubt-Driven Development

Challenge non-trivial decisions with a fresh adversarial review before they stand.

Dev & Engineering

Idea Refine

Turn vague ideas into tested, actionable product directions.

Dev & Engineering

Context Engineering

Helps coding agents load the right project context at the right time, reducing guesswork and convention drift.

Automation & Ops

CI/CD Pipeline Automation

Build repeatable quality gates and reversible deployment pipelines for every change.

Dev & Engineering

Deprecation & Migration

A practical workflow for retiring legacy systems safely and moving users to replacements.

Dev & Engineering

Browser DevTools Testing

Validate and debug web applications with real-browser runtime evidence.

Dev & Engineering

Test-Driven Development Workflow

Prove intended behavior with a failing test before implementing, refactoring, and verifying the change.

Dev & Engineering

Git Workflow & Release Discipline

Keep AI-generated changes reviewable, reversible, and ready to release.

Dev & Engineering

Architecture Decisions & Docs

Preserve engineering context by documenting decisions, APIs, and the reasons behind them.

Design & Frontend

Production Frontend UI Engineering

Guides AI coding agents to build accessible, responsive, design-system-aligned production interfaces.

Automation & Ops

Production Observability

Make production behavior visible and diagnosable with structured logs, metrics, traces, and actionable alerts.

Dev & Engineering

Incremental Implementation

Deliver multi-file engineering changes through small, tested, reversible slices.

Automation & Ops

Security Hardening Engineering Skill

Gives coding agents a structured defense workflow for untrusted input, authentication, sensitive data, and external service integrations.

Dev & Engineering

Source-Driven Development

Ground framework and library decisions in current official documentation instead of stale memory.

Related skills