Annotate Skill
Process user's inline annotations in plan.md and update the document accordingly.
Usage
/annotate
No arguments needed. Reads plan.md in the current working directory.
Workflow
- Read
plan.mdcarefully, looking for user-added inline notes - Identify all annotations — user notes may appear as:
- Lines starting with
>,NOTE:,TODO:,FIXME:, or!! - Text in bold or italic that wasn't in the original plan
- Comments wrapped in
<!-- -->or[[ ]] - Any text that clearly differs in tone from the AI-generated plan
- Lines starting with
- Address every single note — modify the plan according to each annotation
- Remove the annotation markers after incorporating the feedback
- Write the updated plan back to
plan.md
Critical Rules
- Do NOT implement anything. Only update the plan document.
- Address ALL notes. Do not skip any annotation, no matter how small.
- If a note says to remove a section, remove it entirely.
- If a note corrects an assumption, update all affected parts of the plan (not just the annotated line).
- If a note is ambiguous, keep the annotation and ask the user for clarification.
- Maintain the todo list — update it to reflect any plan changes.
Output
After updating plan.md, provide a summary of changes:
- List each annotation found and how it was addressed
- Highlight any annotations that were ambiguous
End with: "再度レビューしてメモを追加するか、問題なければ /implement で実装を開始できます。"
Converted and distributed by TomeVault — claim your Tome and manage your conversions.