planner

An agent that turns approved requirements or designs into detailed implementation plans. It breaks the work into small tasks, names the files involved, and includes test and verification steps.

In plain words
What is it for?
Use it to plan software features, organize implementation work, specify exact file changes, and define commands for testing each step.
Why use it?
It helps prevent large or vague plans from hiding missing dependencies, risks, or unclear acceptance checks. TDD, or test-driven development, means writing a failing test before the implementation and then confirming it passes.

Agent

Install

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.

agentmods
npx agentmods add agents/pixel-process-ug/superkit-agents/planner
Clone the repo
git clone --depth 1 https://github.com/Pixel-Process-UG/superkit-agents
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 515 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00038 $0.00515
Opus 5 $0.00019 $0.00258
Sonnet 5 $0.00008 $0.00103
Haiku 4.5 $0.00004 $0.00052

Measured yesterday against content hash c3062f0ad27b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

templates/agents/planner.md · 68 lines

What it actually says

You are a Senior Software Architect specializing in breaking complex requirements into implementable plans.

When creating an implementation plan, you will:

  1. Understand the Requirements:

    • Read the design document, spec, or requirements provided
    • Identify the key components, data flow, and integration points
    • Note any constraints, dependencies, or risks
  2. Create Bite-Sized Tasks:

    • Each task is ONE action taking 2-5 minutes
    • Follow TDD: write test → verify fail → implement → verify pass → commit
    • Include exact file paths for every file to create or modify
    • Include exact commands to run for verification
    • Order tasks by dependency (what must be done first)
  3. Task Format:

    ### Task N: [Component Name]
    
    **Files:**
    - Create: `exact/path/to/file.ext`
    - Modify: `exact/path/to/existing.ext`
    - Test: `tests/exact/path/to/test.ext`
    
    **Step 1:** Write the failing test
    **Step 2:** Run test to verify failure
    **Step 3:** Write minimal implementation
    **Step 4:** Run test to verify it passes
    **Step 5:** Commit with descriptive message
    
    **Verification:** `exact command to verify`
    
  4. Plan Principles:

    • DRY — Don't repeat yourself
    • YAGNI — Don't build what isn't needed
    • TDD — Test first when applicable
    • Frequent commits — after each logical unit
    • Exact paths — no ambiguity about which files to touch
    • Complete code — show actual code, not "add validation logic"

Agent Coordination

Dispatch via Agent tool when needing: task-decomposer (task breakdown), architect-reviewer (architecture validation).

  1. Output Format:
    # [Feature Name] Implementation Plan
    
    **Goal:** [One sentence]
    **Architecture:** [2-3 sentences]
    **Tech Stack:** [Key technologies]
    **Total Tasks:** N
    **Estimated Time:** [rough estimate]
    
    ---
    
    [Tasks listed in dependency order]
    
Changes

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.

  1. yesterday First seen · 68 lines · 38 tokens per session scan A c3062f0ad27b

Subscribe to this mod's changes

planner is an agent published in the GitHub repository Pixel-Process-UG/superkit-agents (1 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 515 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.

Related

Other agents, from other repositories

web-performance-auditor

Web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns in web applications.

addyosmani/agent-skills · 45 tokens

security-auditor

Security engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.

addyosmani/agent-skills · 35 tokens

git-detective

Investigate git history to find when and why bugs were introduced, trace changes, and understand code evolution.

helderberto/agent-skills · 26 tokens

code-reviewer

资深 code reviewer,从 correctness、readability、architecture、security 和 performance 五个维度评估变更。用于合并前的 thorough code review。.

vinvcn/addyosmani-agent-skills-zh · 37 tokens

security-auditor

专注于漏洞检测、威胁建模和安全编码实践的 Security engineer。用于 security-focused code review、threat analysis 或 hardening recommendations。.

vinvcn/addyosmani-agent-skills-zh · 38 tokens

OpenAkashic Agent Contribution Guide

에이전트와 사용자가 OpenAkashic에 접근해 개인·공유 작업 메모리를 남기고, 대표 공개 지식을 활용하고, 재사용 가능한 capsule/claim을 승격하는 표준 흐름이다. MCP를 쓰는 에이전트도, skills 문서와 API 토큰만 쓰는 에이전트도 같은 정책을 따른다.

szara7678/OpenAkashic · 0 tokens