Michi - AI-driven Spec-Driven Development workflow for Claude Code
npx claudepluginhub sk8metalme/michi-old --plugin michiMulti-Repoプロジェクトの全リポジトリで実装を並行実行
Multi-Repoプロジェクトから各リポジトリへ仕様を展開(並行実行)
Multi-Repoプロジェクトの設計書をAI支援で生成
<background_information>
Multi-Repoプロジェクトの要件定義書をAI支援で生成
Multi-Repoプロジェクトのクロスリポジトリ仕様レビューを実行
Sync specifications to Confluence (Michi-specific feature)
Execute spec tasks using TDD methodology with Michi quality automation (Michi version)
Generate implementation tasks in Michi workflow format (Michi version)
PRレビューコメントへの対応を支援する
Switch between projects (Michi-specific feature)
Archive a completed specification (Michi version with Confluence sync option)
Create comprehensive technical design for a specification (Michi version with test planning flow)
Execute spec tasks using TDD methodology with quality automation (Michi version)
Initialize a new specification with detailed project description (Michi version)
Generate comprehensive requirements with ultrathink enabled (Michi version)
Show specification status and progress (Michi version with enhanced summary)
Generate implementation tasks with JIRA sync option (Michi version)
Create custom steering documents for specialized contexts (Michi version with template suggestions)
Manage .michi/steering/ as persistent project knowledge (Michi version with JIRA integration check)
Integrated test planning workflow for Phase 0.3-0.4 (Test type selection and test specification creation)
Interactive technical design validation with test planning readiness check (Michi version)
Analyze implementation gap between requirements and existing codebase (Michi version with detailed report)
Validate implementation against requirements, design, and tasks (Michi version with enhanced validation)
Managed Intelligent Comprehensive Hub for Integration
AI駆動開発ワークフロー自動化プラットフォーム
Michiは、開発フロー全体(要件定義→設計→タスク分割→実装→テスト→リリース)をAIで自動化するプラットフォームです。
Powered by cc-sdd
Michiは**オニオンアーキテクチャ(4層構造)**を採用しています:
┌─────────────────────────────────────────┐
│ Presentation Layer (CLI) │ ← ユーザーインターフェース
├─────────────────────────────────────────┤
│ Application Layer (Use Cases) │ ← ビジネスロジック調整
├─────────────────────────────────────────┤
│ Infrastructure Layer (External APIs) │ ← 外部サービス統合
├─────────────────────────────────────────┤
│ Domain Layer (Business Logic) │ ← コアビジネスルール
└─────────────────────────────────────────┘
ハイブリッドアプローチ:
src/ - プロダクションコード(4層構造)scripts/ - ビルド・開発ツール(層なし)詳細は アーキテクチャガイド と 移行ガイド を参照してください。
GitHub (.michi/specs/) ← 情報源(Single Source of Truth)
↓ 自動同期
Confluence ← ドキュメント管理
JIRA ← タスク管理・進捗追跡
前提条件: cc-sdd(Spec-Driven Development Core)をセットアップ
npx cc-sdd@latest --claude --lang ja
Michiプラグインのインストール - Claude Code内で実行:
/plugin marketplace add sk8metalme/michi
/plugin install michi@sk8metalme
推奨プラグイン - 併せてインストール:
/plugin marketplace add sk8metalme/ai-agent-setup
/plugin install design-review@ai-agent-setup
/plugin install oss-compliance@ai-agent-setup
/plugin install version-audit@ai-agent-setup
/plugin install e2e-planning@ai-agent-setup
JIRA/Confluence連携やリリース自動化には、CLIツールを併用します。
npm install -g @sk8metal/michi-cli
注意: michi setup --claude コマンドは廃止予定です。上記のプラグインインストールを使用してください。
# 1. 仕様を初期化
/kiro:spec-init "calculator-app: 四則演算を行う電卓アプリ"
# 2. 要件定義
/kiro:spec-requirements calculator-app
# 3. 設計(テスト計画統合版)
/michi:spec-design calculator-app
# 4. タスク分割(JIRA同期確認付き)
/michi:spec-tasks calculator-app
# 5. TDD実装
/michi:spec-impl calculator-app
詳細は クイックスタートガイド を参照してください。
完全なドキュメントは docs/ を参照してください。
Michiは以下のフェーズで構成されています:
詳細は ワークフローガイド を参照してください。
MIT License - 詳細は LICENSE を参照してください。
貢献を歓迎します!詳細は CONTRIBUTING.md を参照してください。
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer