Generate implementation tasks in Michi workflow format (Michi version)
Generates implementation tasks in Michi workflow format with JIRA sync and task granularity guidelines.
/plugin marketplace add sk8metalme/michi/plugin install michi@sk8metal-michi<feature-name>michi/@.claude/commands/kiro/kiro/kiro-spec-tasks.md
{{DEV_GUIDELINES}}
このコマンドは、Michiワークフロー形式でタスクを生成します。
JIRA同期オプションの追加:
タスク粒度ガイドライン:
テストタスクの分離:
# Michiワークフロー形式でタスク生成
/michi:michi-spec-tasks <feature>
# JIRA同期付き
/michi:michi-spec-tasks <feature> --sync-jira
## Task 1: Authentication API - User Login
**Type**: Implementation
**Estimated**: 2 days
**Dependencies**: None
**PR Size**: ~300 lines
### Acceptance Criteria
- [ ] POST /api/auth/login endpoint
- [ ] Email/password validation
- [ ] JWT token generation
- [ ] Error handling
### Test Requirements
- [ ] Unit tests (coverage >= 95%)
- [ ] Integration tests for login flow
- [ ] Error case tests
**JIRA**: PROJ-123
Michi 固有機能: このコマンドは cc-sdd 標準のネストコマンドを Michi 名前空間に移行し、JIRA同期とタスク粒度ガイドラインを追加します。