Back to Spec Kit

Development Notes

DEVELOPMENT.md

0.8.52.4 KB
Original Source

Development Notes

Spec Kit is a toolkit for spec-driven development. At its core, it is a coordinated set of prompts, templates, scripts, and CLI/integration assets that define and deliver a spec-driven workflow for AI coding agents. This document is a starting point for people modifying Spec Kit itself, with a compact orientation to the key project documents and repository organization.

Essential project documents:

DocumentRole
README.mdPrimary user-facing overview of Spec Kit and its workflow.
DEVELOPMENT.mdThis document.
spec-driven.mdEnd-to-end explanation of the Spec-Driven Development workflow supported by Spec Kit.
RELEASE-PROCESS.mdRelease workflow, versioning rules, and changelog generation process.
docs/index.mdEntry point to the docs/ documentation set.
CONTRIBUTING.mdContribution process, review expectations, testing, and required development practices.

Main repository components:

DirectoryRole
templates/Prompt assets and templates that define the core workflow behavior and generated artifacts.
scripts/Supporting scripts used by the workflow, setup, and repository tooling.
src/specify_cli/Python source for the specify CLI, including agent-specific assets.
extensions/Extension-related docs, catalogs, and supporting assets.
presets/Preset-related docs, catalogs, and supporting assets.