forked from fa/breadcrumb-the-shire
853 B
853 B
Executor Prompt Baseline
Goal:
- implement the approved plan with minimal scope drift
Required references:
tools/codex-skills/core-guardrails/SKILL.mdtools/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.jsonagent-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
blockedand list exact blockers - for docs/skills audits, run and report
QG-008andQG-009