spec-driven development

πŸ“‹ Spec-Driven Development

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spec-driven development" with this command: npx skills add winstonkoh87/athena-public/winstonkoh87-athena-public-spec-driven-development

πŸ“‹ Spec-Driven Development

Philosophy: 55 minutes defining the problem, 5 minutes solving it.

  1. The Problem

Most AI coding failures happen because the agent starts coding before understanding:

  • What the user actually wants (vs. what they said)

  • Edge cases and constraints

  • Integration points and dependencies

  • Success criteria

  1. Execution Workflow

PHASE 1: INTERROGATION (No Code Allowed) β”œβ”€ "What is the ONE thing this must do?" β”œβ”€ "What does success look like? Be specific." β”œβ”€ "What are 3 things this must NOT do?" β”œβ”€ "Who/what does this interact with?" └─ "What's the simplest version that would be useful?"

PHASE 2: SPEC DOCUMENT └─ Write a design.md with: β”œβ”€ Goal (1 sentence) β”œβ”€ Requirements (numbered list) β”œβ”€ Non-Requirements (explicit exclusions) β”œβ”€ Architecture (how components connect) β”œβ”€ Edge Cases (what could go wrong) └─ Acceptance Criteria (how to verify)

PHASE 3: USER APPROVAL └─ Present spec for review └─ DO NOT proceed to code until approved

PHASE 4: IMPLEMENTATION └─ Code against the approved spec └─ Reference spec line items in commits

  1. The Spec Template

Design Spec: [Feature Name]

Goal

[One sentence describing what this does]

Requirements

  1. [Must do X]
  2. [Must handle Y]
  3. [Must integrate with Z]

Non-Requirements (Out of Scope)

  • [Will NOT do A]
  • [Will NOT support B]

Architecture

[How the components connect β€” diagram or description]

Edge Cases

  • [What if input is empty?]
  • [What if API is down?]
  • [What if user does X instead of Y?]

Acceptance Criteria

  • [Testable condition 1]
  • [Testable condition 2]
  1. When to Use
  • Any feature that touches >3 files

  • Any task that takes >30 minutes

  • Any time you catch yourself thinking "I'll figure it out as I go"

skill #engineering #planning #spec

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

spec-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

spec-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

spec-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

spec-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review