🧭 Advanced guide (high-consistency teams)
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 15-advanced-guide.md
- Español: ../es/15-guia-avanzada.md
🗣️ Friendly prompt (copy/paste)
Section titled “🗣️ Friendly prompt (copy/paste)”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.
Advanced operating model
Section titled “Advanced operating model”- Canonical AI instructions:
template-context/core-instructions/AGENT_OPERATING_SYSTEM.md
- Spec Kit-first workflow:
/speckit.constitution/speckit.specify/speckit.plan/speckit.tasks/speckit.implement
- Hard gates:
- approved
spec.md - consistent
plan.md - passing validations
Prompt pack (Advanced)
Section titled “Prompt pack (Advanced)”Prompt A: Multi-agent standard mode
Section titled “Prompt A: Multi-agent standard mode”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.Prompt B: Refinement protocol
Section titled “Prompt B: Refinement protocol”Detect scope/priority/requirement changes.If detected, stop implementation and update:- active spec- history.md- specs/INDEX.md (if status/priority changed)- bitacoraThen continue.Prompt C: Governance closeout
Section titled “Prompt C: Governance closeout”Close this session with:objective, active spec, changes, validations, risks, exact next step.Include release/governance impacts if any.Governance checks
Section titled “Governance checks”- SemVer release discipline.
- Changelog updated per release.
- No merge when SDD gate fails.
Metrics to track
Section titled “Metrics to track”- % specs with up-to-date
history.md - % sessions with full
bitacora - out-of-scope changes per sprint
- cross-agent consistency rate
Validation
Section titled “Validation”./scripts/validate-sdd.sh . --strict./scripts/check-sdd-gate.sh .More prompts
Section titled “More prompts”Next references
Section titled “Next references”💡 Quick tips
Section titled “💡 Quick tips”- 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.
📊 Visual flow
Section titled “📊 Visual flow”flowchart LR A["Project idea"] --> B["Spec approved"] B --> C["Plan aligned"] C --> D["Tasks prioritized"] D --> E["Implementation"] E --> F["Validation + Logbook"]