Detailed structure
Reference Facts to consult while you work. Not meant to be read end to end.
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 01-structure.md
- Español: ../es/01-estructura.md
[!TIP] For startup instructions and prompts, use:
🗣️ Friendly prompt (copy/paste)
Section titled “🗣️ Friendly prompt (copy/paste)”Using https://github.com/juanklagos/spec-driven-development-template, set up my project structure with a compact spec/ sidecar and guide me in simple language.My project is: [describe project].Do not clone the full template into my project unless I explicitly ask for a standalone workspace.If it is new, create a clean project root and install spec/.If it already exists, adapt it without breaking current behavior.Recommended target-project shape:
- project root = app code
spec/= SDD operating system
That means:
spec/idea/spec/specs/spec/bitacora/
GitHub Spec Kit remains the base workflow reference for the project. This repository adds the structure, sidecar mode, AI rules, and guidance around that base.
Path:
- framework root mode:
idea/ - real project sidecar mode:
spec/idea/
Main file:
IDEA_GENERAL.md: defines project problem, goal, scope, users, risks, and completion criteria.
Path:
- framework root mode:
specs/ - real project sidecar mode:
spec/specs/
Main files:
INDEX.md: list of all specifications.README.md: specification rules._template/: template for new specifications.
Each specification lives in a numbered folder:
001-name002-name003-name
bitacora
Section titled “bitacora”Path:
- framework root mode:
bitacora/ - real project sidecar mode:
spec/bitacora/
Subfolders:
global/: overall project history.diaria/: daily session logs.handoffs/: handoff notes to resume work.decisiones/: key decisions.templates/: log templates.
Path: docs/
Contains educational documentation for this system.
scripts
Section titled “scripts”Path:
- framework root mode:
scripts/ - real project sidecar mode:
spec/scripts/
Contains scripts to initialize this structure in other repositories.
Optional folders (accelerators)
Section titled “Optional folders (accelerators)”playbooks/: project-type guides (SaaS, e-commerce, mobile app, backend API).quality/: evidence templates for testing and quality control.
These folders are optional. If they are not used, the base idea/specs/bitacora workflow remains valid.