Platform Features
This chapter introduces Plannotator's two core features: Plan Review and Code Review. You'll learn how to visually review AI-generated plans, add various types of comments, attach image annotations, and review git diff code changes.
Prerequisites
Before You Begin
Before studying this chapter, ensure you have completed the following preparations:
- ✅ Completed Quick Start tutorial
- ✅ Installed Plannotator plugin (Claude Code or OpenCode)
Chapter Contents
Plan Review
Learn how to review AI-generated execution plans, add modification suggestions, and let AI execute according to your intent.
| Tutorial | Description |
|---|---|
| --- | --- |
| Add Plan Annotations | Master adding different types of annotations in plans (delete, replace, insert, comment) |
| Add Image Annotations | Learn to attach images in plan review and use pen, arrow, circle tools for annotation |
Code Review
Learn how to review code changes, add line-level comments, and discover issues before committing.
| Tutorial | Description |
|---|---|
| --- | --- |
| --- | --- |
| Switch Diff Views | Learn to switch between different diff types in code review (uncommitted/staged/last commit/branch) |
Learning Path
Recommended Learning Sequence
Choose the appropriate learning path based on your use case:
Path A: Plan Review First (Recommended for beginners)
- Plan Review Basics → First learn the basic plan review process
- Add Plan Annotations → Learn how to precisely modify plans
- Add Image Annotations → Use images to express intent more clearly
- Then learn the code review series
Path B: Code Review First (Suitable for developers with Code Review experience)
- Code Review Basics → Familiarize with code review interface
- Add Code Comments → Learn line-level comments
- Switch Diff Views → Master different diff types
- Then learn the plan review series
Next Steps
After completing this chapter, you can continue learning:
- URL Sharing - Share plans and comments via URL for team collaboration
- Obsidian Integration - Automatically save approved plans to Obsidian
- Remote Mode - Use Plannotator in SSH, devcontainer, WSL environments