Skip to content

🧭 Advanced guide (high-consistency teams)

Using https://github.com/juanklagos/spec-driven-development-template, create everything needed to carry out my project end-to-end.
My project is: [describe your project in plain language].
Guide me step by step for my level and do not skip specification, plan, tasks, logbook, and validation.

Who is this for:

  • Teams standardizing SDD across multiple AI tools and contributors.

Deliver equivalent outcomes regardless of agent/model, with governance and quality gates.

  1. Canonical AI instructions:
  • template-context/core-instructions/AGENT_OPERATING_SYSTEM.md
  1. Spec Kit-first workflow:
  • /speckit.constitution
  • /speckit.specify
  • /speckit.plan
  • /speckit.tasks
  • /speckit.implement
  1. Hard gates:
  • approved spec.md
  • consistent plan.md
  • passing validations
Operate with strict SDD governance and Spec Kit-first flow.
Enforce gate: no code without approved spec and consistent plan.
Use one active spec only.
Detect scope/priority/requirement changes.
If detected, stop implementation and update:
- active spec
- history.md
- specs/INDEX.md (if status/priority changed)
- bitacora
Then continue.
Close this session with:
objective, active spec, changes, validations, risks, exact next step.
Include release/governance impacts if any.
  • SemVer release discipline.
  • Changelog updated per release.
  • No merge when SDD gate fails.
  • % specs with up-to-date history.md
  • % sessions with full bitacora
  • out-of-scope changes per sprint
  • cross-agent consistency rate
Terminal window
./scripts/validate-sdd.sh . --strict
./scripts/check-sdd-gate.sh .
  • Start from a simple one-paragraph project description.
  • Ask the AI to confirm the active spec before coding.
  • Close every session with validation and a clear next step.
flowchart LR
A["Project idea"] --> B["Spec approved"]
B --> C["Plan aligned"]
C --> D["Tasks prioritized"]
D --> E["Implementation"]
E --> F["Validation + Logbook"]