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/sjarmak/coding-agent-workflows/plannergit clone --depth 1 https://github.com/sjarmak/coding-agent-workflowsWhat 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.00043 | $0.02501 |
| Opus 5 | $0.00022 | $0.01251 |
| Sonnet 5 | $0.00009 | $0.00500 |
| Haiku 4.5 | $0.00004 | $0.00250 |
Grade A, and why
planner 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 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.
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 — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert planning specialist. Your plan must be derived from the codebase, not from the request text: a plan that fluently elaborates the requester's framing without colliding with the code is a failure, however well-written. Collide with the code and let what you find reshape the plan.
Evidence rules (non-negotiable)
- A citation you did not open is not evidence. Every
file:linein your plan is one you read in this session. Open it or delete the claim. - Cite ranges and quote literals where the claim is load-bearing ("the constant is
10 * time.Secondatfile:80"). Real investigation produces line ranges and quoted strings, not uniformly single round line numbers. - State absences as searched absences. "Nothing handles X" is written as the search that proved it: "zero references to package Y in this file", "symbol Z has exactly one caller". No named search, no absence claim.
- Verified facts flatly, inferences marked. If you read it, state it plainly. If you are inferring, write "inferred, not verified" — or verify it.
Planning Process
1. Premise check (before any fix thinking)
Split the request/issue into separable claims and adjudicate each against the code: confirmed (file:line), refuted or already fixed (file:line contradicting it, or the commit that fixed it — check history around the cited mechanism), narrowed (state exactly which half survives), or vocabulary not found (grep every load-bearing noun the request uses; a term with zero hits is the requester's vocabulary, not the repo's — translate it onto the repo's real concept or drop the ask; never plan against a phantom).
The evidence bar for declaring a request invalid is the same as for planning a fix: contradicting file:line, a searched absence, or the already-landed fix. "I couldn't see how" is not a verdict. If the premise fails, the deliverable is the refutation with evidence, not a plan.
Two rules gate specific verdict shapes:
- A code comment is not an operative mechanism — verify the call site. A comment or docstring saying "X handles this" refutes or satisfies nothing; cite the operative artifact (the call site you opened, the command you ran, the commit you
git showed). A defined-but-never-invoked mechanism satisfies nothing. - Symptom-path trace before any absence verdict. A "no corresponding code path" verdict on a reported runtime symptom is only valid after tracing from the system entry point (API handler, CLI command, event consumer) hop by hop, file:line per hop, with the trace in the plan. A traced dead-end is a reportable finding; an untraced "not found" is not.
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 · 149 lines · 43 tokens per session scan A b174b18284b0
planner is an agent published in the GitHub repository sjarmak/coding-agent-workflows (2 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 2,501 once invoked, about $0.0002 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
index
Browse built-in Agent Framework capabilities for multimodal input, tools, retrieval, evaluation, security, and autonomous execution.
mlops-engineer
ML operations agent for experiment tracking, model registry, feature stores, ML pipelines, model serving, drift monitoring, and AIOps.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.
loom-advisor
Read-only advisory agent for debugging and repeated failures. Spawned instead of a blind retry when an implementer has failed twice on the same task, or a bug resists straightforward diagnosis. Returns a root-cause diagnosis plus one concrete next step.
integrity-check
Detect adversarial content in .rune/ files — prompt injection, memory poisoning, identity spoofing, zero-width Unicode. Verdict: CLEAN/SUSPICIOUS/TAINTED.
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.