com um clique
plan-slicing
Use when broad work needs to be broken into small verifiable slices.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Use when broad work needs to be broken into small verifiable slices.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Agent Brain /brain-brief: after intake, research, and grill have enough signal.
Agent Brain /brain-build: an implementation plan has a selected task and validation method.
Agent Brain /brain-design: a product brief needs ux or interaction design before planning.
Agent Brain /brain-eval: changing Agent Brain behavior or checking quality.
Agent Brain /brain-grill: the idea, brief, design, or plan has unresolved assumptions.
Agent Brain /brain-learn: after repeated success/failure, a tricky fix, or a shipped workflow.
| name | plan-slicing |
| description | Use when broad work needs to be broken into small verifiable slices. |
Lifecycle stage: PLAN
Use after a brief/design is accepted and before build.
Do not use when this trigger is absent; choose the command or skill that owns the requested state, artifact, and verification gate.
| Shortcut | Rebuttal |
|---|---|
| "This is obvious." | Write the assumption and evidence. If you cannot, it is not obvious. |
| "We can do this later." | If the missing step changes the decision, do it now or state the risk. |
| "The user wants speed." | Reduce scope; do not skip the quality bar. |
| "This does not need verification." | Every important claim or behavior needs proof. |
Implementation Plan
Use templates/implementation-plan.md. The artifact should be concise, auditable, and include evidence, blockers, and next action so another agent can resume. Each slice should be independently runnable by another agent without private context.
Trigger: a broad plan needs a safe first slice. Action: split work into ordered slices that start with a validator, eval, or failing test where behavior changes. Output artifact: templates/implementation-plan.md with blockers and next action. Verification: each slice names acceptance checks, verification command, rollback, and artifact changed.
A brief requires a new adapter. Plan slices should start with a failing validator or smoke fixture for the adapter contract, then a docs/template update, then local validation and real-runtime smoke evidence. Each slice names acceptance checks, a verification command, rollback, and the artifact it updates.