docs: update CHANGELOG with review-plan templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7d43b67bcd
commit
75e93f79a4
1 changed files with 12 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -6,7 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
<!-- New entries go here -->
|
||||
### Added
|
||||
|
||||
- **Review Plan command template** (`examples/commands/review-plan.md`)
|
||||
- Structured plan review across 4 axes: architecture, code quality, tests, performance
|
||||
- Inspired by Garry Tan's (YC CEO) Plan Mode prompt, adapted for Claude Code's native config system
|
||||
- Includes BIG CHANGE / SMALL CHANGE modes, numbered issues with lettered options, "do nothing" option
|
||||
- Uses AskUserQuestion for structured interaction
|
||||
- **Rules templates** (`examples/rules/`) — new directory
|
||||
- `architecture-review.md`: system design, dependencies, data flow, scaling, security
|
||||
- `code-quality-review.md`: organization, DRY violations, error handling, tech debt, engineering balance
|
||||
- `test-review.md`: coverage gaps, test quality, edge cases, failure modes
|
||||
- `performance-review.md`: database access, memory, caching, complexity
|
||||
|
||||
## [3.27.3] - 2026-02-16
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue