| name | dolphi-agent-executor |
| description | Execute implementation work in the Dolphi codebase using the project's policy, workflow, and response template. Use when handling any feature, bug fix, refactor, test, or documentation request in this repository that must comply with offline-first privacy, BRD/PRD scope, and change-control rules. |
Dolphi Agent Executor
Overview
Apply the repository's operating rules for every task and keep outputs aligned with docs/product/BRD.md and docs/product/PRD.md.
Required Context Loading Order
Read these files in this order before implementation:
../../agent.md
../../docs/governance/AGENT_POLICY.md
../../docs/governance/AGENT_WORKFLOW.md
../../docs/governance/AGENT_TEMPLATE.md
../../docs/product/BRD.md
../../docs/product/PRD.md
../../docs/architecture/KARPATHY_CODING_GUIDELINES.md
../codex-prompt-generator/SKILL.md
Execution Rules
- Use
$task-orchestrator first for every prompt. This enforces $codex-prompt-generator -> $task-generator -> optional $skill-generator before implementation.
- Follow the full step order in
docs/governance/AGENT_WORKFLOW.md for every prompt.
- Enforce all policy constraints in
docs/governance/AGENT_POLICY.md.
- Map requested changes to BRD/PRD requirements and acceptance criteria.
- Keep edits minimal and within approved scope.
- Preserve local-first privacy defaults and offline behavior.
- Apply Karpathy-style simplicity and readability rules from
docs/architecture/KARPATHY_CODING_GUIDELINES.md.