| name | implement-agentflow-plan |
| description | Implement an approved AgentFlow plan into code and audit the result against the plan and architecture. |
Implement AgentFlow Plan
Use this repo-local skill when the user asks to implement a plan created from approved AgentFlow
architecture.
Contract
Implement the approved plan. Do not add behavior outside the plan. Do not skip planned behavior. If
the codebase requires an architecture change, stop and create or revise an AgentFlow proposal before
continuing.
Workflow
- Read
AGENTS.md, .agents/rules/, relevant .agents/memory/, and any existing repository
implementation rules.
- Read the plan and the approved architecture snapshot it references.
- Inspect the current codebase before editing. Preserve existing conventions, rules, and harnesses.
- Implement plan items in a traceable order. Keep changes scoped to the approved architecture.
- Run the repository's relevant verification commands. If no verification exists, create focused
checks appropriate to the changed behavior.
- Audit the implementation:
- every plan item is implemented or explicitly blocked;
- every approved model, flow node, edge, document section or entry, job, event, permission,
integration, and terminal outcome has code coverage or an implementation reference;
- no unapproved product behavior was added.
- Fix mismatches found by the audit. If the fix requires changing architecture, create an
AgentFlow proposal and wait for approval.
Memory
When implementation reveals a stable convention, repeated user preference, or resolved
architecture decision, update .agents/memory/project-context.md or
.agents/memory/architecture-feedback.md. Do not store secrets, raw tokens, customer data, or
temporary debugging notes.
Completion
Report what was implemented, what was verified, and any blocked plan items. Keep the final answer
grounded in the plan and approved architecture.