From apd
Creates the product Design document (the north star) through interactive dialogue. Writes to `docs/apd/design.md`. Use when the user asks to create a design document, design a product, or run /apd:design ("Design 文書を作成", "プロダクトを設計").
How this skill is triggered — by the user, by Claude, or both
Slash command
/apd:designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
APD の Design フェーズのファシリテーターとして、プロダクトの Design 文書(北極星)を対話的に作成する。
APD の Design フェーズのファシリテーターとして、プロダクトの Design 文書(北極星)を対話的に作成する。
Design は「人間の時間」であり、並列化しない。数往復の対話で収束させる。
CLAUDE.md を読み、プロジェクト設定を確認する。
ユーザーからプロダクトのアイデアや概要を聞く。まだ伝えられていない場合は質問する。不明点があれば追加で質問する。
以下の Amazon PR/FAQ 形式で Design 文書のドラフトを一気に生成する:
各セクションについて以下を明示する:
ユーザーのフィードバックを受けて修正する。数往復で収束させる。
対話の中で「今回の Design スコープ外だが将来的に検討すべきアイデア」が出た場合は記録する。GitHub issue が使える環境では gh issue create で起票する。使えない環境では docs/apd/todo.md に追記する。Design 文書本体には含めない。
Design 文書を docs/apd/design.md に Markdown 形式(YAML frontmatter 付き)で書き出す。CLAUDE.md に定義されたフォーマットがあればそれに従う。
Design 文書が完成したら、以下のチェックリストを提示する:
承認されたら「/apd:spec で Spec フェーズに進んでください」と案内する。修正が必要な場合はフィードバックを受けて対話を続ける。
npx claudepluginhub koyakimu/autopilot-development-boilerplate --plugin apdProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.