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 skills add slowdini/slow-powers --skill hardening-plansgit clone --depth 1 https://github.com/slowdini/slow-powersWrote 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/slowdini/slow-powers/hardening-plans)<a href="https://agentmods.dev/skills/slowdini/slow-powers/hardening-plans"><img src="https://agentmods.dev/badge/skills/slowdini/slow-powers/hardening-plans/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.
<a href="https://agentmods.dev/skills/slowdini/slow-powers/hardening-plans"><img src="https://agentmods.dev/badge/skills/slowdini/slow-powers/hardening-plans.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00049 | $0.01814 |
| Opus 5 | $0.00024 | $0.00907 |
| Sonnet 5 | $0.00010 | $0.00363 |
| Haiku 4.5 | $0.00005 | $0.00181 |
Grade A, and why
hardening-plans 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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Harden a drafted plan
A drafted plan is a hypothesis, not a deliverable. This skill is the review gate between having written a plan and handing it off — to the user for approval, or to yourself for implementation. Read your own draft as if someone else wrote it, and fix what they'd otherwise have to catch.
Trust your plan mode to produce the plan and to scope its tasks at the right altitude. This skill does not re-plan — it makes sure you don't hand over a plan the reader has to debug.
This skill applies once a plan draft exists. It does not push you into planning when the user wants direct action.
When to use
- You've drafted a plan in a harness plan mode and are about to present it for review.
- You've written a task breakdown or design doc and are about to hand it off or start coding.
- You're revising an existing plan file (
implementation.md,implementation_plan.md,task.md, or equivalent) before acting on it.
When not to use
- The user asked to "just build", "go fix", or "implement" something — trust the intent.
- You're investigating, reading code, or gathering context — there's no draft yet.
- The change is mechanical (typo, rename, single-line config tweak).
The fresh-eyes review
Before the plan leaves your hands, re-read the whole draft once, top to bottom, as a skeptical reviewer who will have to execute it. Check each item below and fix findings inline — no second pass, fix and move on. The bar: the user should never be the one to discover a problem you could have caught.
- Spec coverage. Every requirement in the request maps to at least one task. List any gaps and add tasks for them. A plan that silently drops a requirement is worse than one that flags it open.
- No hallucinations. Every file the plan references must actually exist (for files it modifies) or have a real, named home (for files it creates) — verify, don't assume. If a task says "update
src/auth/session.ts", confirm that path is real before the reader finds out it isn't. This is the most important check: a plan built on a file that isn't there wastes the reader's time and burns trust. - Every step earns its place. Each step must be a real, relevant part of accomplishing the plan's goal. Cut steps that are invented, vacuous, restate the obvious, or belong to some other task. If you can't say what a step contributes to the goal, it doesn't belong in the plan.
- No placeholders. Search the draft for "TBD", "TODO", "later", "if needed", "appropriate error handling", "handle edge cases", "etc." Each one defers a decision to coding time, where it gets made worse and under pressure. Decide it now.
- Internal consistency. A function
clearLayers()in one task andclearFullLayers()in another is a bug, not a typo. Names, signatures, and data shapes must agree across tasks. Never back-reference ("similar to Task 3") — the reader may read tasks out of order; restate the relevant detail. - Structural coherence. Each file the plan touches should have one clear responsibility, and files that change together should live together. In an existing codebase, follow established patterns — don't let the plan unilaterally restructure.
What ships with it
35 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.
- evals/baseline/BASELINE.md 1.0 KB
- evals/baseline/benchmark.json 1.0 KB
- evals/baseline/grading/oauth-task-breakdown-cold__with_skill__r1.json 867 B
- evals/baseline/grading/oauth-task-breakdown-cold__with_skill__r2.json 1.0 KB
- evals/baseline/grading/oauth-task-breakdown-cold__with_skill__r3.json 806 B
- evals/baseline/grading/oauth-task-breakdown-cold__with_skill__r4.json 887 B
- evals/baseline/grading/oauth-task-breakdown-cold__with_skill__r5.json 820 B
- evals/baseline/grading/oauth-task-breakdown-cold__without_skill__r1.json 529 B
- evals/baseline/grading/oauth-task-breakdown-cold__without_skill__r2.json 463 B
- evals/baseline/grading/oauth-task-breakdown-cold__without_skill__r3.json 503 B
- evals/baseline/grading/oauth-task-breakdown-cold__without_skill__r4.json 493 B
- evals/baseline/grading/oauth-task-breakdown-cold__without_skill__r5.json 423 B
- evals/baseline/grading/seeded-adversarial-todo-app__with_skill__r1.json 916 B
- evals/baseline/grading/seeded-adversarial-todo-app__with_skill__r2.json 943 B
- evals/baseline/grading/seeded-adversarial-todo-app__with_skill__r3.json 823 B
- evals/baseline/grading/seeded-adversarial-todo-app__with_skill__r4.json 1.1 KB
- evals/baseline/grading/seeded-adversarial-todo-app__with_skill__r5.json 1002 B
- evals/baseline/grading/seeded-adversarial-todo-app__without_skill__r1.json 695 B
- evals/baseline/grading/seeded-adversarial-todo-app__without_skill__r2.json 786 B
- evals/baseline/grading/seeded-adversarial-todo-app__without_skill__r3.json 662 B
- evals/baseline/grading/seeded-adversarial-todo-app__without_skill__r4.json 610 B
- evals/baseline/grading/seeded-adversarial-todo-app__without_skill__r5.json 603 B
- evals/baseline/grading/seeded-review-catches-defects__with_skill__r1.json 1.8 KB
- evals/baseline/grading/seeded-review-catches-defects__with_skill__r2.json 1.5 KB
- evals/baseline/grading/seeded-review-catches-defects__with_skill__r3.json 1.4 KB
- evals/baseline/grading/seeded-review-catches-defects__with_skill__r4.json 1.6 KB
- evals/baseline/grading/seeded-review-catches-defects__with_skill__r5.json 1.8 KB
- evals/baseline/grading/seeded-review-catches-defects__without_skill__r1.json 1.3 KB
- evals/baseline/grading/seeded-review-catches-defects__without_skill__r2.json 1.6 KB
- evals/baseline/grading/seeded-review-catches-defects__without_skill__r3.json 1.7 KB
- evals/baseline/grading/seeded-review-catches-defects__without_skill__r4.json 1.3 KB
- evals/baseline/grading/seeded-review-catches-defects__without_skill__r5.json 1.8 KB
- evals/baseline/NOTES.md 4.3 KB
- evals/evals.json 8.3 KB
- evals/NOTES.md 3.0 KB
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.
- 9d ago First seen · 95 lines · 49 tokens per session scan A aa0007a596e2
hardening-plans is a skill published in the GitHub repository slowdini/slow-powers (2 stars, last pushed 26d ago), licensed MIT. It adds 49 tokens to every session and 1,814 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-31.
Other skills, from other repositories
ospec-change
Create or advance a lightweight OSpec change using the classic fast workflow.
trellis-channel
Use Trellis channel for live multi-agent collaboration, spawned workers, cross-agent review, progress inspection, forum channels, and channel log debugging.
krypton-planning
Use when a user has a feature request, bugfix, refactor, migration, architecture change, or product goal and needs an implementation plan before coding. Use especially when wrong ownership, duplicate paths, stale contracts, weak evidence, or unclear cutover would make plausible agent work dangerous.
krypton-execution
Use when executing an approved Krypton plan, GOAL.md, or implementation plan that already defines intent, ownership, contract, cutover, task boundaries, and acceptance evidence. Use for main-agent execution with explorer, plan-reviewer, reviewer, maintainer, or verifier gates.
spec-brainstorm
Conversational design workshop for substantial work. Interviews the human one question at a time, explores 2-3 approaches with trade-offs, and presents the design section by section for approval before writing only design.md, then stops. Combines requirements discovery with codebase research and architecture design.…
spec-implement
Continue an approved Spec-backed workflow when the user says "implement", "go", "start", or "do it". After Codex Plan Mode, persist the next missing design.md or plan.json artifact and stop. When both artifacts exist, execute plan.json with TDD and report between batches.