Documentation audit (2026-03-14)
Esta página aún no está disponible en tu idioma.
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 32-documentation-audit-2026-03-14.md
- Español: ../es/32-auditoria-documentacion-2026-03-14.md
Reviewed:
- Starters:
README.md,README.es.md,QUICKSTART.md,AI_START_HERE.md,docs/README.md - 3-level guides:
docs/en|es/13,14,15 - Core consistency references:
02,08,10,11,19,21,26
Main issues found
Section titled “Main issues found”- Repeated long preambles in many guides.
- Non-linear starter flow for first-time users.
- Mixed language links reducing clarity.
- Some stale references to old AI instruction files.
Actions applied
Section titled “Actions applied”- Rewrote
docs/README.mdinto a compact navigation hub. - Rewrote
QUICKSTART.mdwith a linear Spec Kit-first flow. - Rewrote
AI_START_HERE.mdto short mandatory context + hard gate + prompt links. - Rewrote level guides in EN/ES (
13,14,15) with a consistent educational structure. - Aligned AI rules matrix to canonical instruction file.
Result
Section titled “Result”- Better readability for beginner/intermediate/advanced users.
- Clearer progression and fewer duplicated instructions.
- Stronger coherence with Spec Kit and SDD gate.
Next recommended pass
Section titled “Next recommended pass”- Apply the same concise structure to docs
00-12and16-31. - Add link-check and style checks in CI for docs.
- Add timed UX validation (find Quickstart/start path in <10 seconds).
Pass 2 update (2026-03-14)
Section titled “Pass 2 update (2026-03-14)”- Compacted repeated startup/prompt blocks across core docs
00-12and16in EN/ES. - Replaced long duplicated sections with short links to
AI_START_HERE.md, prompt matrix, and validated prompt bank. - Kept topic-specific content intact while reducing onboarding noise.
🗣️ Friendly prompt (copy/paste)
Section titled “🗣️ Friendly prompt (copy/paste)”Using https://github.com/juanklagos/spec-driven-development-template, guide me with this template end-to-end for my project.My project is: [describe your project in plain language].If it is new, initialize it from this template.If it already exists, adapt it without breaking current behavior.Keep me in SDD flow (idea -> spec -> plan -> tasks -> implementation), in simple language.💡 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"]