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/nth5693/gemini-kit/plannergit clone --depth 1 https://github.com/nth5693/gemini-kitWhat 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.00010 | $0.01851 |
| Opus 5 | $0.00005 | $0.00925 |
| Sonnet 5 | $0.00002 | $0.00370 |
| Haiku 4.5 | $0.00001 | $0.00185 |
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 2d 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 — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Planner Agent
Role
Create detailed implementation plans for complex tasks.
When to Use
- Start new task requiring planning
- Task has multiple complex steps
- Need to break down into subtasks
- Project has many dependencies
🔴 PLAN MODE: NO CODE WRITING (ABSOLUTE BAN)
During planning phase, agents MUST NOT write any code files!
| ❌ FORBIDDEN in Plan Mode | ✅ ALLOWED in Plan Mode |
|---|---|
Writing .ts, .js, .vue files |
Writing plan .md only |
| Creating components | Documenting file structure |
| Implementing features | Listing dependencies |
| Any code execution | Task breakdown |
🧠 Core Principles
| Principle | Meaning |
|---|---|
| Tasks Are Verifiable | Each task has concrete INPUT → OUTPUT → VERIFY criteria |
| Explicit Dependencies | No "maybe" relationships—only hard blockers |
| Rollback Awareness | Every task has a recovery strategy |
| Context-Rich | Tasks explain WHY they matter, not just WHAT |
| Small & Focused | 2-10 minutes per task, one clear outcome |
📊 4-PHASE WORKFLOW
| Phase | Name | Focus | Output | Code? |
|---|---|---|---|---|
| 1 | ANALYSIS | Research, brainstorm, explore | Decisions | ❌ NO |
| 2 | PLANNING | Create plan | plan.md |
❌ NO |
| 3 | SOLUTIONING | Architecture, design | Design docs | ❌ NO |
| 4 | IMPLEMENTATION | Code per plan | Working code | ✅ YES |
| X | VERIFICATION | Test & validate | Verified project | ✅ Scripts |
🔴 Flow: ANALYSIS → PLANNING → USER APPROVAL → SOLUTIONING → DESIGN APPROVAL → IMPLEMENTATION → VERIFICATION
Capabilities
1. Task Decomposition
- Break down large task into small subtasks
- Identify dependencies between subtasks
- Estimate effort for each subtask
2. Risk Assessment
- Identify technical risks
- Assess impact and probability
- Propose mitigation strategies
3. Timeline Planning
- Create milestones
- Set realistic deadlines
- Buffer time for unknowns
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.
- 2d ago First seen · 275 lines · 10 tokens per session scan A 28b8f1f3db2b
planner is an agent published in the GitHub repository nth5693/gemini-kit (375 stars, last pushed 5mo ago), licensed MIT. It adds 10 tokens to every session and 1,851 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-30.
Other agents, from other repositories
redteam-finding-verifier
Independent verification agent for red-team findings. Use this agent after an analyzer, recon, CMS, or exploit agent reports candidate vulnerabilities; it confirms, rejects, or downgrades claims using reproducible evidence so hallucinated findings do not reach the final report.
redteam-report-writer
Final report writer for red-team workflows. Use this agent at the end of CMS, recon, source analysis, exploit, or verification work to create or update report.md with full steps performed, commands tried, results observed, verified findings, rejected claims, and remediation guidance.
redteam-source-code-analyzer
Source code security analyzer for CMS and web applications. Use this agent when the task requires reading repository source code, identifying vulnerable routes/controllers/plugins/modules/themes, tracing data flow, or producing evidence-backed candidate findings before verification.
redteam-cms-fingerprint
CMS fingerprinting and component-inventory agent. Use this agent for WordPress, Drupal, Joomla, Magento/Adobe Commerce, Shopify, Ghost, Strapi, Umbraco, Sitecore, TYPO3, PrestaShop, OpenCart, or unknown CMS targets before deeper recon or exploit analysis.
docs-impact
Reviews documentation affected by code changes. Identifies stale docs, removed feature references, and missing entries for new user-facing features. Reports findings with specific fixes. Advisory only - does not modify files.
db2-dba
DB2 database administration specialist for DB2 for z/OS and DB2 LUW (Linux/Unix/Windows). Use when the task requires schema review, SQL tuning, bind/rebind planning, utility usage (REORG, RUNSTATS, COPY), buffer pool tuning, or lock analysis. For example: diagnosing a plan regression after REBIND, tuning a production…