What this template uses
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: 06-what-this-template-uses.md
- Español: ../es/06-que-usa-esta-plantilla.md
🗣️ Friendly prompt (copy/paste)
Section titled “🗣️ Friendly prompt (copy/paste)”Use this when you are not technical and want the AI to do setup + guidance end-to-end:
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].
If my project is new, initialize it with this template and GitHub Spec Kit.If my project already exists, adapt it to idea/specs/bitacora without breaking current behavior.Guide me step by step for my level (beginner/intermediate/advanced), using simple language.Do not skip specification, plan, tasks, refinement trace, logbook, and validation.[!TIP] For startup instructions and prompts, use:
The stack is deliberately boring, so that nothing here goes stale on you.
File formats
Section titled “File formats”Documentation is Markdown. Templates and configuration are plain text. Project initialization is shell script. That is the whole list.
Tools you need
Section titled “Tools you need”A text editor and Git. GitHub if you want to share the result — any other host works too.
What it does not require
Section titled “What it does not require”No particular programming language, no framework, no specific AI tool. If your assistant can read a Markdown file, it can work here.
What it does require
Section titled “What it does require”Three habits, and they are not optional: you write the specification before the code, you log each session as you close it, and you write down the decisions that were actually decisions.