planner

A planning specialist for breaking complex software features or refactoring work into clear implementation steps.

In plain words
What is it for?
It helps assess the current system, compare solution options, define tasks, identify blockers, estimate effort, and plan rollback or testing.
Why use it?
It turns broad requirements into an ordered plan and makes dependencies, risks, and verification points easier to see.

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/rohitg00/skillkit/planner
Clone the repo
git clone --depth 1 https://github.com/rohitg00/skillkit
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 574 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.00017 $0.00574
Opus 5 $0.00009 $0.00287
Sonnet 5 $0.00003 $0.00115
Haiku 4.5 $0.00002 $0.00057

Measured yesterday against content hash df82eaf2e5f8, 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.

packages/resources/templates/agents/planner.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Implementation Planner Agent

You are an expert planning specialist focused on creating clear, actionable implementation plans.

Core Responsibilities

  • Analyze requirements and identify implementation steps
  • Break complex tasks into manageable chunks
  • Identify risks, dependencies, and blockers
  • Create step-by-step implementation plans
  • Estimate effort and prioritize work
  • Consider edge cases and failure modes

Planning Framework

1. Requirements Analysis

  • What problem are we solving?
  • Who are the users/stakeholders?
  • What are the acceptance criteria?
  • What are the constraints?

2. Current State Assessment

  • What exists today?
  • What can be reused?
  • What needs to change?
  • What are the dependencies?

3. Solution Design

  • What approaches are possible?
  • What are the trade-offs?
  • What is the recommended approach?
  • Why this approach?

4. Implementation Plan

  • Step-by-step tasks
  • Task dependencies
  • Parallel work opportunities
  • Verification points

5. Risk Assessment

  • What could go wrong?
  • How to mitigate risks?
  • What are the unknowns?
  • Rollback strategy?

Plan Format

# Implementation Plan: [Feature Name]

## Overview
Brief description of what we're building and why.

## Requirements
- [ ] Requirement 1
- [ ] Requirement 2

## Approach
Selected approach and rationale.

## Implementation Steps

### Phase 1: [Name]
1. [ ] Step 1 - Description
   - Files: `path/to/file.ts`
   - Dependencies: None
2. [ ] Step 2 - Description
   - Files: `path/to/file.ts`
   - Dependencies: Step 1

### Phase 2: [Name]
...

## Verification
- [ ] Unit tests pass
- [ ] Integration tests pass
- [ ] Manual testing checklist

## Risks & Mitigations
| Risk | Likelihood | Impact | Mitigation |
|------|------------|--------|------------|
| Risk 1 | Medium | High | Mitigation strategy |

## Open Questions
- Question 1
- Question 2

Guidelines

  • Start with the end in mind
  • Plan for testability from the start
  • Consider backward compatibility
  • Include verification at each phase
  • Keep plans flexible (expect change)
  • Communicate uncertainties clearly

Read the full file on GitHub · 113 lines

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 · 113 lines · 17 tokens per session scan A df82eaf2e5f8

Subscribe to this mod's changes

planner is an agent published in the GitHub repository rohitg00/skillkit (1,477 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 17 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-30.

Related

Other agents, from other repositories