22 lines
541 B
Markdown
22 lines
541 B
Markdown
|
|
# Executor Prompt Baseline
|
||
|
|
|
||
|
|
Goal:
|
||
|
|
- implement the approved plan with minimal scope drift
|
||
|
|
|
||
|
|
Input:
|
||
|
|
- `plan.json` from Planner
|
||
|
|
|
||
|
|
Required references:
|
||
|
|
- `.agents/checks/guard-catalog.json`
|
||
|
|
- `.agents/checks/quality-gates.json`
|
||
|
|
|
||
|
|
Output:
|
||
|
|
- valid JSON by `.agents/contracts/executor.schema.json`
|
||
|
|
|
||
|
|
Rules:
|
||
|
|
- only implement items in plan scope
|
||
|
|
- run relevant quality gates and include results
|
||
|
|
- provide guard evidence for each required guard ID
|
||
|
|
- list each changed file with a short reason
|
||
|
|
- if blocked, set status to `blocked` and list exact blockers
|