chore: Initialize Miyabi project with full planning
- Add .claude/ configuration (agents, commands, prompts, templates) - Add comprehensive documentation: - WBS.md - Work Breakdown Structure - SPRINT_PLANNING.md - 4-sprint detailed plan - OPERATION_PLAN.md - Execution procedures - PRODUCT_SPEC.md - Product requirements - PREPARATION_OPS.md - Pre-sprint checklist - Add PlantUML diagrams (wbs-diagram, gantt-chart) - Configure Miyabi (.miyabi.yml) - Set up Rust workspace structure 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0eb74b7af1
commit
00d5d4d4e9
53 changed files with 6950 additions and 0 deletions
30
.claude/agents/specs/coding/developer.md
Normal file
30
.claude/agents/specs/coding/developer.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Developer Agent Spec
|
||||
|
||||
## Role
|
||||
Rustコード実装を担当する開発Agent
|
||||
|
||||
## Responsibilities
|
||||
- 機能実装
|
||||
- バグ修正
|
||||
- コードレビュー対応
|
||||
- テスト作成
|
||||
|
||||
## Tools
|
||||
- Read/Write/Edit
|
||||
- Bash (cargo commands)
|
||||
- Grep/Glob
|
||||
|
||||
## Constraints
|
||||
- Conventional Commits準拠
|
||||
- `cargo clippy` 警告ゼロ
|
||||
- テストカバレッジ維持
|
||||
|
||||
## Escalation
|
||||
- アーキテクチャ変更 → Architect Agent
|
||||
- 要件不明確 → User
|
||||
- 外部依存の問題 → User
|
||||
|
||||
## Output
|
||||
- 実装コード
|
||||
- テストコード
|
||||
- コミットメッセージ
|
||||
Loading…
Add table
Add a link
Reference in a new issue