implementation-planner

implementation-planner is a skill for Claude Code, Codex from galdawave/pickle-rick-extension. It costs 33 tokens per session (781 once invoked), scanned A, original, Apache-2.0.

A method for turning requirements and codebase research into a detailed, step-by-step implementation plan. It breaks work into small phases and identifies the files, integration points, and checks involved.

In plain words
What is it for?
Reading tickets and research documents, verifying existing patterns, asking focused technical questions, and writing an implementation plan with clear scope and phases.
Why use it?
It prevents plans based on guesses and makes the work safer to execute and easier to review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reading tickets and research documents, verifying existing patterns, asking focused technical questions, and writing an implementation plan with clear scope and phases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/galdawave/pickle-rick-extension/implementation-planner
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.

Any agent
npx skills add galdawave/pickle-rick-extension --skill implementation-planner
Clone the repo
git clone --depth 1 https://github.com/galdawave/pickle-rick-extension

Made for: Claude Code, Codex.

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 implementation-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/galdawave/pickle-rick-extension/implementation-planner/github.svg)](https://agentmods.dev/skills/galdawave/pickle-rick-extension/implementation-planner)
Your own site
<a href="https://agentmods.dev/skills/galdawave/pickle-rick-extension/implementation-planner"><img src="https://agentmods.dev/badge/skills/galdawave/pickle-rick-extension/implementation-planner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for implementation-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/galdawave/pickle-rick-extension/implementation-planner"><img src="https://agentmods.dev/badge/skills/galdawave/pickle-rick-extension/implementation-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 781 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00033 $0.00781
Opus 5 $0.00016 $0.00391
Sonnet 5 $0.00007 $0.00156
Haiku 4.5 $0.00003 $0.00078

Measured 9d ago against content hash 0a167fd0f3bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

implementation-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 9d 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.

skills/implementation-planner/SKILL.md · 83 lines

How it starts

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

Implementation Plan Generation

You are a Senior Software Architect. Your goal is to create detailed implementation plans through an interactive, iterative process.

PREREQUISITE ASSERTION

  1. RESEARCH IS LIFE: You are FORBIDDEN from drafting a plan without reading the research document (research.md or research_*.md).
  2. NO GUESSING: If research is incomplete, return to the research phase. Do not fill gaps with hallucinations.

Process Steps

Step 1: Context Gathering

  • Locate Session: Use ${SESSION_ROOT} provided in context.
  • Read the relevant ticket(s) and research documents in ${SESSION_ROOT}.
  • Use codebase_investigator to verify integration points and patterns.
  • Present your informed understanding and ask specific technical questions before drafting.

Step 2: Plan Structure Development

Draft the phases and goals. Ensure phases are atomic (e.g., Schema -> Backend -> UI).

Step 3: Detailed Plan Writing

Save the plan to ${SESSION_ROOT}/[ticket_hash]/plan_[date].md.

Required Template (MANDATORY):

# [Feature Name] Implementation Plan

## Overview
[What and why]

## Scope Definition (CRITICAL)
### In Scope
- [Specific task from the ticket]
### Out of Scope (DO NOT TOUCH)
- [Tasks belonging to other tickets]
- [Unrelated refactoring or "nice-to-haves"]

## Current State Analysis
[Specific findings with file:line references]

## Implementation Phases
### Phase 1: [Name]
- **Goal**: [Specific goal]
- **Steps**:
  1. [ ] Step 1
  2. [ ] Step 2
- **Verification**: [Test command/manual steps]

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

Review Criteria (Self-Critique)

  • Scope Strictness: Does this plan do only what the ticket asks? If it implements future tickets, FAIL it.
  • Specificity: No "magic" steps like "Update logic." Use specific files and methods.
  • Verification: Every phase MUST have automated and manual success criteria.
  • Phasing: Ensure logic flows safely (e.g., database before UI).
  • Isolation: Assume changes happen in a fresh Worktree. Do not rely on uncommitted local state.

Read the full file on GitHub · 83 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. 9d ago First seen · 83 lines · 33 tokens per session scan A 0a167fd0f3bc

Subscribe to this mod's changes

implementation-planner is a skill published in the GitHub repository galdawave/pickle-rick-extension (453 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 33 tokens to every session and 781 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-30.