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.
npx agentmods add skills/bostonaholic/team/planning-implementationnpx skills add bostonaholic/team --skill planning-implementationgit clone --depth 1 https://github.com/bostonaholic/teamWrote 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.
[](https://agentmods.dev/skills/bostonaholic/team/planning-implementation)<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>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.
| Model | Per session | Once 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 |
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.
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
- One slice at a time. Steps within a slice may parallelize, but slices themselves are sequential. The implementer commits each slice atomically.
- Reuse, do not reinvent. Reference existing functions, utilities, and patterns from research.md.
- Stay under 300 lines. The plan must be scannable in one sitting.
- No implementation code. Describe what to build and where. Leave how (the actual code) to the implementer.
- Atomic slices. Each slice should leave the codebase in a working state with its acceptance tests passing.
- Test coverage matches the structure. Do not add tests beyond what the structure specifies — the structure is the scope fence.
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.
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.
- 4d ago First seen · 83 lines · 55 tokens per session scan A 1483ef141cf5
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.
Other skills, from other repositories
goga-define-constraints
Identify and document the product constraints that must be respected by the solution.
goga-define-prd
Generate the final Product Requirements Document from the validated product definition.
goga-brainstorm-plan-assembly
Assembly of the architecture plan document.
locale-adaptation
Use when content must be rewritten for a specific region or language while preserving intent and tone—adapt idiom, dialect, register, cultural references, and protected glossary terms; flag meanings that cannot transfer cleanly. Not for literal word-for-word translation.
dsh-translate-docs
Manually run the extended DeepSeek Harness bilingual-document workflow, including generated briefings, delegated prose translation, whole-document translation, and scoped pairing verification.
Use when the user asks to process PDF documents.