You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# AI Coding Project Boilerplate 🤖
2
2
3
3
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による開発で高品質のコードを生み出すための包括的なルールとガイドラインを提供します。
5
5
6
6
## 🎯 特徴
7
7
8
-
-**Claude Code特化**: Claude CodeとSub-agentで最高品質を実現するルール群
8
+
-**Claude Code特化**: Claude CodeとSub-agentで高品質を実現するルール群
9
9
-**品質保証**: 段階的品質チェックと自動修正システム
10
10
-**TypeScript最適化**: 型安全性とパフォーマンスを両立した設定
11
11
-**包括的ルール**: ルールファイルによる開発標準化
@@ -15,6 +15,16 @@ Claude Code専用に最適化され、LLMによる開発で最高品質のコー
15
15
16
16
```
17
17
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 # 作業計画
18
28
├── docs/
19
29
│ ├── rules/ # Claude Code向け開発ルール
20
30
│ │ ├── technical-spec.md # 技術仕様・アーキテクチャ
@@ -111,7 +121,7 @@ git commit -m "feat: initial commit from AI Coding Project Boilerplate"
111
121
```
112
122
113
123
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."
0 commit comments