- 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>
30 lines
554 B
Markdown
30 lines
554 B
Markdown
# 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
|
|
- 実装コード
|
|
- テストコード
|
|
- コミットメッセージ
|