plan-creation

plan-creation is a skill for Claude Code, Codex from wsauret/flywheel. It costs 102 tokens per session (3,719 once invoked), scanned A, original, MIT.

A planning workflow that researches a codebase and produces a saved task specification for implementing a new feature. It records decisions, file locations, risks, and test scenarios rather than writing the feature itself.

In plain words
What is it for?
Use it to create an implementation plan for a code change, especially when the work involves security, payments, cryptography, data migrations, or privacy.
Why use it?
It turns a broad feature request into concrete work that another agent or developer can carry out. It also checks important technical claims before they are included in the plan.

Skill for Claude CodeCodex

Part of the flywheel plugin — 15 skills, 15 agents shipped together

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/wsauret/flywheel/plan-creation
Any agent
npx skills add wsauret/flywheel --skill plan-creation
Clone the repo
git clone --depth 1 https://github.com/wsauret/flywheel

Made for: Claude Code, Codex.

Or install flywheel, the plugin that ships this one along with the rest of its 15 skills, 15 agents.

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 plan-creation

README.md
[![agentmods](https://agentmods.dev/badge/skills/wsauret/flywheel/plan-creation.svg)](https://agentmods.dev/skills/wsauret/flywheel/plan-creation)
Your own site
<a href="https://agentmods.dev/skills/wsauret/flywheel/plan-creation"><img src="https://agentmods.dev/badge/skills/wsauret/flywheel/plan-creation.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00102 $0.03719
Opus 5 $0.00051 $0.01860
Sonnet 5 $0.00020 $0.00744
Haiku 4.5 $0.00010 $0.00372

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

Security

Grade A, and why

plan-creation scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

"manual_verification": "Optional: curl http://localhost:3000/healthz to verify the route responds."
flywheel/skills/plan-creation/SKILL.md · 298 lines

How it starts

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

Plan Creation Skill

Research the codebase, validate technical claims, and emit a work-ready spec.json in a single pass. Output validates against flywheel/schemas/task-list.schema.json.

Core Principles

  1. Codebase reality first — dispatch locators before hypothesizing patterns.
  2. Decisions, not code — capture approach, boundaries, risks, test scenarios. Do not pre-write implementation code.
  3. Executable-from-day-one — if you can't commit to concrete file paths or test scenarios, surface an open_question instead of a vague task.
  4. BLOCKING: Validate high-risk claims — security, payments, crypto, migrations, privacy trigger external validation via Context7.

Input

Feature description via $ARGUMENTS. If empty, ask user.


Phase 0: Check for Existing Knowledge

Before codebase research, check existing knowledge (skip missing dirs):

  1. Standards (docs/standards/) — Search by tags for reusable patterns.
  2. Solutions (docs/solutions/) — Verified fixes from past work (up to 5 matches).
  3. Research (docs/research/) — Recent research within 30 days:
    find docs/research -name "*<topic-keywords>*" -mtime -30 2>/dev/null | head -3
    

If relevant knowledge found, use it as starting point for Phase 1. Fold key references into context.constraints[] or context.patterns[] so they survive into the dispatch.


Phase 1: Understand Codebase Context

BLOCKING: Do NOT use Read/Grep/Glob for TARGET CODEBASE research — dispatch locator Tasks first, then feed results to analyzer Tasks. Skill references, plan artifacts, and template files are exempt.

Run the canonical research workflow: all four locators in parallel → consolidate → all four analyzers in parallel. Read flywheel/skills/flywheel-conventions/references/research-workflow.md for locator templates, the consolidation rule, and analyzer templates.

After the canonical workflow completes, also check CLAUDE.md for team conventions (if analyzer-docs didn't already surface it) and recent similar features for precedent.

Read the full file on GitHub · 298 lines

Files

What ships with it

2 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. 4d ago First seen · 298 lines · 102 tokens per session scan A 022cf2748ece

Subscribe to this mod's changes

plan-creation is a skill published in the GitHub repository wsauret/flywheel (14 stars, last pushed 7d ago), licensed MIT. It adds 102 tokens to every session and 3,719 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.