AI-DLC Construction Phase Stage 4: 設計書をもとにPR単位のサブタスクに分割する。Human Review Gate通過後に使用。
From aidlcnpx claudepluginhub tatematsu-k/ai-development-skills --plugin aidlcThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Provides process, architecture, review, hiring, and testing guidelines for engineering teams relying on AI code generation.
承認された設計書をもとに、PR単位のサブタスクに分割する。
Announce at start: 「サブタスク分割フェーズを開始します。設計書のデプロイ依存関係マップをもとにPR単位でタスクを分割します。」
REQUIRED SUB-SKILL: aidlc:pr-strategy — PR分割ルールに従うこと
REQUIRED SUB-SKILL: aidlc:task-management — タスク管理バックエンドを使用すること
aidlc-docs/designs/ から対象の設計書を読み込むデプロイ依存関係マップに基づき、以下の順序でサブタスクを定義:
各サブタスクについて変更行数を見積もる:
## サブタスク依存関係
PR-1: DBマイグレーション
└─ PR-2: サーバーAPI (PR-1に依存)
└─ PR-3: フロントエンド (PR-2に依存)
PR-4: バッチ処理 (独立)
REQUIRED SKILL: aidlc:task-management
分割結果をユーザーに提示:
サブタスク分割結果
# サブタスク デプロイ単位 見積サイズ 依存 1 DBマイグレーション DB ~30行 なし 2 サーバーAPI追加 サーバー ~120行 #1 3 フロント画面追加 フロント ~140行 #2 この分割で進めてよいですか?修正があればお知らせください。
承認後、最初のサブタスクから実装を開始:
「サブタスク #1 から実装を開始します。」
REQUIRED NEXT SKILL: aidlc:implementation