Creates the product Design document (the north star) through interactive dialogue. Writes to `docs/apd/design.md`. Use when the user asks to create a design document, design a product, or run /apd:design ("Design 文書を作成", "プロダクトを設計").
Initializes APD in this project. Copies framework rules to `.claude/rules/apd/` and creates the `docs/apd/` document directory. Use when the user asks to initialize APD, set up APD, or run /apd:init ("APD を初期化", "APD をセットアップ").
Migrates an existing APD project to the current living-document layout. Folds Patch files into their Spec, consolidates per-file Decision Records into a single decisions.md, flattens any old subdirectories, and updates frontmatter. Use when the user asks to migrate APD, upgrade APD, run /apd:migrate, or has just updated the APD plugin and needs to convert their `docs/apd/`.
Generates or updates Spec documents from the Design document. Supports three modes: full (initial generation), add (new feature spec), and bugfix (edit an existing spec in place). Use when the user asks to generate specs, add a feature spec, fix a bug spec, or run /apd:spec ("Spec を生成", "仕様書を作成", "機能追加の Spec", "バグ修正").
Builds a /goal condition from a Spec's Acceptance Criteria, then hands off Build to Claude Code's /goal loop. Use when the user asks to start build, begin implementation, or run /apd:start ("実装を開始", "ビルドを開始").
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
人間は意思決定だけ、AI が自律で完走する
Autopilot Development(APD)は、AI エージェントが自律的にソフトウェアを開発し、人間は Acceptance(実機で動かして受け入れる場)でのみ判断を下す開発フレームワークです。Claude Code プラグインとして提供されます。
Intent ← 人間+AI(意図を固める)
↓
Spec ← AI ドラフト + 人間が読む
↓
Build ← AI 自律(/goal に委譲)
↓
Acceptance ← 人間が実機で触って受け入れ
人間は 意図を決める(Intent / Spec)と 動く成果物を受け入れる(Acceptance)の2点のみ担当する。Build 中の進行管理・並列化・タスク追跡・品質ゲートは Claude Code 本体の機能(/goal、subagent、agent teams、hooks)に委譲する。APD は薄い規約レイヤに留まる。
# マーケットプレース追加
/plugin marketplace add koyakimu/autopilot-development-boilerplate
# プラグインインストール
/plugin install apd@apd-marketplace
プロジェクトディレクトリで:
/apd:init
これにより:
.claude/rules/apd/ にフレームワーク方針がコピーされる(Claude Code が自動ロード)docs/apd/ ディレクトリが作成される(フラット構造)gh が使える環境では GitHub issue を一次 backlog として案内、使えない環境では docs/apd/todo.md をフォールバックとして作成| コマンド | 役割 |
|---|---|
/apd:init | プロジェクト初期化 |
/apd:design | Design 文書(北極星)の対話的作成 |
/apd:spec | Spec ドラフト生成・更新(full / add / bugfix モード) |
/apd:start | Build 開始(Spec の AC から /goal condition を組み立てて自律ループに委譲) |
/apd:migrate | 既存プロジェクトを現行のドキュメント構造へ移行(MIGRATION.md 参照) |
docs/apd/ は 生きた 3 ファイル で構成される: design.md(北極星)、decisions.md(判断ログ)、spec-{feature}.md(機能ごと)。ドキュメントは編集し続け、履歴は git が持つ。人間の確認面は GitHub(PR + issue)。
詳細は QUICKREF.md、設計原理は APD-FRAMEWORK.md を参照。
| パス | 内容 |
|---|---|
.claude-plugin/plugin.json | プラグインマニフェスト |
skills/ | スラッシュコマンド(init, design, spec, start) |
agents/ | サブエージェント(apd:peer-review) |
rules/apd/ | フレームワーク方針(/apd:init でプロジェクトにコピー) |
templates/ | ドキュメントテンプレート |
MIT
npx claudepluginhub koyakimu/autopilot-development-boilerplate --plugin apdAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.