How to use with any Artificial Intelligence tool
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 03-how-to-use-with-any-ai.md
- Español: ../es/03-como-usar-con-cualquier-inteligencia-artificial.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:
Principle
Section titled “Principle”Do not depend on one specific tool. This format should work with any Artificial Intelligence assistant.
- Always start by reading:
idea/IDEA_GENERAL.mdspecs/INDEX.md- latest file in
bitacora/handoffs/
- Work on one active specification.
- Do not close a session without updating logs.
- If architecture changes, register a decision in
bitacora/decisiones/.
Suggested session prompt
Section titled “Suggested session prompt”“Read idea/IDEA_GENERAL.md, specs/INDEX.md, and the latest file in bitacora/handoffs/. Continue only with the active specification and update logs at the end.”
💡 Quick tips
Section titled “💡 Quick tips”- 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.
📊 Visual flow
Section titled “📊 Visual flow”flowchart LR A["Project idea"] --> B["Spec approved"] B --> C["Plan aligned"] C --> D["Tasks prioritized"] D --> E["Implementation"] E --> F["Validation + Logbook"]