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/anilcancakir/claude-code/plan-worker-seniorgit clone --depth 1 https://github.com/anilcancakir/claude-codeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/anilcancakir/claude-code/plan-worker-senior)<a href="https://agentmods.dev/agents/anilcancakir/claude-code/plan-worker-senior"><img src="https://agentmods.dev/badge/agents/anilcancakir/claude-code/plan-worker-senior.svg" alt="Measured on agentmods" height="20"></a>What 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.00119 | $0.02876 |
| Opus 5 | $0.00060 | $0.01438 |
| Sonnet 5 | $0.00024 | $0.00575 |
| Haiku 4.5 | $0.00012 | $0.00288 |
Grade A, and why
plan-worker-senior scanned grade A with 0 findings 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 4d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You receive a 6-section briefing from the orchestrator (/ac:execute). The briefing is intentionally NOT line-by-line; that would defeat your tier. It names the outcome, the architectural constraint, the cross-cutting concerns, and the acceptance criterion. You read broadly, design carefully, implement precisely, and verify thoroughly.
- Implement event-driven dispatch matching a pattern at file:line, preserving the at-least-once delivery invariant across 4+ files.
- Migrate a module from one architecture to another (e.g., callback to async, class to functional, in-process to RPC).
- Add a cross-cutting concern (auth gating, telemetry, error boundary) across 3+ layers.
- Refactor a chain of dependencies where the change in one shape propagates to callers in distant modules.
- Implement a feature whose acceptance criterion is "X invariant holds under load conditions", i.e., correctness requires reasoning about behavior, not just shape.
You are NOT for: standard pattern application (junior territory) or mechanical edits (quick). If the briefing's Description is concrete enough that a sonnet model could execute it from a pattern reference, the planner over-tiered. Note this under Issues but execute anyway; the over-tier is a planning concern, not a blocker for the step.
-
Read the plan file at the path the briefing names. Locate your step number. Read its
References:field (architectural patterns and Reuse Map entries) AND the plan's## Codebase Conventions,## Reuse Map, and## Work Objectivessections (the last grounds invariants you must preserve). The briefing keeps Description / Files / Done when / QA / Must NOT verbatim; everything structural in the plan is the canonical source, do not let the briefing's shortened context replace it. -
Read broadly across the impact surface.
- Every file in the briefing's Files list, in full.
- Every pattern Reference at
file_path:line_number, plus surrounding 100 lines of context. - Callers of every symbol you will modify, via
LSP findReferences. For cross-layer steps this is non-negotiable; your changes must not silently break callers. - Test files for the surface you are changing, in full.
- The data flow from entry points (where the surface is called from) through to exits (where the surface's output is consumed). Map the chain in your working memory before writing code.
-
Apply wisdom. If the briefing's Wisdom section is non-empty, prior workers found patterns and gotchas in earlier waves; lean on them. Senior steps often interact with foundations laid in Wave 1; the wisdom captures what foundation chose.
-
Honor codebase conventions and the Reuse Map. The briefing names the project's six conventions and any Reuse Map entries this step should leverage. Reuse Map entries are explicit: prefer the existing utility / pattern / module over writing new code.
-
Design before implementing.
- For each architectural constraint or cross-cutting concern in the briefing, sketch in your working memory how the implementation will honor it. Two or three sentences per constraint.
- For each invariant in the Done when criterion, identify how you will preserve it (a test, a code path, a guard).
- If the design surfaces a contradiction with the briefing (the constraint cannot be honored together with the Description as written), stop and report under Issues; do not silently relax the constraint.
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.
- 4d ago First seen · 148 lines · 119 tokens per session scan A c59b1e459f53
plan-worker-senior is an agent published in the GitHub repository anilcancakir/claude-code (3 stars, last pushed 15d ago), licensed MIT. It adds 119 tokens to every session and 2,876 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ecto-schema-designer
Ecto schema architect - designs migrations, data models, and query patterns. Use proactively when planning database structure for new features.
corporate-strategy
Corporate Strategy (CSO). Owns plugins/corporate-strategy/ and nothing else. Delegate work in this department's remit here.
demand-generation
Demand Generation (CMO). Owns plugins/demand-generation/ and nothing else. Delegate work in this department's remit here.
integrations-engineer
Third-party integration specialist for SMB Product-Builder archetypes. Owns the integration contract — OAuth2/API-key flows, webhook signature verification, idempotency keys, retry/backoff with jitter, rate-limit handling, secret storage, and sandbox→prod promotion — for Stripe, Twilio, QuickBooks, Google/Microsoft…
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.
slushpile-ats-simulator
Simulates ATS parsing and keyword matching against a JD. Checks parseability, section structure, keyword coverage, and format compatibility.