Skip to content

What this template uses

Reference Facts to consult while you work. Not meant to be read end to end.


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.

Documentation is Markdown. Templates and configuration are plain text. Project initialization is shell script. That is the whole list.

A text editor and Git. GitHub if you want to share the result — any other host works too.

No particular programming language, no framework, no specific AI tool. If your assistant can read a Markdown file, it can work here.

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.