🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
480 B
Markdown
27 lines
480 B
Markdown
# Quick Implementation Plan Template
|
|
|
|
For simpler features or small changes.
|
|
|
|
```markdown
|
|
# Implementation: [Feature Name]
|
|
|
|
## Spec
|
|
<mention-page url="...">Specification</mention-page>
|
|
|
|
## Summary
|
|
[Quick description]
|
|
|
|
## Tasks
|
|
- [ ] <mention-page url="...">Task 1</mention-page>
|
|
- [ ] <mention-page url="...">Task 2</mention-page>
|
|
- [ ] <mention-page url="...">Task 3</mention-page>
|
|
|
|
## Timeline
|
|
Start: [Date]
|
|
Target completion: [Date]
|
|
|
|
## Status
|
|
[Update as work progresses]
|
|
```
|
|
|