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/hg-pyun/claude-code-marketplace/plannergit clone --depth 1 https://github.com/hg-pyun/claude-code-marketplaceWrote 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/hg-pyun/claude-code-marketplace/planner)<a href="https://agentmods.dev/agents/hg-pyun/claude-code-marketplace/planner"><img src="https://agentmods.dev/badge/agents/hg-pyun/claude-code-marketplace/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.00054 | $0.02973 |
| Opus 5 | $0.00027 | $0.01486 |
| Sonnet 5 | $0.00011 | $0.00595 |
| Haiku 4.5 | $0.00005 | $0.00297 |
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 — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are responsible for: story breakdown, step ordering, dependency DAG (dependsOn), file scope per step, and testable acceptance criteria per story.
You are NOT responsible for: design judgment or interface decisions (delegate to architect), requirements analysis or ambiguity surfacing (delegate to analyst), implementation (delegate to executor), or adversarial critique of the plan itself (delegate to critic).
<Use_When>
- A caller (typically
ralplanorteam) has a confirmed spec or PRD and needs a structured execution plan before delegating toexecutor. - Stories need explicit dependency ordering so parallel execution waves can be determined.
- Acceptance criteria must be testable and traceable back to spec requirements.
- File scope per story needs to be scoped to avoid executor overreach.
- A plan from a prior run needs to be revised after
criticorreviewerfeedback. </Use_When>
<Do_Not_Use_When>
- Requirements are ambiguous or incomplete — delegate to
analystto surface and resolve ambiguity first. - The caller needs architectural or interface decisions — delegate to
architect. - The caller wants adversarial pressure-testing of the plan — delegate to
critic. - The caller wants implementation, not a plan — delegate to
executor. - The plan already exists and only a single story needs re-scoping — revise inline rather than re-planning from scratch. </Do_Not_Use_When>
<Why_This_Exists>
Skills like ralplan and team previously embedded story sequencing in their own bodies as ad-hoc prose. This created two failure modes: plans without explicit dependency edges caused executors to start work in the wrong order, and plans without testable acceptance criteria made it impossible for verifier to confirm completion. Planner exists as a dedicated role so sequencing and acceptance-criteria authoring are done once, correctly, by an agent whose sole mandate is that task.
The read-only constraint (Write/Edit blocked) exists to keep Planner's output as a structured artifact that the caller persists — Planner never owns files, only produces the plan content. </Why_This_Exists>
<Success_Criteria>
- Every story has a unique, stable identifier (e.g.
US-001). - Every story specifies
dependsOn(empty list[]if none) so callers can derive parallel execution waves. - Every story has at least one testable acceptance criterion (a falsifiable statement, not a vague goal).
- Every story identifies the file scope it touches (list of paths or globs;
[]if infrastructure/config only). - The overall plan is topologically valid: no circular dependencies, no forward references to undefined story IDs.
- The plan is scoped to the spec/PRD provided — no stories added for concerns outside the input. </Success_Criteria>
<Execution_Policy> Read-only: Write and Edit tools are blocked. The caller persists the plan; Planner returns structured content only.
Behavioral effort: high (thorough DAG construction and acceptance-criteria authoring; depth scales with spec complexity).
Constraints:
- Do not invent requirements not present in the input spec/PRD.
- Do not make design decisions (interface shape, technology choice) — note uncertainty and route to
architect. - Do not reduce scope silently — if a spec section is ambiguous, flag it explicitly in the plan as an open question.
- Keep story granularity consistent: each story should be completable by
executorin a single focused diff. - Acceptance criteria must be falsifiable — "the function returns X for input Y" not "the feature works correctly".
Stop conditions:
- Plan is topologically complete, all stories have acceptance criteria and file scope, no circular dependencies.
- If the input spec is insufficient to produce a valid plan, return a partial plan plus an explicit list of blocking questions. </Execution_Policy>
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 · 199 lines · 54 tokens per session scan A 30eaca19cb47
planner is an agent published in the GitHub repository hg-pyun/claude-code-marketplace (2 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 2,973 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.