From ship
Generates or updates .claude/OUTCOME.md interactively, collecting Behavior, Non-goals, and Constraints via questions when absent, or presenting current state for updates when present.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ship:outcomeWhen to use
OUTCOME作って, OUTCOME更新, アウトカム定義, create outcome, update outcome
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate or update `.claude/OUTCOME.md` interactively. This skill is also the landing point when another skill detects a missing OUTCOME.md. Interactive generation instead of hard-stop keeps new-repo bootstrap moving. Not proceeding on a mere warning prevents work from continuing against a vague outcome.
Generate or update .claude/OUTCOME.md interactively. This skill is also the landing point when another skill detects a missing OUTCOME.md. Interactive generation instead of hard-stop keeps new-repo bootstrap moving. Not proceeding on a mere warning prevents work from continuing against a vague outcome.
| State | Flow |
|---|---|
| File absent, Behavior empty, or all sections TBD | Generate |
| Otherwise | Update |
| Step | Action |
|---|---|
| 1 | Read ${CLAUDE_SKILL_DIR}/templates/outcome.md (structure and examples) |
| 2 | Collect Behavior (≥1, subject named), Non-goals, Constraints via AskUserQuestion (3 Qs) |
| 3 | Run each Behavior through the Outcome test; rewrite failures and re-present |
| 4 | Fill the template and Write .claude/OUTCOME.md |
| Step | Action |
|---|---|
| 1 | Read .claude/OUTCOME.md and present the current three sections |
| 2 | Confirm which sections change and their content via AskUserQuestion |
| 3 | Run each changed Behavior through the Outcome test, then Edit |
Do not Write or Edit until every Behavior passes all four Outcome test checks.
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.