planning-implementation

planning-implementation is a skill for Claude Code, Codex from bostonaholic/team. It costs 55 tokens per session (718 once invoked), scanned A, original, MIT.

A planning method that turns a high-level software structure into a detailed `plan.md` with file-level steps and acceptance-test links. Acceptance tests are checks that show whether the requested change is complete.

In plain words
What is it for?
Planning vertical slices, listing files to change, mapping work to tests, and coordinating steps across multiple repositories.
Why use it?
It gives the implementer a precise, scannable playbook and keeps each change tied to the tests that verify it.

Skill for Claude CodeCodex

Part of the team plugin — 42 skills, 13 agents, 2 hooks 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/bostonaholic/team/planning-implementation
Any agent
npx skills add bostonaholic/team --skill planning-implementation
Clone the repo
git clone --depth 1 https://github.com/bostonaholic/team

Made for: Claude Code, Codex.

Or install team, the plugin that ships this one along with the rest of its 42 skills, 13 agents, 2 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bostonaholic/team/planning-implementation.svg)](https://agentmods.dev/skills/bostonaholic/team/planning-implementation)
Your own site
<a href="https://agentmods.dev/skills/bostonaholic/team/planning-implementation"><img src="https://agentmods.dev/badge/skills/bostonaholic/team/planning-implementation.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 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.00055 $0.00718
Opus 5 $0.00028 $0.00359
Sonnet 5 $0.00011 $0.00144
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

planning-implementation 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 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.

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/planning-implementation/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.

Planning Implementation

The planner's methodology: expand each vertical slice from the structure into precise file-level steps with acceptance-test mappings.

Plan structure

The body of plan.md:

# Plan: <topic>

## Context

Two to three sentences summarizing the change. Reference the
structure by path. In multi-repo mode, list the repo slugs and their
worktree paths (read from repos.md `## Worktrees` once the worktrees
exist) so the implementer knows where to cd for each step.

## Slices

For each slice from structure.md, expand it into file-level steps.

### Slice 1: <name from structure.md>

**Repos:** <multi-repo only — comma-separated repo slugs>
**Acceptance tests** (from structure.md):
- `test_name_1` — what it asserts
  (multi-repo: `<repo>:test_name_1`)
- `test_name_2` — what it asserts

**Steps:**

1. `path/to/file.ts` — <what to add/modify/remove. Reference patterns to
   follow with file:line. Mark as `[parallel]` or `[sequential]`.>
   (multi-repo: prefix the file path with the repo slug, e.g.
   `[repo: api] path/to/file.ts` — the implementer cd's into that repo's
   worktree before applying the step)

2. `path/to/other.ts` — ...

**Verification:** Run `<command>`. The slice is done when its acceptance
tests pass and prior slices' tests still pass.
(multi-repo: list one verification command per repo, scoped to that
repo's worktree)

**Commit:** `<conventional-commit subject for this slice>`
(multi-repo: when the slice spans repos, list one **Commit** per repo;
the implementer creates one commit per repo, all with the same slice
context referenced in the body)

### Slice 2: <name>
...

## Done Criteria

- All acceptance tests for every slice pass
- No regressions in existing tests
- Any additional criteria specific to this feature
- (multi-repo) every involved repo's worktree has only the commits this
  topic produced — no incidental edits in other repos

Tactical rules

  1. One slice at a time. Steps within a slice may parallelize, but slices themselves are sequential. The implementer commits each slice atomically.
  2. Reuse, do not reinvent. Reference existing functions, utilities, and patterns from research.md.
  3. Stay under 300 lines. The plan must be scannable in one sitting.
  4. No implementation code. Describe what to build and where. Leave how (the actual code) to the implementer.
  5. Atomic slices. Each slice should leave the codebase in a working state with its acceptance tests passing.
  6. Test coverage matches the structure. Do not add tests beyond what the structure specifies — the structure is the scope fence.

Read the full file on GitHub · 83 lines

Files

What ships with it

1 file 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 · 83 lines · 55 tokens per session scan A 1483ef141cf5

Subscribe to this mod's changes

planning-implementation is a skill published in the GitHub repository bostonaholic/team (11 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 718 once invoked, about $0.0003 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.