Loading...
Loading...
Create a phased activation plan using the EvoNexus standard structure — single index file + folder-per-phase + file-per-item, each item detailed with owner, dependencies, decisions pending, suggested agent team. Use when the user asks for an activation plan, implementation plan, rollout plan, or any phased plan for business/engineering initiatives. Also triggered by Oracle's Step 6 (implementation plan delivery) instead of writing an ad-hoc plan.
npx skill4agent add evolutionapi/evo-nexus prod-activation-planoracle-implementation-plan-expandedYYYY-MM-DD1.11.4a2.5[ATIVAR][CONSTRUIR NOVO][DECIDIR][EVOLUIR]workspace/development/plans/
├── [C]{plan-name}-{YYYY-MM-DD}.md ← INDEX (single entry point)
├── {phase-1-slug}/ ← e.g., fase-1-quick-wins/
│ ├── [C]1.1-{item-slug}.md
│ ├── [C]1.2-{item-slug}.md
│ └── ...
├── {phase-2-slug}/
│ └── ...
└── {phase-3-slug}/
└── ...cd workspace/development/plans/
mkdir -p {phase-1-slug} {phase-2-slug} {phase-3-slug}fase-{N}-{purpose-slug}fase-1-quick-winsfase-2-conexoesfase-3-ciclo-completo[C]{plan-name}-{YYYY-MM-DD}.mdworkspace/development/plans/---
author: claude
agent: {invoking-agent}
type: work-plan-index
date: {YYYY-MM-DD}
plan-name: {plan-name}
status: draft
mode: index
---
# {Plan Title} — {Business/Scope}
**Tipo:** índice. Cada item tem arquivo próprio na pasta da respectiva fase. Este arquivo não duplica o detalhamento — aponta pros arquivos-filhos.
**Estratégia-base:** {link to strategy doc, if any}
---
## Contexto
{2-4 lines: what the plan is, which axes it covers, what it connects.}
## Objetivos
- {Objective 1}
- {Objective 2}
- {Objective 3}
## Guardrails
**Must Have**
- {Constraint 1}
- {Constraint 2}
**Must NOT Have**
- {Anti-constraint 1}
- {Anti-constraint 2}
---
## Visão geral das fases
---
## Fase 1 — {Name} ({timeline})
Pasta: [`{phase-1-slug}/`]({phase-1-slug}/)
| # | Item | Tipo |
|---|---|---|
| 1.1 | [{Item title}]({phase-1-slug}/[C]1.1-{item-slug}.md) | [ATIVAR] |
| 1.2 | [{Item title}]({phase-1-slug}/[C]1.2-{item-slug}.md) | [ATIVAR] |
| ... | ... | ... |
---
## Fase 2 — {Name} ({timeline})
Pasta: [`{phase-2-slug}/`]({phase-2-slug}/)
| # | Item | Tipo |
|---|---|---|
| 2.1 | [{Item title}]({phase-2-slug}/[C]2.1-{item-slug}.md) | [ATIVAR] |
| ... | ... | ... |
---
## Fase 3 — {Name} ({timeline})
Pasta: [`{phase-3-slug}/`]({phase-3-slug}/)
| # | Item | Tipo |
|---|---|---|
| 3.1 | [{Item title}]({phase-3-slug}/[C]3.1-{item-slug}.md) | [ATIVAR] |
| ... | ... | ... |
---
## Decisões críticas pendentes
1. **{Decision 1}** (item X.Y) — {what needs to be decided}
2. **{Decision 2}** (item X.Y) — {what needs to be decided}
3. **{Decision 3}** (item X.Y) — {what needs to be decided}
---
## Histórico de mudanças
- **v1 ({date}):** versão inicial.{phase-slug}/[C]{item-id}-{item-slug}.md---
author: claude
agent: {invoking-agent}
type: work-plan-item
date: {YYYY-MM-DD}
phase: {1|2|3}
item-id: {1.1, 1.4a, 2.5, etc}
status: pending
---
# {Item ID}. {Full Title}
**Fase:** {phase name}
**Eixo:** {axis/pillar slug — ex: comunidade, cursos, youtube-lives, redes-sociais, github-open-source, discord-bot, forum-linear}
**Tipo:** {[ATIVAR] | [CONSTRUIR NOVO] | [DECIDIR] | [EVOLUIR]}
**Prazo sugerido:** {window inside the phase — ex: "sem 1" or "13-17/abr"}
## O que é
{2-4 lines describing the objective, no fluff.}
## O que fazer
- {Concrete step 1}
- {Concrete step 2}
- {Concrete step 3}
- {Concrete step 4}
## Agente / Skill / Rotina
{Which agents, skills, or routines from the workspace are involved. Example: "@pixel + skill social-content-calendar + new daily routine in scheduler at 18:15"}
## O que o usuário precisa decidir/fornecer
{List of human-input dependencies. If none, write "Nada além da aprovação pra começar."}
## Impacto esperado
{2-3 lines about the concrete gain when this is running.}
## Dependências
{List of items that must be ready first. Example: "1.4a (calibração)" or "nenhuma".}
## Riscos
{Short list, only if relevant. Example: "régua pode errar em repos novos com pouco contexto"}
## Agente sugerido pra implementação
**Time:** {agent chain — e.g., @compass → @apex → @bolt → @oath}
| Fase | Agente | Papel |
|---|---|---|
| 1. Spec | @compass | Plano 3-6 passos |
| 2. Arquitetura | @apex | ADR + design |
| 3. Build | @bolt | Implementação |
| 4. Verify | @oath | Verificação evidence-based |
**Por quê esse time:** {one-line justification specific to this item}
## Status
- [x] Pendente
- [ ] Em progresso
- [ ] Concluído## Agente sugerido pra implementação
**Agente:** @pixel
**Por quê:** item [ATIVAR] direto — skill já existe, só precisa do agente-dono do domínio.| Item type | Team | Notes |
|---|---|---|
| [ATIVAR] — already exists, just wire it up | Domain owner agent (@pixel, @pulse, @atlas, @mentor, @clawdia, @flux, @dex, @nex, @mako, @aria, @zara, @lex, @nova) | No planning layer — just execute. |
| [DECIDIR] — research, benchmark, calibration | @oracle (conduct) + @scout (data) or @scroll (web research) | Decision must stay interactive with the user. |
| [CONSTRUIR NOVO] — small/medium | @compass (plan) → domain-owner agent (execute) | Compass ensures 3-6 actionable steps. |
| [CONSTRUIR NOVO] — large/critical | @oracle (framing) → @compass (plan) → @apex (ADR) → @bolt (execute) → @oath (verify) | Serious items need consensus before code. |
| [CONSTRUIR NOVO] — with UI | Add @canvas after @apex | UI/UX needs dedicated designer. |
| [CONSTRUIR NOVO] — with security impact | Add @vault and @grid | Auth, secrets, auditability. |
| [EVOLUIR] — refine what's running | @compass direct + domain owner | Already has a baseline. |
Plano criado. Estrutura:
workspace/development/plans/
├── [C]{plan-name}-{date}.md ← índice
├── {phase-1}/ ({N} itens)
├── {phase-2}/ ({N} itens)
└── {phase-3}/ ({N} itens)
Total: {X} itens distribuídos em {Y} fases.
Decisões pendentes ({count}):
- {item-id}: {one-line description}
- ...
Próximo passo sugerido: {item to start with, usually a [DECIDIR] that unblocks the rest}plan-namev2v3Oracle (interview) → Compass (plan) → prod-activation-plan (materialize)User (to Oracle): "me monta o plano pra ativar comunidade e redes sociais em 6 semanas"
Oracle:
1. Runs Steps 2-5 (business discovery, capability mapping, wow report)
2. Delegates to @compass-planner to produce the structured plan content
3. Invokes prod-activation-plan skill with Compass's output
4. Reports the created structure back to the user with 3 autonomy paths (Step 7)