con un clic
template
TEMPLATE — copia este directorio para crear una skill nueva. NO se carga en runtime.
Menú
TEMPLATE — copia este directorio para crear una skill nueva. NO se carga en runtime.
Strips all sugar-coating and marketing. Gives the brutally honest truth in the fewest possible words. Use when you suspect self-deception, before committing, or before shipping.
Adversarial review that hunts every weakness, assumption, edge case, and missing test. Opponent mode — finds what will break before it breaks in production. Use when merging, when reviewing security-critical code, or when the solution feels too simple.
Usar cuando se lee, escribe, busca o consolida la memoria persistente entre sesiones de Savia.
Usar cuando se escribe, valida o implementa una spec ejecutable SDD.
Test-driven development with vertical-slice red-green-refactor cycles. Use when applying TDD to a new feature or bug fix, when user mentions 'red-green-refactor', 'tdd', 'test-first', 'vertical slice' — explicitly avoids the 'horizontal slicing' anti-pattern (write all tests first, then all code) which produces brittle implementation-coupled tests.
Elevates perspective from trees to forest. Maps architecture, dependencies, and second-order effects before implementation decisions. Use when designing, when evaluating trade-offs, or at the start of design sessions.
| name | _template |
| description | TEMPLATE — copia este directorio para crear una skill nueva. NO se carga en runtime. |
| maturity | template |
| context | standalone |
| context_cost | low |
| category | meta |
| tags | ["template","scaffold"] |
| priority | low |
Si fuiste invocado como subagente con una tarea concreta, ejecuta solo esa tarea y reporta DONE / DONE_WITH_CONCERNS / BLOCKED. NO actives el workflow completo de esta skill. (Borra esta sección si la skill no es orquestadora.)
<Una frase. Qué problema resuelve.>
Lee estos paths antes de actuar. NUNCA asumas firmas, NUNCA inventes paths.
| Para | Lee este path |
|---|---|
| <tipos / contratos / interfaces> | <path/to/types.md> |
| <handlers / entry points> | <path/to/handlers/> |
| <configuración / constantes> | <path/to/config.md> |
<path/to/rules/> | |
<path/to/tests/> |
Reglas duras:
<paso 1: input>
↓
<paso 2: transformación>
↓
<paso 3: output / handoff>
bash scripts/memory-store.sh save --type <type> --title "<title>" --content "<content>" --source skill:<name>bash scripts/memory-store.sh recall <topic><../related-skill/SKILL.md><docs/rules/domain/related-rule.md><docs/propuestas/SPEC-XXX.md><docs/ROADMAP.md#SE-XXX>