spec-driven-development

Installation
SKILL.md

Spec-Driven Development

Overview

Write a comprehensive specification before writing any implementation code. The spec covers objectives, interface contracts, project structure, code style, testing strategy, and behavioral boundaries. This is the canonical Define-phase skill.

When to Use

  • Starting a new project or module
  • Building a feature that spans more than one file
  • Making a significant change to existing behavior
  • When stakeholders need to review and approve scope before work begins

Spec Structure

1. Objective

  • What this feature does and why
  • Target users and their needs
Related skills

More from v1truv1us/ai-eng-system

Installs
1
GitHub Stars
6
First Seen
6 days ago