- 全ピースのレポートファイル名から番号プレフィックスを除去(00-plan.md → plan.md 等) - default ピースに write_tests ムーブメントと testing-review 並列レビューを追加 - プランナーに参照資料の意図判断ルールとスコープ外セクションを追加
35 lines
795 B
Markdown
35 lines
795 B
Markdown
```markdown
|
|
# Task Plan
|
|
|
|
## Original Request
|
|
{User's request as-is}
|
|
|
|
## Analysis
|
|
|
|
### Objective
|
|
{What needs to be achieved}
|
|
|
|
### Reference Material Findings (when reference material exists)
|
|
{Overview of reference implementation's approach and key differences from current implementation}
|
|
|
|
### Scope
|
|
{Impact area}
|
|
|
|
### Approaches Considered (when design decisions exist)
|
|
| Approach | Adopted? | Rationale |
|
|
|----------|----------|-----------|
|
|
|
|
### Implementation Approach
|
|
{How to proceed}
|
|
|
|
## Implementation Guidelines (only when design is needed)
|
|
- {Guidelines the Coder should follow during implementation}
|
|
|
|
## Out of Scope (only when items exist)
|
|
| Item | Reason for exclusion |
|
|
|------|---------------------|
|
|
|
|
## Open Questions (if any)
|
|
- {Unclear points or items that need confirmation}
|
|
```
|