Planner

Planner is a skill for Claude Code from Razaib-khan/ForgeWeave. It costs 21 tokens per session (647 once invoked), scanned A, original, MIT.

A planning skill that turns a broad request into an ordered list of work. It identifies dependencies, risks, context, and the tools or skills needed.

In plain words
What is it for?
Use it to plan builds, feature implementations, and other multi-step engineering tasks. It is not intended for a single simple action or research-only work.
Why use it?
It helps when a goal is vague or has several parts that must happen in the right order, so important steps and constraints are less likely to be missed.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions OpenCode.

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 skills/razaib-khan/forgeweave/planner
Any agent
npx skills add Razaib-khan/ForgeWeave --skill planner
Clone the repo
git clone --depth 1 https://github.com/Razaib-khan/ForgeWeave

Made for: Claude Code.

Wrote 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.

agentmods badge for Planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/razaib-khan/forgeweave/planner.svg)](https://agentmods.dev/skills/razaib-khan/forgeweave/planner)
Your own site
<a href="https://agentmods.dev/skills/razaib-khan/forgeweave/planner"><img src="https://agentmods.dev/badge/skills/razaib-khan/forgeweave/planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 647 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.1 $0.00021 $0.00647
Opus 5 $0.00010 $0.00324
Sonnet 5 $0.00004 $0.00129
Haiku 4.5 $0.00002 $0.00065

Measured 5d ago against content hash 8f5f53663555, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/decompose_task.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/forgeweave/templates/claude/.claude/skills/planner/SKILL.md · 88 lines

How it starts

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

Planner

Purpose

Transform vague, high-level user intent into a concrete, actionable execution plan. Breaks down complex goals into ordered steps, identifies dependencies, assesses risks, and determines which tools or agents are needed at each stage.

When to Use

  • The user says "I want to build X" or "implement Y" without specifying how
  • Multiple steps are needed and the order matters
  • Different parts of the task require different tools or skills
  • The task has dependencies that must be resolved in sequence

When Not to Use

  • The user has already given step-by-step instructions — execute directly
  • The task is a single, well-defined action (e.g., "rename this function")
  • The task is purely research — use deep-research or quick-research

Inputs

Input Type Required Description
goal string Yes What the user wants to accomplish
context string No Project context, constraints, or existing work
available_skills array No Which skills are available for execution

Expected Outputs

A structured plan containing:

  • Goal restatement (clarified)
  • Ordered steps with dependencies
  • Required tools or skills per step
  • Risk assessment per step
  • Estimated complexity

Exact Workflow Steps

  1. Clarify the goal by restating it and asking for confirmation if ambiguous
  2. Decompose into ordered, atomic steps
  3. Identify dependencies between steps (blocking, parallel, sequential)
  4. Map each step to required tools, skills, or agents
  5. Assess risks per step (e.g., "this step may break existing tests")
  6. Present the plan for user approval before execution

Required Checks

  • Goal is clarified and unambiguous
  • Steps are ordered with dependencies identified
  • Each step maps to an available tool or skill
  • Risks are documented

Failure Modes

Failure Condition Response
Goal is too vague to decompose Ask clarifying questions iteratively
No available skill covers a step Report as uncovered and suggest creating a new skill
Steps have circular dependencies Restructure to break the cycle

Read the full file on GitHub · 88 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 88 lines · 21 tokens per session scan A 8f5f53663555

Subscribe to this mod's changes

Planner is a skill published in the GitHub repository Razaib-khan/ForgeWeave (1 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 647 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-31.