npx claudepluginhub masseater/claude-code-plugin --plugin sddThis 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.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
SDDワークフローの全体像を説明する。
## SDD (Spec Driven Development)
仕様書に基づいて段階的に実装を進める開発手法です。
### Phase構成
| Phase | 目的 | 主要コマンド |
|-------|------|-------------|
| 0 | プロジェクト方針 | /sdd:steering |
| 1 | タスク初期化・調査 | /sdd:spec init, /sdd:research conduct |
| 2 | 要件・技術定義 | /sdd:spec requirements, /sdd:spec technical |
| 3 | 検証・明確化 | /sdd:research clarify, /sdd:quality-check |
| 4 | Phase構成決定 | /sdd:phase plan |
| 5 | Phase詳細計画 | /sdd:phase breakdown |
| 6 | 実装 | /sdd:phase implement, /sdd:sync |
| 7 | 検証 | /sdd:validate |
### クイックスタート
1. /sdd:steering(初回のみ)
2. /sdd:spec init <説明>
3. 各コマンド完了時に次のアクションが案内されます
### 詳細情報
- ステアリングドキュメント: `specs/_steering/`
- 仕様書: `specs/{taskname}/overview.md`
- sdd-webappダッシュボードで進捗可視化
/sdd:steering - プロジェクト方針定義/sdd:spec init - タスク初期化/sdd:status - ステータス確認