task-specification-creator

ユーザーから与えられたタスクを単一責務の原則に基づいて分解し、Phase 1からPhase 11までの実行可能なタスク仕様書ドキュメントを生成する。スキル選定は仕様書作成時に動的に行う。使用するスキルはタスクの性質に応じて現在利用可能なスキル(.claude/skills/)から選定する。Anchors:• Clean Code (Robert C. Martin) / 適用: 単一責務の原則 / 目的: タスク分解の基準• Continuous Delivery (Jez Humble) / 適用: フェーズゲート / 目的: 品質パイプライン構築• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した用語設計Trigger:タスク仕様書作成, タスク分解, ワークフロー設計, 実行計画作成Use when creating task specifications for complex development tasks.

$ 설치

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/task-specification-creator ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill