2026-02-07 00:56:13 +09:00

53 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# summary — タスク完了サマリーレポートテンプレート
> **用途**: supervise ムーブメントの Summary レポートAPPROVE の場合のみ出力)
> **report 設定**: `Summary: summary.md`
---
## テンプレート
```markdown
# タスク完了サマリー
## タスク
{元の要求を1-2文で}
## 結果
完了
## 変更内容
| 種別 | ファイル | 概要 |
|------|---------|------|
| 作成 | `src/file.ts` | 概要説明 |
## レビュー結果
| レビュー | 結果 |
|---------|------|
{カスタマイズ: ピースのレビュー構成に応じてリスト変更}
| AI Review | APPROVE |
| Architecture | APPROVE |
| QA | APPROVE |
| Supervisor | APPROVE |
## 確認コマンド
```bash
npm test
npm run build
```
```
---
## カスタマイズ箇所
**レビュー結果テーブルのみ**ピースごとに変更する。
他のセクションは全ピースで同一。
| ピース | レビュー一覧 |
|--------|------------|
| minimal | AI Review, Supervisor |
| coding | AI Review, Architecture |
| default | Architecture Design, AI Review, Architect Review, QA, Supervisor |
| expert | AI Review, Architecture, Frontend, Security, QA, Supervisor |