- 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>
37 lines
669 B
Markdown
37 lines
669 B
Markdown
# miyabi-cli-standalone - Quick Start Guide
|
||
|
||
## 🚀 3分で始めるMiyabi
|
||
|
||
### 1. 環境変数設定
|
||
|
||
```bash
|
||
export GITHUB_TOKEN=ghp_xxx
|
||
export ANTHROPIC_API_KEY=sk-xxx
|
||
```
|
||
|
||
### 2. ステータス確認
|
||
|
||
```bash
|
||
miyabi status
|
||
```
|
||
|
||
### 3. Issue作成
|
||
|
||
GitHubでIssueを作成し、以下のラベルを付与:
|
||
- `type:feature` または `type:bug`
|
||
- `priority:P1-High`
|
||
|
||
### 4. Agent実行
|
||
|
||
```bash
|
||
miyabi agent coordinator --issue 1
|
||
```
|
||
|
||
## 📚 詳細ドキュメント
|
||
|
||
- [CLAUDE.md](../CLAUDE.md) - プロジェクトコンテキスト
|
||
- [.claude/README.md](./README.md) - .claudeディレクトリ説明
|
||
|
||
---
|
||
|
||
**Miyabi** - Beauty in Autonomous Development 🌸
|