npx claudepluginhub masseater/claude-code-plugin --plugin sddThis skill uses the workspace's default tool permissions.
references/common-rules.mdreferences/step-guide.mdSearches, 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は 仕様書に基づいて段階的に実装を進める 開発手法。 各コマンドを実行する際は、常に 内部品質チェック の基準に従うこと。
1. 初回のみ: steering スキルでプロジェクト方針定義
2. タスク作成: /sdd:spec init <説明>
3. 各コマンド完了時に次のアクションが案内される
| Step | 目的 | 主要コマンド |
|---|---|---|
| 0 | プロジェクト方針 | steering スキル |
| 1 | タスク初期化・設計・定義 | /sdd:spec init, /sdd:spec requirements, /sdd:spec technical |
| 2 | 調査・明確化 | /sdd:research conduct, /sdd:research clarify |
| 3 | Phase構成決定 | /sdd:phase plan |
| 4 | Phaseサイクル | /sdd:phase breakdown, /sdd:phase implement, /sdd:validate |
.claude/skills/steering/ # プロジェクト全体のステアリング(Progressive Disclosure)
└── SKILL.md # Product, Tech Stack, Structure, Principles
specs/
├── research/ # 調査結果
├── {spec}/ # タスク別仕様書
│ ├── overview.md
│ ├── specification.md
│ ├── technical-details.md
│ └── phases/phase*.md
└── _archived/ # アーカイブ済み
/sdd:spec init ユーザー認証機能を追加
# → 完了時に次のアクションが案内される
# → /sdd:research conduct で技術調査(調査項目がある場合)
# → /sdd:spec requirements で要件定義
/sdd:status # 現在の進捗を確認
/sdd:next # 次に何をすべきか確認
# sdd-webappで全タスクの進捗を可視化
# MCPツール: sdd_webapp_get_status
/sdd:sync # 実装状況をドキュメントに反映
/sdd:autopilot # 自動進行モードで実行
/sdd:help # SDDの使い方を確認