Goal / Objetivo:
- EN: start SDD fast with the least friction.
- ES: iniciar SDD rápido con la menor fricción.
- Open START_HERE_NON_TECH.md
- Copy the base prompt and share your project idea
- Ask the AI to guide you step by step
npx degit juanklagos/spec-driven-development-template my-project
cd my-projectAlternative / Alternativa:
git clone https://github.com/juanklagos/spec-driven-development-template.git my-project
cd my-project./scripts/create-www-project.sh my-project codex
cd www/my-projectImportant / Importante:
- EN:
./www/...is the recommended default workspace inside this template. - ES:
./www/...es el espacio recomendado por defecto dentro de este template. - EN: You can also initialize an external target path when the runnable project should live elsewhere.
- ES: También puedes inicializar una ruta externa si el proyecto ejecutable debe vivir en otro lugar.
Default:
- EN: recommended scaffold (best default for project quality).
- ES: scaffold recomendado (mejor valor por defecto para calidad del proyecto).
Minimal only:
./scripts/create-www-project.sh my-project codex --minimal-template
cd www/my-projectOptional full packs:
./scripts/create-www-project.sh my-project codex --full-template
cd www/my-projectExternal target path (compact sidecar, recommended) / Ruta externa (sidecar compacto, recomendado):
./scripts/install-spec-sidecar.sh /absolute/path/to/project --profile=recommended
cd /absolute/path/to/projectFull standalone workspace only when explicitly needed / Workspace standalone completo solo cuando se necesite explícitamente:
./scripts/init-project.sh /absolute/path/to/project --profile=full
cd /absolute/path/to/projectuv tool install specify-cli --from git+https://github.com/github/spec-kit.git
specify init . --ai codexOne-shot / Uso puntual:
uvx --from git+https://github.com/github/spec-kit.git specify init . --ai codexComplete idea/IDEA_GENERAL.md with:
- Project name / Nombre
- Problem / Problema
- Main goal / Objetivo principal
- MVP scope / Alcance MVP
./scripts/new-spec.sh "my-feature" "Owner"Fill:
specs/001-.../spec.mdspecs/001-.../plan.mdspecs/001-.../tasks.mdspecs/001-.../history.md
No code before:
- approved
spec.md - consistent
plan.md - explicit user consent recorded right before execution/implementation:
./scripts/confirm-user-consent.sh "User approved implementation for spec 001"./scripts/validate-sdd.sh . --strict
./scripts/check-sdd-policy.sh .
./scripts/check-sdd-gate.sh .Update:
bitacora/global/PROJECT_LOG.mdbitacora/diaria/AAAA-MM-DD.mdbitacora/handoffs/(if pending work)