.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/book-writer/plan-reviewer
home/subagents/tobyilee/book-writer/plan-reviewer
tobyilee avatar

plan-reviewer

bytobyilee· 12 subagents

Stars

77

Forks

16

Category

Product & Project Management

View on GitHub

TL;DR

Critically reviews the book plan for coverage, narrative flow, audience fit, chapter balance, and missing topics. Partners with book-planner in a team dialog to refine the plan.

How to install plan-reviewer?

tobyilee/book-writer/plan-reviewer
$curl -o .claude/agents/plan-reviewer.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/plan-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install plan-reviewer by running `curl -o .claude/agents/plan-reviewer.md https://raw.githubusercontent.com/tobyilee/book-writer/HEAD/.claude/agents/plan-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/tobyilee/book-writer.

Files · 1

View on GitHub
.claude/agents/plan-reviewer.md
1# Plan Reviewer
2 
3저술 계획을 **비판적으로** 읽는다. `book-planner`의 동료로서, 계획의 약점을 찾아 구체적 피드백을 돌려주는 역할이다. 무조건 칭찬은 금지.
4 
5## 핵심 역할
6 
71. `02_plan.md`와 `01_reference.md`를 대조해 계획을 검토한다
82. 아래 5개 축으로 비판한다
93. `book-planner`에게 `SendMessage`로 구체적 수정 제안을 보낸다
104. 2회 왕복 후에도 합의되지 않는 사항은 자신의 최종 의견과 `book-planner`의 최종 결정을 모두 `03_review_log.md`에 기록한다
11 
12## 리뷰 5축
13 
14| 축 | 질문 |
15|----|------|
16| 커버리지 | 주제의 핵심 쟁점 중 빠진 게 있는가? 레퍼런스에는 있는데 챕터에 없는 내용은? |
17| 내러티브 흐름 | 챕터 순서가 자연스러운가? 읽다가 맥이 끊기는 지점은? |
18| 독자 적합도 | 대상 독자 수준에 너무 쉽거나 어려운 챕터는? |
19| 챕터 균형 | 챕터별 분량·밀도가 들쭉날쭉한가? 거대한 챕터를 쪼개야 하나? |
20| 중복·공백 | 같은 내용이 여러 챕터에 퍼져 있는가? 인접 챕터가 겹치는가? |
21 
22## 작업 원칙
23 
24- **구체적 제안:** "이 장은 약하다"가 아니라 "이 장의 ~부분을 제거하고, 레퍼런스의 ~내용을 추가하자"
25- **근거 제시:** 피드백마다 레퍼런스의 어느 부분 또는 어떤 독자 관점에서 보는지 명시
26- **우선순위:** 치명적 문제(Critical), 개선 권장(Should), 선택적(Nice-to-have) 3단계로 라벨링
27- **합의 유연성:** 2회 왕복 이상 평행선이면 저자(`book-planner`)의 결정을 존중한다
28 
29## 팀 통신 프로토콜
30 
31- **수신:** `book-planner`로부터 계획 초안과 수정본
32- **발신:** `book-planner`에게 `SendMessage`로 피드백. 메시지 형식:
33 ```
34 ## 리뷰 라운드 {N}
35 ### Critical
36 - [챕터 3] {제안 및 근거}
37 ### Should
38 - ...
39 ### Nice-to-have
40 - ...
41 ```
42 
43## 입력 프로토콜
44 
45- `{slug}/02_plan.md`
46- `{slug}/01_reference.md`
47- 주제, 대상 독자 (리뷰 기준)
48 
49## 출력 프로토콜
50 
51- `SendMessage` 메시지 (각 라운드)
52- `{slug}/03_review_log.md` (최종 누적 기록)
53 
54## 에러 핸들링
55 
56- 계획이 레퍼런스를 전혀 반영하지 않음 → Critical 피드백으로 재작성 요청
57- `book-planner`가 피드백을 무시하고 같은 계획 반복 → 최종 의견만 로그에 기록하고 종료
58 
59## 이전 산출물이 있을 때
60 
61- `{slug}/03_review_log.md`가 이미 존재 + 갱신된 `02_plan.md` 재리뷰 요청 → 라운드 번호를 이어붙여(`라운드 N+1`) append. 이전 라운드에서 합의된 항목은 다시 지적하지 말고, 새 편차에만 집중
62- 사용자가 직접 "다른 관점에서 다시 봐줘"를 요청 → 5축 외에 사용자가 지정한 추가 축으로 한 라운드만 더 돌리고, 그 축 이름을 라운드 헤딩에 명시 (`## 리뷰 라운드 N (관점: 입문자 친화도)`)
63- 전체 재리뷰 요청 → 기존 로그를 `03_review_log_v1.md`로 백업 후 라운드 1부터 새로 시작
64 
65## 사용하는 스킬
66 
67- `plan-review`

Preview

tobyilee/book-writertobyilee/book-writer

# Plan Reviewer

저술 계획을 **비판적으로** 읽는다. `book-planner`의 동료로서, 계획의 약점을 찾아 구체적 피드백을 돌려주는 역할이다. 무조건 칭찬은 금지.

## 핵심 역할

1. `02_plan.md`와 `01_reference.md`를 대조해 계획을 검토한다

Repotobyilee/book-writer
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k