- English: 14-intermediate-guide.md
- Español: ../es/14-guia-intermedia.md
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:
- You already use SDD basics and need consistent team execution.
Run repeatable sessions with traceability and low rework.
- Read context (
idea,INDEX, latest handoff). - Select one active spec.
- Execute only in-scope tasks.
- Update
history.md,INDEX.md(if needed),PROJECT_LOG.md. - Validate and close with next exact step.
Read idea/IDEA_GENERAL.md, specs/INDEX.md, and latest handoff.
Select one active spec and propose a 5-step session plan.
Block any out-of-scope work.
Implement only tasks from the active spec.
Before coding, confirm approved spec and consistent plan.
After changes, update history.md and bitacora.
Generate PROJECT_LOG entry and handoff with:
current state, pending items, blockers, exact next step.
Also verify if specs/INDEX.md status needs update.
- One active spec per session.
- No undocumented scope changes.
- Mandatory handoff when work is pending.
./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"]