Skip to content

Creating a Spec

Thomas Le Berre edited this page Apr 19, 2026 · 2 revisions

Creating a spec

🌍 English translation is auto-generated on release. See the French version for the current complete page.

A spec is the self-contained contract that tells agents what to build. This page walks through writing one from scratch, the fields it must contain, and how the Spec Creator agent expands a one-line request into a full plan.

Narrative content is regenerated from First-Project.md, Key-Concepts.md and the current apps/backend/prompts/spec_creator.md. Run scripts/wiki/update_narrative.py to refresh.


➡️ Continue: Multi-agent pipeline

Clone this wiki locally