skills/en/tao-plan-writing/SKILL.md
Expert task decomposition for creating TAO PLAN.md files. Breaks features into phases and tasks with acceptance criteria, effort estimates, and dependencies. Use when planning work, creating phases, or decomposing features.
npx skillsauth add andretauan/tao tao-plan-writingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Auto-loaded when creating or updating PLAN.md, decomposing features into tasks, or planning phases.
# Phase XX — [Phase Title]
**Goal:** One sentence describing what this phase achieves
**Prerequisite:** Phase XX-1 completed (or "none")
## Tasks
### T01 — [Task Name]
- **Scope:** What files/modules this touches
- **Acceptance criteria:**
- [ ] Criterion 1 (testable)
- [ ] Criterion 2 (testable)
- **Effort:** S | M | L
- **Model:** Sonnet | Opus | GPT-4.1
- **Dependencies:** none | T0X
### T02 — [Task Name]
...
| Task Type | Model | Cost | |-----------|-------|------| | Simple CRUD, config, boilerplate | GPT-4.1 | Free | | Standard logic, tests, integration | Sonnet | Low | | Complex architecture, security, debugging | Opus | High |
Before marking PLAN.md complete, verify:
testing
Estratégia de pirâmide de testes com análise de cobertura, identificação de edge cases e planejamento de testes. Use ao planejar testes, melhorar cobertura, identificar edge cases ou escrever especificações de teste.
development
Auditoria de segurança alinhada ao OWASP Top 10 com checklist para injection, XSS, autenticação, autorização, gestão de secrets e vulnerabilidades comuns. Use ao auditar segurança, revisar código de auth ou hardening de aplicação.
development
Metodologia de refatoração segura com detecção de code smells, transformação passo-a-passo e prevenção de regressão. Use ao refatorar código, reduzir dívida técnica ou melhorar estrutura.
testing
Decomposição expert de tarefas para criar PLAN.md no TAO. Quebra features em fases e tarefas com critérios de aceite, estimativas e dependências. Use ao planejar trabalho, criar fases ou decompor features.