Help us improve
Share bugs, ideas, or general feedback.
From aidlc
AI-DLC (AI-Driven Development Life Cycle) ベースの開発ワークフロー。要件定義→設計→レビュー→サブタスク分割→実装→PR作成の全フェーズを管理する。新機能開発・改修作業の開始時に必ず使用すること。
npx claudepluginhub tatematsu-k/ai-development-skills --plugin aidlcHow this skill is triggered — by the user, by Claude, or both
Slash command
/aidlc:aidlc-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AWS AI-DLC と superpowers の手法を組み合わせた、人間-AI協調型の開発ワークフロー。
Starts AI-DLC workflow for structured software development through Inception (requirements, stories, planning), Construction (design, code, test), and Operations phases with approval gates.
Structured SDLC workflow with 8 phases from requirements through code review, plus shortcuts for individual phases. Use when building a feature end-to-end or running a specific phase.
Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Supports plan persistence, wave-based resume, autonomous mode, verification, and Stitch UI integration.
Share bugs, ideas, or general feedback.
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 # 作業ログ