From ship
Design exploration with adversarial challenge: compares approaches, runs critic-design, generates SOW and Spec from survivors. Use for planning and architectural decisions, not codebase investigation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ship:think [task description]When to use
計画して, 設計して, アプローチ検討, 方針決め, planning, design exploration
[task description]opusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deep design exploration with adversarial challenge. Compare ≥2 approaches, run critic-design against them (Step 4), and let only the surviving approaches reach Spec. Approaches are positions to be argued, not options to be picked.
Deep design exploration with adversarial challenge. Compare ≥2 approaches, run critic-design against them (Step 4), and let only the surviving approaches reach Spec. Approaches are positions to be argued, not options to be picked.
Task description from $ARGUMENTS, research context, or AskUserQuestion if empty.
| Step | Action | Detail |
|---|---|---|
| 0 | Outcome Anchor | Read .claude/OUTCOME.md; if absent, generate the stub via /outcome |
| 1 | Why Discovery | ${CLAUDE_SKILL_DIR}/references/step-1-why-discovery.md (assumes OUTCOME.md) |
| 2 | Q&A Clarification | Scope, Priority (MoSCoW), Constraints, Risks (if needed) |
| 3-6 | Design Exploration | ${CLAUDE_SKILL_DIR}/references/step-3-6-design-exploration.md |
| 7 | User Review | Present design with trade-off rationale; wait for approval |
| 7.5 | ADR Proposal | Ask if ADR needed for technical decisions. Skip for simple features |
| 8-9 | SOW and Spec | ${CLAUDE_SKILL_DIR}/references/step-8-9-document-generation.md |
| 10-11 | Review + Decompose | ${CLAUDE_SKILL_DIR}/references/step-10-11-review-decomposition.md |
| 12 | View Generation | Pass planning slug to use-workflow-plan-preview. Share returned URL with user |
Session ID: ${CLAUDE_SESSION_ID}
Always use this exact path. Write tool creates parent directories if absent.
.claude/workspace/planning/YYYY-MM-DD-[feature]/sow.md and spec.md
http://localhost:4321/spec/<short-slug> URL shared (Step 12)npx claudepluginhub thkt/dotclaude --plugin toolkitProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.