From skill-intake
Runs an 11-phase structured hearing interview (5-axis, diagram required) and publishes the result to a specified Notion page or database. Accepts topic, optional page URL/ID, and database ID.
How this command is triggered — by the user, by Claude, or both
Slash command
/skill-intake:intake [topic] [--page-url <notion-page-url>|--page-id <notion-page-id>] [--database-id <notion-db-id>]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /intake ユーザー要望 `$ARGUMENTS` を受け取り、`run-skill-intake` スキルを起動する。引数省略時は kickoff フェーズで対話的に topic を確定する。`--page-url` / `--page-id` が含まれる場合は、Phase 10 publish まで `notion_target` として必ず伝搬し、指定ページを PATCH 更新する。指定ページが解決できない場合は新規ページを作らず停止する。 ## 振る舞い 1. `Skill(run-skill-intake, args="$ARGUMENTS")` を呼ぶ。`$ARGUMENTS` 内の `--page-url` / `--page-id` / `--database-id` は Notion publish の明示指定として扱う。 2. スキル側の 11 phase (kickoff → … → finalize → Notion publish → next-action) が `workflow-manifest.json` 順に起動する。 3. Gate A (summarizer) でユーザー承認を得てから Notion 公開に進む。 4. 完了後、Markdown 正本 / JSON 副本 / Notion URL のパスを返す。 5. **...
ユーザー要望 $ARGUMENTS を受け取り、run-skill-intake スキルを起動する。引数省略時は kickoff フェーズで対話的に topic を確定する。--page-url / --page-id が含まれる場合は、Phase 10 publish まで notion_target として必ず伝搬し、指定ページを PATCH 更新する。指定ページが解決できない場合は新規ページを作らず停止する。
Skill(run-skill-intake, args="$ARGUMENTS") を呼ぶ。$ARGUMENTS 内の --page-url / --page-id / --database-id は Notion publish の明示指定として扱う。workflow-manifest.json 順に起動する。mode 推奨提示で完結・停止する。/intake は run-skill-create / run-build-skill / capability-build 等を自動起動しない。スキルを実際に作成したい場合は、ユーザーが別途明示的に run-skill-create を起動する (intake はヒアリング〜Notion 公開〜推奨までを担う独立フロー)。plugins/skill-intake/scripts/validate-notion-ready.py --check-api が PASS すること。PASS 済みなら API キー / Notion トークンは再質問しない。--database-id / INTAKE_NOTION_DATABASE_ID / .notion-config.json#databases.hearing-sheet.db_id / notion-config.fixed.json#databases.hearing-sheet.db_id のいずれかで指定) に PAT / Integration が Connections 追加されていること。--page-url または --page-id を指定すること。指定された場合、publish は update 専用になり create へフォールバックしない。keychain-setup.md を案内--page-url / --page-id を指定し直す。初回作成は明示的な create 用導線以外では行わないnpx claudepluginhub p/daishiman-skill-intake-plugins-skill-intake/deep-interviewRuns a Socratic requirements interview that transforms vague ideas into approval-gated specifications. Also supports resume, status, and finalize subcommands.
/interviewPrepare an interview script or summarize an interview transcript into structured insights.
/intvInterviews you in depth on technical implementation, UI/UX, tradeoffs, and concerns to flesh out a plan/spec, then generates task_plan.md, findings.md, progress.md in the plan-file directory.
/interviewPrepares structured customer interview scripts or summarizes interview transcripts into actionable insights. Supports prep and summarize modes.
/prep-meetingPrepares for a meeting by gathering context, identifying meeting type, and generating a structured prep document with talking points, anticipated questions, and success criteria. Also offers role-play.
/create-pageCreates a new Notion page with a sensible default structure based on the title, optionally under a specified parent page or database.