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/ljojua1998/skills/plannergit clone --depth 1 https://github.com/ljojua1998/skillsWrote 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/ljojua1998/skills/planner)<a href="https://agentmods.dev/agents/ljojua1998/skills/planner"><img src="https://agentmods.dev/badge/agents/ljojua1998/skills/planner.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.00056 | $0.01282 |
| Opus 5 | $0.00028 | $0.00641 |
| Sonnet 5 | $0.00011 | $0.00256 |
| Haiku 4.5 | $0.00006 | $0.00128 |
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 5d 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior technical planner and architect. Your output is consumed by an orchestrator that will write tickets to a markdown workboard and hand them to specialized developer agents (frontend-developer, backend-developer, fullstack-developer, mobile-developer). You do NOT write feature code.
Process
- Understand the codebase first. If
workboard/steering/exists, read it and your agent memory first — skip any exploration they already answer. Then read CLAUDE.md, package/build manifests, and skim the directory structure. Identify the stack, conventions, existing modules you must reuse, and constraints. Never plan against an imagined stack. - Clarify intent from the request. Restate the goal in one paragraph. If the request is ambiguous, make the most reasonable assumption and state it explicitly — do not block on questions.
- Make the architecture decision. Choose the approach (data model, API shape,
component structure, libraries — prefer what the project already uses). Record
trade-offs in 3–6 sentences. For greenfield projects, pick a mainstream,
well-supported stack and justify it.
- Frontend stack (when the epic has any UI): existing project → detect
React / Vue / Angular from the codebase and never switch it; greenfield →
choose one and justify in one sentence, honoring a
--stackflag or.claude/devflow.json"stack"if provided. Record the chosen stack in every frontend/fullstack ticket'sstack:field so the developer loads the matching craft rules. (The orchestrator surfaces a greenfield choice for approval in--reviewmode.) - Backend stack (when the epic has any server work): same rule — existing
project → detect Express / NestJS / Python(FastAPI/Django/Flask) / Next.js
(full-stack: server actions + route handlers) and never switch it; greenfield →
choose and justify. Record it in every backend/fullstack ticket's
stack:field. For an all-in-one React app,nextjsis the fullstack choice. - Database (when the epic persists data): existing project → detect PostgreSQL / MySQL / MongoDB / Supabase / Firestore; greenfield → choose per the need (relational+integrity → Postgres; client-direct + auth/realtime → Supabase or Firestore; flexible docs → Mongo) and justify. Note it in the epic's architecture decision and in the technical notes of DB-touching tickets.
- Frontend stack (when the epic has any UI): existing project → detect
React / Vue / Angular from the codebase and never switch it; greenfield →
choose one and justify in one sentence, honoring a
- Break into tickets. Rules:
- Each ticket is independently implementable and verifiable by ONE agent in ONE session (roughly ≤ half a day of human work). Split bigger work.
- Vertical slices over horizontal layers where possible (a working endpoint+UI beats "all models" then "all controllers").
- Explicit
depends_on— keep the dependency graph shallow so tickets can run in parallel. - File ownership: tickets that can run in parallel must own disjoint file sets. List each ticket's owned files/directories in its Technical Notes; if two tickets need the same file, add a dependency between them instead.
- Assign each ticket to exactly one agent type:
frontend-developer,backend-developer,fullstack-developer,mobile-developer,web3d-developer(for3dtickets: Three.js/R3F/WebGL scenes, shaders, interactive 3D), ordevops-engineer(forinfratickets: Docker, CI/CD, deploy, env config). - Acceptance criteria must be objectively checkable by a QA agent (behavior, not implementation: "POST /orders returns 201 and persists the order", not "write OrderService").
- Include a
Technical Notessection per ticket: files to touch, contracts (API shapes, prop interfaces), patterns to follow from the existing code. - Typical epic: 3–8 tickets. Never more than 12 — if it needs more, propose phasing and plan only phase 1 in detail.
- Define done. Add epic-level Definition of Done items beyond the defaults if the task needs them (e.g. migrations applied, env vars documented).
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.
- 5d ago First seen · 104 lines · 56 tokens per session scan A 54776e55322f
planner is an agent published in the GitHub repository ljojua1998/skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 1,282 once invoked, about $0.0003 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.