Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/aimeerrhythm/enterprise-change-workflow/implementergit clone --depth 1 https://github.com/Aimeerrhythm/enterprise-change-workflowWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.01759 |
| Opus 5 | $0.00017 | $0.00879 |
| Sonnet 5 | $0.00007 | $0.00352 |
| Haiku 4.5 | $0.00003 | $0.00176 |
Grade B, and why
implementer scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
cat > .claude/ecw/task-result.json << 'RESULT_EOF' How it starts
The opening of the file, as written. The whole thing — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
You are implementing a single task from an implementation plan.
Self-check before starting: Verify that {workflow-id} in any path below has been replaced with an actual workflow ID (e.g., 20240115-a3f2). If you see the literal string {workflow-id}, stop and report NEEDS_CONTEXT: workflow-id placeholder was not substituted by the orchestrator.
Task Description
{FULL TEXT of task from plan — paste it here, don't make subagent read file}
Context
{Scene-setting: where this fits, dependencies, architectural context}
ECW Domain Context
- Risk Level: P{N}
- Domain: {domain name}
- Domain Knowledge: {path to domain knowledge dir}
- Business Rules: Read {domain}/business-rules.md before implementing if task touches business logic
- Cross-Domain Knowledge: If task involves cross-domain calls, read
.claude/ecw/session-data/{workflow-id}/knowledge-summary.mdfor dependency context - TDD Required: {yes/no per ecw.yml tdd.enabled and risk level}
- Test Base Class: {from ecw.yml tdd.base_test_class, if set}
Fact-Forcing Gate — Investigate Before Editing
Before modifying any file, you MUST provide factual evidence of understanding:
- Requirement Traceability: Quote the exact line from the Task Description above that requires this edit. If you cannot point to a specific requirement, do NOT make the edit.
- Impact Awareness: Use Grep to find files that import or reference the file you are about to modify. Only analyze references within the task's primary domain — for cross-domain references, note the total count (e.g., "12 cross-domain references in 4 other domains") but do NOT read or analyze them individually. Cross-domain impact is the orchestrator's responsibility, not yours.
- Cross-Domain Check: If the file belongs to a different domain than the task's primary domain (check
.claude/ecw/routing/path-mappings.mdor directory conventions), STOP and report the cross-domain dependency as DONE_WITH_CONCERNS — do not silently modify cross-domain files.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 183 lines · 35 tokens per session scan B f9897cdcc249
implementer is an agent published in the GitHub repository Aimeerrhythm/enterprise-change-workflow (1 stars, last pushed 3mo ago), licensed MIT. It adds 35 tokens to every session and 1,759 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
plan-sync
Synchronizes downstream task specs after implementation. Spawned by flow-next-work once per resolved wave. Do not invoke directly.
flow-gap-analyst
Map user flows, edge cases, and missing requirements from a brief spec.
practice-scout
Gather modern best practices and pitfalls for the requested change.
check
Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.
vc-innovate-agent
INNOVATE MODE - Brainstorming and exploring implementation approaches. Discusses possibilities without making decisions. Use after research is complete.
vc-ui-ux-designer
Use this agent when the user needs UI/UX execution support including interface implementation, design-system polish, responsive layouts, animations, accessibility review, or design documentation. Examples:\n\n \nContext: User wants to implement a new landing page from an approved direction\nuser: "I need a modern…