revising-plan-docs

revising-plan-docs is a skill for Claude Code, Codex from permit0-ai/permit0. It costs 72 tokens per session (1,098 once invoked), scanned A, original, Apache-2.0.

A workflow for updating planning documents after design review. It reads review findings, checks whether each one is valid, and edits the related plan documents or records why no change is needed.

In plain words
What is it for?
Use it after plan reviews to assess findings and update documents in docs/plans for the relevant feature.
Why use it?
It turns review feedback into verified plan changes instead of accepting comments without checking them.

Skill for Claude CodeCodex

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

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 revising-plan-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/permit0-ai/permit0/revising-plan-docs.svg)](https://agentmods.dev/skills/permit0-ai/permit0/revising-plan-docs)
Your own site
<a href="https://agentmods.dev/skills/permit0-ai/permit0/revising-plan-docs"><img src="https://agentmods.dev/badge/skills/permit0-ai/permit0/revising-plan-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,098 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.00072 $0.01098
Opus 5 $0.00036 $0.00549
Sonnet 5 $0.00014 $0.00220
Haiku 4.5 $0.00007 $0.00110

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

Security

Grade A, and why

revising-plan-docs 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 5d 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/revising-plan-docs/SKILL.md · 122 lines

How it starts

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

Revising Plan Docs for permit0

When to Use

Use this skill after plan reviews have been written to docs/plan-reviews/<feature>/. The input is the review docs. The output is direct edits to the plan docs at docs/plans/<feature>/ -- or an explicit explanation of why a finding was rejected.

There is no separate output document. The plan docs themselves are the deliverable.

Workflow

Phase 1: Read the Reviews

Read every file in docs/plan-reviews/<feature>/ in order, starting with 00-summary.md. For each finding, note:

  • The severity (Critical / Major / Minor / Nit).
  • The specific claim the reviewer disputes.
  • The evidence the reviewer cites (file paths, line numbers).
  • The reviewer's recommendation.

If multiple reviewers submitted reviews (different Reviewer: lines), read all of them. Note where reviewers agree and where they conflict.

Phase 2: Critically Assess Each Finding

For every finding, do your own independent analysis. Do NOT blindly accept or reject -- verify against the codebase yourself.

For each finding, reach one of three verdicts:

AGREE -- The reviewer is correct. The plan has a real problem.

  • State what you verified in the code that confirms the finding.
  • Edit the plan doc to fix it.

DISAGREE -- The reviewer is wrong or the finding is not actionable.

  • State what you verified in the code that contradicts the finding.
  • Explain to the user why the plan is correct as-is. Do not edit the plan.

PARTIALLY AGREE -- The reviewer identified a real issue but the recommendation is wrong or disproportionate.

  • State which part is valid and which is not.
  • Edit the plan doc with your alternative fix.

Rules for critical assessment:

  1. Never agree just because the reviewer said so. Read the actual code. Reviewers make mistakes -- they may misread a function signature, miss a serde attribute, or confuse two similar types.
  2. Never disagree just to preserve the plan. If the reviewer found a real bug (e.g. a wire-format mismatch between two components), the plan must be fixed regardless of how much work it creates.
  3. Severity matters. Critical and Major findings must be addressed with code-level verification. Minor and Nit findings can be accepted on face value if they are obviously correct (typos, naming, etc.).
  4. Conflicting reviewers require a tiebreak. If reviewer A says the plan is wrong and reviewer B says it is correct, you must verify independently and pick a side with evidence.

Read the full file on GitHub · 122 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. 5d ago First seen · 122 lines · 72 tokens per session scan A f52fa86f0a8f

Subscribe to this mod's changes

revising-plan-docs is a skill published in the GitHub repository permit0-ai/permit0 (185 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 72 tokens to every session and 1,098 once invoked, about $0.0004 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.