AI-DLC (AI-Driven Development Life Cycle) ベースの開発ワークフロー。要件定義→設計→レビュー→サブタスク分割→実装→PR作成の全フェーズを管理する。新機能開発・改修作業の開始時に必ず使用すること。
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.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
AWS AI-DLC と superpowers の手法を組み合わせた、人間-AI協調型の開発ワークフロー。
起動トリガー: 新機能開発・改修作業の開始時、または「AI-DLCで進めて」と指示された時。
┌─────────────────────────────────────────────────────┐
│ Phase 1: Inception (要件定義 + 設計) │
│ ├─ Stage 1: 要件定義 (requirement-definition) │
│ ├─ Stage 2: システム設計 (system-architecture) │
│ └─ Stage 3: 人によるレビュー (Human Review Gate) │
├─────────────────────────────────────────────────────┤
│ Phase 2: Construction (実装) │
│ ├─ Stage 4: サブタスク分割 (subtask-decomposition) │
│ ├─ Stage 5: 実装・テスト (implementation) │
│ └─ Stage 6: PR作成 (pr-creation) │
├─────────────────────────────────────────────────────┤
│ Phase 3: Operations (デプロイ・運用) ※将来拡張 │
└─────────────────────────────────────────────────────┘
REQUIRED SKILL: aidlc:requirement-definition
aidlc-docs/requirements/YYYY-MM-DD-<feature>.md)REQUIRED SKILL: aidlc:system-architecture
aidlc-docs/designs/YYYY-MM-DD-<feature>.md)以下のメッセージを表示して承認を待つ:
設計レビュー待ち
要件定義書:
aidlc-docs/requirements/YYYY-MM-DD-<feature>.md設計書:aidlc-docs/designs/YYYY-MM-DD-<feature>.md上記ドキュメントを確認して、フィードバックまたは承認をお願いします。 修正がある場合はお知らせください。承認の場合は「OK」「進めて」等でお伝えください。
REQUIRED SKILL: aidlc:subtask-decomposition
REQUIRED SKILL: aidlc:implementation
REQUIRED SKILL: aidlc:pr-creation
aidlc-docs/
├── requirements/ # 要件定義書
├── designs/ # 設計書 (API設計・シーケンス図)
├── tasks/ # タスクリスト (ローカル管理の場合)
└── audit.md # 作業ログ