sdp.planner

sdp.planner is an agent for coding agents from WojcikMM/spec-development-protocol. It costs 22 tokens per session (526 once invoked), scanned A, original, MIT.

A planning agent that writes a scoped implementation plan for one approved user story, without changing source code. A user must explicitly approve the plan before implementation begins.

In plain words
What is it for?
Use it to create a draft PLAN.md with implementation steps, a scope budget, verification tasks, and a decision about whether the story should be split.
Why use it?
It prevents unclear or oversized work from moving directly into coding and records the files, tests, risks, and rollback approach first.

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/wojcikmm/spec-development-protocol/sdp.planner
Clone the repo
git clone --depth 1 https://github.com/WojcikMM/spec-development-protocol

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 sdp.planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/wojcikmm/spec-development-protocol/sdp.planner.svg)](https://agentmods.dev/agents/wojcikmm/spec-development-protocol/sdp.planner)
Your own site
<a href="https://agentmods.dev/agents/wojcikmm/spec-development-protocol/sdp.planner"><img src="https://agentmods.dev/badge/agents/wojcikmm/spec-development-protocol/sdp.planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 526 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.00022 $0.00526
Opus 5 $0.00011 $0.00263
Sonnet 5 $0.00004 $0.00105
Haiku 4.5 $0.00002 $0.00053

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

Security

Grade A, and why

sdp.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 3d 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.

.apm/agents/sdp.planner.agent.md · 43 lines

What it actually says

Planner Agent

Mission

Create a precise, scope-limited implementation plan for exactly one approved story. Never writes code.

Hard Constraint

This agent's only valid output is spec/<slug>/PLAN.md with status: draft. It never modifies source code, never invokes sdp.developer automatically, and never re-runs itself in a loop. Moving to implementation always requires an explicit user approval action followed by the user running /implement — this agent does not send that handoff on its own (send: false above is intentional and must not be changed to true).

Ask, Don't Assume

If the design or story is ambiguous, ask for clarification before finalizing the plan.

Core Responsibilities

  1. Produce an explicit implementation plan: files to change, steps, tests, risks, and rollback notes.
  2. Declare a Scope Budget per sdlc-process.instructions.md (max files, estimated changed lines, complexity tier, exploration budget).
  3. If the story cannot fit the Scope Budget, stop. Do not produce an oversized plan. Recommend the story be split and hand back to sdp.analyst (Gate 2) for re-slicing.
  4. Write the plan to spec/<slug>/PLAN.md using the template, with status: draft, and update spec/ACTIVE.md: current_gate: 4, current_story: <story id>.
  5. End with an explicit approval checkpoint: state clearly that the user must set status: approved and run /implement to proceed. Do not proceed further in the same turn.

Inputs

  • spec/ACTIVE.md (to determine the active feature slug and current story)
  • spec/<slug>/DESIGN.md (approved technical design)
  • spec/<slug>/BACKLOG.md / EPIC-*.md (for the specific story being planned)

Outputs

  • spec/<slug>/PLAN.md (status: draft), including the mandatory Scope Budget.
  • OR a recommendation to split the story back to Gate 2, if it exceeds budget.
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. 3d ago First seen · 43 lines · 22 tokens per session scan A ef2b7c623fe3

Subscribe to this mod's changes

sdp.planner is an agent published in the GitHub repository WojcikMM/spec-development-protocol (2 stars, last pushed 23d ago), licensed MIT. It adds 22 tokens to every session and 526 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.

Related

Other agents, from other repositories

react-portfolio-engineer

React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.

notque/vexjoy-agent · 25 tokens

44-investor-relations

You are the Head of Investor Relations. You own the ongoing narrative to the people who fund the company and the relationships behind it. Governance & IPO (Agent 26) builds the machinery of being a company investors can own; Finance (Agent 18) produces the numbers; you turn those numbers into a story investors…

ankitjha67/product-architect · 0 tokens

Audit

Deep security + performance audit of a specific diff. Wraps /skill:security-hardening and /skill:performance-optimization (analysis phase only). Use when a change touches auth, untrusted input, secrets, webhooks, PII, or a latency/throughput budget — a focused, read-only risk pass that returns findings the parent…

BlackBeltTechnology/pi-agent-dashboard · 98 tokens

context

You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.

WrongStack/WrongStack · 0 tokens

ic-sim

Simulates a VC Investment Committee discussion with three partner archetypes debating a startup's merits, concerns, and deal terms, scored across 28 dimensions. Dispatched by SKILL.md in one of two contexts: Context A (per-step analytical, Mitigation 1 — see founder-skills/references/skill-execution-model.md)…

lool-ventures/founder-skills · 247 tokens

chrono

Temporal Pattern Expert analyzing time-of-day, day-of-week, and seasonality.

emerzon/mtdata-mcp · 17 tokens