Borrowing it
Nothing to install: this file belongs to tobyilee/book-writer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tobyilee/book-writer/main/.claude/skills/plan-review/SKILL.mdgit clone --depth 1 https://github.com/tobyilee/book-writerWrote 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/tobyilee/book-writer/plan-review)<a href="https://agentmods.dev/skills/tobyilee/book-writer/plan-review"><img src="https://agentmods.dev/badge/skills/tobyilee/book-writer/plan-review.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00078 | $0.00717 |
| Opus 5 | $0.00039 | $0.00358 |
| Sonnet 5 | $0.00016 | $0.00143 |
| Haiku 4.5 | $0.00008 | $0.00072 |
Grade A, and why
plan-review 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 8d 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.
What it actually says
Plan Review
저술 계획을 5축으로 비판하고 구체적 수정 제안을 돌려준다. 칭찬 금지, 근거 없는 비판도 금지.
5축 검토
| 축 | 질문 | 빨간불 신호 |
|---|---|---|
| 커버리지 | 주제 핵심 쟁점 중 빠진 게 있는가? | 레퍼런스의 한 챕터 분량 내용이 한 단락으로 축소됨 |
| 내러티브 흐름 | 챕터 순서가 자연스러운가? | 난이도 급등/급감, 맥락 없이 주제 점프 |
| 독자 적합도 | 대상 독자 수준에 맞는가? | 입문자용인데 2장부터 고급 개념 가정 |
| 챕터 균형 | 분량·밀도가 고른가? | 한 챕터가 다른 챕터의 3배 이상 |
| 중복·공백 | 같은 내용이 여러 장에? | 인접 장의 주요 내용 70% 이상 겹침 |
절차
- 읽기 —
02_plan.md+01_reference.md를 순서대로 - 대조 — 레퍼런스의 각 섹션이 계획의 어느 장에 매핑되는지 표로 정리
- 5축 평가 — 각 축마다 문제 3개 이내로 압축 (과다 지적 금지)
- 우선순위 부여 — Critical / Should / Nice
- 구체적 제안 — 문제 진단뿐 아니라 어떻게 고칠지까지
- 전달 —
SendMessage로book-planner에게
리뷰 메시지 포맷
## 리뷰 라운드 {N}
### Critical (반드시 반영)
- [챕터 {NN}] 문제: {...}
- 근거: 레퍼런스 섹션 {X} 또는 독자 관점 {Y}
- 제안: {구체적 수정 방향}
### Should (반영 권장)
- ...
### Nice (여유 있으면)
- ...
### 전체 평
{한 단락 — 강점과 전반적 방향성}
합의 유연성
- 최대 2회 왕복까지 피드백
- 저자가 설득력 있게 반박하면 물러설 것
- 평행선 지속 → 최종 의견과 저자 결정을 모두
03_review_log.md에 기록, 팀 해체
금지 사항
- "좋네요" 같은 공허한 긍정
- 근거 없는 취향 비판 ("이 제목은 별로예요")
- 저자가 의도적으로 선택한 전개를 모르고 통째로 바꾸자는 제안
- 전체 재작성 요구 (심각한 경우에만, 근거 상세히)
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.
- 8d ago First seen · 61 lines · 78 tokens per session scan A 26301ea53b50
plan-review is a skill published in the GitHub repository tobyilee/book-writer (81 stars, last pushed 22d ago), licensed MIT. It adds 78 tokens to every session and 717 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…