nrslib 532b1961a7 refactor: expert → dual リネーム、未使用ピース削除、default 統合
- expert/expert-mini/expert-cqrs/expert-cqrs-mini を dual 系にリネーム
  (「フルスタック」→「フロントエンド+バックエンド」に説明も修正)
- expert-supervisor ペルソナを dual-supervisor にリネーム
- passthrough, structural-reform ピースを削除
- default-mini, default-test-first-mini を default に統合
- coding-pitfalls ナレッジの主要項目を coding ポリシーに移動し削除
- implement/plan インストラクションにセルフチェック・コーダー指針を追加
- builtin カタログに不足していた terraform, takt-default 系を追加
- deep-research をカテゴリに追加
2026-03-02 13:15:51 +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 |
| dual | AI Review, Architecture, Frontend, Security, QA, Supervisor |