AI SummaryVeedurIA enforces strict Git workflow rules for Windsurf, prohibiting task-tracking files and redirecting state management to GitHub Issues. Useful for teams wanting to maintain clean repositories and centralized issue tracking.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "VeedurIA — Windsurf Rules" prompt rules to my project. Repository: https://github.com/iberi22/VeedurIA Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Veeduría Ciudadana con Datos Abiertos e Inteligencia Artificial en Rust.
⛔ ACCIONES PROHIBIDAS (REGLAS DURAS)
NUNCA crees estos archivos bajo NINGUNA circunstancia: • ❌ TODO.md, TASKS.md, BACKLOG.md • ❌ PLANNING.md, ROADMAP.md, PROGRESS.md • ❌ NOTES.md, SCRATCH.md, IDEAS.md • ❌ STATUS.md, CHECKLIST.md • ❌ Cualquier .md para gestión de tareas/estado • ❌ Cualquier .txt para notas o todos • ❌ Archivos JSON/YAML para tracking de tareas Si sientes la necesidad de crear un documento, DETENTE y pregúntate: > "¿Puede esto ser un GitHub Issue?" → SÍ, puede. Crea un issue. ---
0. Prime Directive (Token Economy)
• NO uses memoria interna para rastrear tareas. • NO crees archivos para documentar estado o progreso. • Tu estado es GitHub Issues.
1. Flujo de Trabajo (The Loop)
Al iniciar cualquier tarea, sigue estos pasos estrictamente: • READ (Contexto): • Lee .✨/ARCHITECTURE.md para entender el sistema. • Ejecuta: gh issue list --assignee "@me" para ver tu tarea actual. • Si no tienes tarea, busca en el backlog: gh issue list --limit 5. • ACT (Desarrollo): • Si tomas una tarea nueva: gh issue edit <id> --add-assignee "@me". • Crea una rama: git checkout -b feat/issue-<id>. • Escribe código y tests. • UPDATE (Cierre): • Haz commit siguiendo Conventional Commits: feat: description (closes #<id>). • Push y PR: gh pr create --fill. • IMPORTANTE: No actualices ningún archivo de texto para marcar "check". Git lo hace por ti.
2. Planificación
• Si se te pide planear, NO escribas un documento largo. • Genera comandos para crear los issues: gh issue create --title "..." --body "..."
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts