Agent skill for spec-driven development with AI coding agents — structured specification-first workflow (specify → plan → tasks → implement → validate) for Claude Code, Cursor, GitHub Copilot, and similar tools.
# Spec-Driven Development Skill [](https://skills.sh) [](https://github.com/mariano-aguero/spec-driven-development-skill) [](LICENSE) [](https://github.com/mariano-aguero/spec-driven-development-skill/releases) [](https://claude.ai/code) [](https://cursor.sh) [](https://github.com/features/cursor) An **Agent Skill** for structured, specification-first development with AI coding agents. Compatible with Claude Code, Cursor, GitHub Copilot, JetBrains Junie, Windsurf, and similar tools. ## What is Spec-Driven Development? SDD makes specifications the source of truth. Instead of prompting an AI with vague descriptions and hoping for the right output, you: 1. **Specify** what to build (requirements, acceptance criteria) 2. **Plan** how to build it (architecture, data model, API contracts) 3. **Break down** work into atomic, dependency-mapped tasks 4. **Implement** with AI constrained by the spec 5. **Validate** that the implementation satisfies the spec The result: predictable output, traceable decisions, and resilience to pivot requests. ## Installation ```bash npx skills add mariano-aguero/spec-driven-development-skill ``
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.