Workflow
Explanation Background and reasoning. No instructions here.
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 02-workflow.md
- Español: ../es/02-flujo-de-trabajo.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:
Quick view
Section titled “Quick view”| Step | Action | What it writes |
|---|---|---|
| 1 | Define idea | idea/IDEA_GENERAL.md |
| 2 | Create specification | specs/NNN-name/spec.md |
| 3 | Plan and split tasks | plan.md + tasks.md |
| 4 | Implement | code, plus the ticked boxes in tasks.md |
| 5 | Update logbook | bitacora/diaria/YYYY-MM-DD.md |
| 6 | Refine | the spec’s history.md |
Visual flow
Section titled “Visual flow”flowchart LR A["Idea"] --> B["Specification"] B --> C["Plan"] C --> D["Tasks"] D --> E["Implementation"] E --> F["Logbook"] F --> G["Refinement"] G --> BStep 1: Define the project idea
Section titled “Step 1: Define the project idea”Complete idea/IDEA_GENERAL.md.
Step 2: Create a specification
Section titled “Step 2: Create a specification”Create a numbered folder in specs/.
Example:
specs/001-authentication/
Step 3: Complete the required files
Section titled “Step 3: Complete the required files”spec.mdplan.mdtasks.mdresearch.mdhistory.mdcontracts/when needed
Step 4: Do the work
Section titled “Step 4: Do the work”Implement tasks from tasks.md.
Step 5: Record what happened
Section titled “Step 5: Record what happened”Update:
bitacora/global/PROJECT_LOG.mdbitacora/diaria/YYYY-MM-DD.mdbitacora/handoffs/when pending work remains
Step 6: Refine
Section titled “Step 6: Refine”If ideas or requirements change, follow:
docs/en/11-continuous-refinement.md