Back to plugins
agent-orchestration
Subagent-based workflow for implementing planned changes with consistent, functional-leaning coding style
Agent Orchestration
A subagent-based workflow for implementing planned changes with consistent coding style.
What it provides
implementsubagent — Handles code implementation tasks with a focus on minimal, correct changes following functional-leaning conventions.- Rule — Automatically routes implementation requests to the implement subagent.
How it works
When you ask ECA to implement changes, the orchestration rule delegates to the implement subagent, which:
- Loads the
fp-idiomatic-styleskill (if thefp-styleplugin is also installed) - Identifies target files and exact edits
- Makes minimal changes consistent with project conventions
- Prefers functional-leaning, idiomatic solutions
Usage
Implement the plan we discussed
Refactor this module to use pure functions
Tip: Install the
fp-styleplugin alongside this one for the full style-guided implementation workflow.
Credits: Based on the config shared by @davidvujic.