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.
タスクの現在状態を分析して次に実行すべきコマンドを提案する。
specs/{taskname}/ を確認| 状態 | 判定条件 | 提案コマンド |
|---|---|---|
| タスク未作成 | overview.md なし | /sdd:spec init |
| 調査未完了 | 調査項目に🔴がある | /sdd:research conduct {taskname} |
| 要件未定義 | specification.md なし | /sdd:spec requirements {taskname} |
| 技術未定義 | technical-details.md なし | /sdd:spec technical {taskname} |
| Phase未計画 | Phase構成セクションなし | /sdd:phase plan {taskname} |
| Phase詳細未作成 | tasks/phase*.md なし | /sdd:phase breakdown {taskname} N |
| 実装中 | タスクに未完了あり | /sdd:phase implement {taskname} N.M |
| Phase検証待ち | 全タスク完了 | /sdd:validate {taskname} N |
## 次のステップ: auth-feature
現在の状態: Phase 2 実装中(タスク 2.3 完了)
**推奨コマンド:**
/sdd:phase implement auth-feature 2.4
**理由:**
Phase 2のタスク2.4「認証トークン検証」が未完了です。
/sdd:status - 全タスクのステータス確認