From skill-intake
ヒアリングインタビューを起動 (run-skill-intake, 11 phase) — 5 軸ヒアリング・図解マスト・指定 Notion ページ公開まで一気通貫
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/create-pageCreates a new Notion page with a sensible default structure based on the title, optionally under a specified parent page or database.
/skillers-sudaTurns a one-sentence idea into a working skill through an interactive interview with 4 expert personas. Also supports analyzing existing skills or agents for improvement.
/create-commandScaffolds a new obsidian-second-brain command via an interactive interview, generating a ready-to-use commands/<name>.md file without manual markdown editing.
/deep-interviewRuns a Socratic requirements interview that turns vague ideas into approval-gated specs. Also supports resume, status, and finalize subcommands.
/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.
/knowledge-manager-setupGuides users through initial setup of a Knowledge Manager note-taking system, detecting Obsidian usage and creating a structured vault.