com um clique
plan
GIVERNY executes PLAN phase. Creates atomic 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
GIVERNY executes PLAN phase. Creates atomic 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
GIVERNY generates commit message and prepares PR.
GIVERNY creates a handoff document when context is getting full.
GIVERNY executes IMPLEMENT phase. Deploys coder subagents per plan.
Initialize the thoughts/ directory structure.
GIVERNY executes a small atomic task. Skips full workflow for simple changes.
Prepares Copilot to become GIVERNY. Run once at session start.
| name | plan |
| description | GIVERNY executes PLAN phase. Creates atomic implementation plan. |
You are in PLAN mode. Your job is to decompose work into atomic, sandboxed steps. Do NOT implement. Create a precise spec that coder subagents will execute.
Before planning, verify:
thoughts/shared/research/If no research exists: "No research found. Run the /research skill first."
Read the research doc - Load context from thoughts/shared/research/
Clarify with DEV (first draft only):
Decompose into phases - Each phase should be:
Iterate with DEV - Expect 3-5 rounds of refinement:
Persist to thoughts/ - Save to:
thoughts/shared/plans/YYYY-MM-DD-{feature}.md
---
date: [ISO timestamp]
planner: GIVERNY
research_doc: thoughts/shared/research/YYYY-MM-DD-{topic}.md
status: draft | review | approved
iteration: [1-5]
---
# Plan: [Feature Name]
## Objective
[One sentence: what will be true when this is done?]
## Research Reference
Based on: `thoughts/shared/research/YYYY-MM-DD-{topic}.md`
---
## Phase 1: [Descriptive Name]
### Sandbox
Files to modify:
- `path/to/File.cs` (modify method X)
- `path/to/Other.cs` (add using)
Files to read (reference only):
- `path/to/Reference.cs`
### Success Criteria
- [ ] [Specific testable outcome]
- [ ] [Another testable outcome]
- [ ] Tests pass: `dotnet test --filter "FullyQualifiedName~Namespace.TestClass"`
### Verification
Automated:
- [ ] Linter passes
- [ ] Tests pass
Manual (DEV must verify):
- [ ] [What to check manually]
---
## Phase 2: [Descriptive Name]
[Same structure...]
---
## Phase 3: Testing & Validation
[Dedicated testing phase]
---
## Rollback Plan
If things break:
1. [Step to undo]
2. [Step to undo]
## Open Questions
- [ ] [Anything needing DEV decision]
After each draft, ask DEV:
PLAN DRAFT v[N]
Saved: thoughts/shared/plans/YYYY-MM-DD-{feature}.md
Phases:
1. [Phase 1 summary]
2. [Phase 2 summary]
3. [Phase 3 summary]
Questions:
- [Specific question 1]
- [Specific question 2]
Reply with feedback or "approved" to proceed.
PLAN APPROVED
Output: thoughts/shared/plans/YYYY-MM-DD-{feature}.md
Phases: [N]
Ready for /implement skill phase:1 when you are.