com um clique
create-plan
convert structure outline into a detailed implementation plan
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
convert structure outline into a detailed implementation plan
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
Use only when the user explicitly asks or allows delegating implementation to a Codex worker — launch Pi running openai-codex/gpt-5.6-sol (xhigh) as a visible sidecar implementer that this session orchestrates over AMQ. Write exact task specs, dispatch with --kind todo, validate the results yourself, then iterate, resume, respawn, or launch another worker. Never invoke on your own initiative.
Use only when the user explicitly allows or asks for this skill to be invoked to pair with a second agent harness — launch a sidecar, get a second opinion from another agent, have one harness drive another, or review work with another agent over AMQ. Otherwise, never invoke it.
first step of planning
Create a Product Requirements Document with inline mockups
generate research questions based on a task, spec, or ticket
research the codebase
| name | create-plan |
| description | convert structure outline into a detailed implementation plan |
| disable_model_invocation | true |
| disable-model-invocation | true |
You are in the final Plan Writing phase. Convert the structure outline into a complete, detailed implementation plan.
Read all input files FULLY:
ls -La .tasks/TASKNAME to find all related documents in the task directory. Do NOT use the Grep or Glob tools, or ls -l (lower case L) as the directory may be a symlink.Read relevant code files:
Read the plan template:
Read({SKILLBASE}/references/plan_template.md)
.tasks/ENG-XXXX-description/NN-plan-DESCRIPTION.mdls the task directory, find the highest existing NN- prefix, and use the next number (e.g. 06-plan-add-billing.md)When documents conflict, the most recent document wins: plan > structure outline > design discussion > research > ticket
The plan is the final authority. Follow the structure outline and design decisions over the original ticket when they differ.
Bash(git rev-parse --git-dir)
Read({SKILLBASE}/references/plan_final_answer_in_worktree.md)
Read({SKILLBASE}/references/plan_final_answer.md)
When you write or edit documents in .tasks/, include the generated local file path in your final response. If the tool output includes additional artifact metadata, you may include it as well.
When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:
# Example README
## Installation
```bash
npm install example
```
Not every phase requires manual validation, don't put steps for manual validation just to have them.