annotation
SKILL.md
Objective
Run a review loop where humans annotate an existing draft and Agents respond block-by-block, then apply the agreed edits directly to the document.
Scope
- Start only after a draft already exists.
- Treat this skill as post-draft review handling, not initial document writing.
- Repeat the same workflow for each review round.
Required behavior
- Locate the reviewed document (for example
PLAN.md) and read the latest full content before editing. - Detect three review signals:
- Added content (new paragraphs or explicit add/insert instructions).
- Deletion intent (removed text, strike-through text, or explicit delete/remove instructions).
- Paragraphs containing
===markers.
- Split detected signals into independent review blocks.
- For each block in the current round, do all of the following:
- Infer likely intent from surrounding context.
- Reply with the intended action briefly.
- Apply the edit directly to the document.
- Keep unrelated sections untouched.
- Remove temporary collaboration markers (including
===) after applying edits, unless the user explicitly asks to keep them. - Finish the round with a concise per-block response so humans can continue the next review cycle.
Intent inference rules
- Treat user annotations as guidance, not final wording.
- Prefer the simplest interpretation that keeps structure, tone, and terminology consistent with nearby sections.
- If one block is ambiguous, choose a conservative edit that is easy to iterate.
- If an edit could change critical meaning, keep existing facts and adjust phrasing instead of inventing new claims.
- When two signals conflict, prioritize:
- Explicit user instruction.
- Document consistency.
- Minimal-risk change.
Per-block response format (each review round)
Use a compact list with one item per block:
Block: short locator (heading or first words)Signal:ADD,DELETE, or===Interpretation: what the user likely wantsApplied: what was changed in the document
Editing checklist
- Ensure each detected block has both a response and an applied change.
- Ensure no accidental edits outside targeted blocks.
- Ensure no unresolved
===marker remains unless explicitly requested. - Re-read neighboring paragraphs to keep flow and references consistent.
Fallback
If no review signals are found, report that no ADD/DELETE/=== blocks were detected in this round and wait for the next annotated review.
Weekly Installs
4
Repository
xuanwo/skillsFirst Seen
Feb 27, 2026
Security Audits
Installed on
cline4
gemini-cli4
github-copilot4
codex4
kimi-cli4
cursor4