Skip to content

Commit f2697c2

Browse files
shinprclaude
andcommitted
docs: add missing sub-agents to README
Add .claude/agents/ directory structure and missing sub-agent descriptions (document-reviewer, prd-creator, requirement-analyzer, task-decomposer) to project structure and available sub-agents section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 56042bc commit f2697c2

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AI Coding Project Boilerplate 🤖
22

33
TypeScript project boilerplate optimized for AI-assisted development with layered architecture, comprehensive development rules, and best practices.
4-
Claude Code専用に最適化され、LLMによる開発で最高品質のコードを生み出すための包括的なルールとガイドラインを提供します
4+
Claude Code専用に最適化され、LLMによる開発で高品質のコードを生み出すための包括的なルールとガイドラインを提供します
55

66
## 🎯 特徴
77

8-
- **Claude Code特化**: Claude CodeとSub-agentで最高品質を実現するルール群
8+
- **Claude Code特化**: Claude CodeとSub-agentで高品質を実現するルール群
99
- **品質保証**: 段階的品質チェックと自動修正システム
1010
- **TypeScript最適化**: 型安全性とパフォーマンスを両立した設定
1111
- **包括的ルール**: ルールファイルによる開発標準化
@@ -15,6 +15,16 @@ Claude Code専用に最適化され、LLMによる開発で最高品質のコー
1515

1616
```
1717
ai-coding-project-boilerplate/
18+
├── .claude/
19+
│ └── agents/ # Sub-agent定義
20+
│ ├── document-reviewer.md # ドキュメントレビュー
21+
│ ├── prd-creator.md # PRD作成
22+
│ ├── quality-fixer.md # 品質チェック・修正
23+
│ ├── requirement-analyzer.md # 要件分析
24+
│ ├── task-decomposer.md # タスク分解
25+
│ ├── task-executor.md # タスク実行
26+
│ ├── technical-designer.md # 技術設計
27+
│ └── work-planner.md # 作業計画
1828
├── docs/
1929
│ ├── rules/ # Claude Code向け開発ルール
2030
│ │ ├── technical-spec.md # 技術仕様・アーキテクチャ
@@ -111,7 +121,7 @@ git commit -m "feat: initial commit from AI Coding Project Boilerplate"
111121
```
112122

113123
3. **リポジトリ設定(GitHub UI)**
114-
- **説明文**: "TypeScript project boilerplate specifically designed for Claude Code. Features a comprehensive rule system and sub-agent architecture for generating highest quality code efficiently."
124+
- **説明文**: "TypeScript project boilerplate specifically designed for Claude Code. Features a comprehensive rule system and sub-agent architecture for generating high quality code efficiently."
115125
- **トピックス**: `claude-code`, `typescript`, `boilerplate`, `ai-development`, `subagents`, `code-quality`
116126

117127
## 💻 開発コマンド
@@ -141,9 +151,9 @@ npm run cleanup:processes # テストプロセスクリーンアップ
141151

142152
## 🤖 Claude Code専用ワークフロー
143153

144-
### ボイラープレートの核心:Claude Codeで最高品質を実現
154+
### ボイラープレートの核心:Claude Codeで高品質を実現
145155

146-
このボイラープレートは、Claude CodeとSub-agentが最高品質のTypeScriptコードを生成するために特別に設計されています
156+
このボイラープレートは、Claude CodeとSub-agentが高品質のTypeScriptコードを生成するために特別に設計されています
147157

148158
### 必須ワークフロー
149159

@@ -172,12 +182,16 @@ graph TD
172182
- **task-executor**: 個別タスク実行
173183
- **technical-designer**: ADR・Design Doc作成
174184
- **work-planner**: 作業計画書作成
185+
- **document-reviewer**: ドキュメントの整合性と完成度をレビュー
186+
- **prd-creator**: Product Requirements Document(PRD)作成
187+
- **requirement-analyzer**: 要件分析と作業規模判定
188+
- **task-decomposer**: 作業計画書から1コミット粒度のタスクに分解
175189

176-
詳細は`CLAUDE.md`を参照してください
190+
詳細は`CLAUDE.md`および`.claude/agents/`内の各定義ファイルを参照してください
177191

178192
## 📋 開発ルール概要
179193

180-
このボイラープレートは、LLM研究に基づく科学的根拠のあるルールセットを提供します
194+
このボイラープレートは、包括的なルールセットを提供します
181195

182196
### 核心原則
183197
- **推奨形式**: 禁止事項をメリット・デメリット付きで説明(LLM理解促進)
@@ -286,7 +300,7 @@ MIT License - 自由に使用・改変・配布可能
286300

287301
## 🎯 このボイラープレートについて
288302

289-
Claude Code TypeScript Boilerplateは、LLM研究に基づく科学的根拠を持つ開発ルールセットを提供し、Claude CodeとSub-agentが最高品質のTypeScriptコードを生成できるよう特別に設計されたボイラープレートです
303+
Claude Code TypeScript Boilerplateは、Claude CodeとSub-agentが高品質のTypeScriptコードを生成できるよう特別に設計されたボイラープレートです
290304

291305
---
292306

0 commit comments

Comments
 (0)