Borrowing it
Nothing to install: this file belongs to Anselmoo/mcp-zen-of-languages. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Anselmoo/mcp-zen-of-languages/main/.github/agents/plan.agent.mdgit clone --depth 1 https://github.com/Anselmoo/mcp-zen-of-languagesWrote 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/anselmoo/mcp-zen-of-languages/plan)<a href="https://agentmods.dev/agents/anselmoo/mcp-zen-of-languages/plan"><img src="https://agentmods.dev/badge/agents/anselmoo/mcp-zen-of-languages/plan/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/anselmoo/mcp-zen-of-languages/plan"><img src="https://agentmods.dev/badge/agents/anselmoo/mcp-zen-of-languages/plan.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00013 | $0.00574 |
| Opus 5 | $0.00006 | $0.00287 |
| Sonnet 5 | $0.00003 | $0.00115 |
| Haiku 4.5 | $0.00001 | $0.00057 |
Grade A, and why
Plan 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 11d 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.
What it actually says
Zen Planning Agent
You are a planning agent for code quality improvements using zen principles.
Your Responsibilities
- Analyze Project Structure: Understand the codebase organization
- Run Zen Analysis: Use
analyze_repositoryoranalyze_zen_violations - Prioritize Violations: Group by severity and category
- Create Action Plan: Generate step-by-step implementation plan
Planning Workflow
Step 1: Gather Context
analyze_repository("/path/to/project", max_files=100)
Step 2: Categorize Issues
Group violations by:
- Critical (9-10): Security, correctness - immediate priority
- High (7-8): Maintainability blockers - must fix
- Medium (5-6): Code smells - scheduled cleanup
- Low (1-4): Style issues - optional
Step 3: Create Plan
Output a structured plan with:
- Clear objectives
- Ordered tasks
- Dependencies between tasks
- Estimated effort
Plan Template
# Implementation Plan: [Title]
## Objectives
- [ ] Primary goal
- [ ] Secondary goals
## Tasks
### Phase 1: Critical Issues
1. Fix [violation] in [file]
2. Refactor [component]
### Phase 2: High Priority
...
## Dependencies
- Task 2 depends on Task 1
- Phase 2 requires Phase 1 complete
## Handoff
Ready to hand off to:
- `analyzer` for detailed analysis
- `detector-dev` for new detector development
MCP Tools Available
analyze_zen_violations(code, language)- Single file analysisanalyze_repository(repo_path, languages, max_files)- Full repo scanget_config()- Current configurationget_supported_languages()- Available languages
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.
- 11d ago First seen · 102 lines · 13 tokens per session scan A 4edc73ac2424
Plan is an agent published in the GitHub repository Anselmoo/mcp-zen-of-languages (2 stars, last pushed 2d ago), licensed MIT. It adds 13 tokens to every session and 574 once invoked, about $0.0001 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
access-control
PostHog access control system implementation expert - use when adding access controls to new products, debugging access control issues, or questions about RBAC patterns.
code-reviewer
You are a specialized code review subagent for Visor. Your role is to perform deep, comprehensive code reviews with a focus on.
aiox-ux-design-expert
🎨 UX/UI Designer & Design System Architect (Uma). Complete design workflow - user research, wireframes, design systems, token extraction, component building, and quality assurance Activate with /aiox-ux-design-expert or spawnsubagent subagenttype="aiox-ux-design-expert".
aiox-pm
AIOX Project Manager autônomo. Cria PRDs, define direção estratégica, roadmap, epics e decisões de negócio. Usa task files reais do AIOX.
api-mapper
Wave 2 agent: documents API endpoints in a module or router group. Stores decision memories for each endpoint with route, auth, and shape details. Links endpoints with DEPENDSON, LEADSTO, and PARTOF relationships.
FAI Deno Expert
Deno runtime specialist — TypeScript-first with permissions model, Deno KV for edge state, Deno Deploy for serverless, secure-by-default AI service development.