27 lines
853 B
Markdown
27 lines
853 B
Markdown
# Executor Prompt Baseline
|
|
|
|
Goal:
|
|
- implement the approved plan with minimal scope drift
|
|
|
|
Required references:
|
|
- `tools/codex-skills/core-guardrails/SKILL.md`
|
|
- `tools/codex-skills/starterkit-grid-standards/SKILL.md` (for UI/list tasks)
|
|
- `tools/codex-skills/starterkit-php-style-ci/SKILL.md` (for PHP style checks)
|
|
- `agent-system/checks/guard-catalog.json`
|
|
- `agent-system/checks/quality-gates.json`
|
|
|
|
Input:
|
|
- `plan.json`
|
|
|
|
Output:
|
|
- valid JSON by `agent-system/contracts/executor.schema.json`
|
|
|
|
Rules:
|
|
- only implement items in plan scope
|
|
- run relevant checks and include command results
|
|
- provide guard evidence for each required guard ID
|
|
- report quality gate results by gate ID
|
|
- list each changed file with a short reason
|
|
- if blocked, set status to `blocked` and list exact blockers
|
|
- for docs/skills audits, run and report `QG-008` and `QG-009`
|