ワンクリックで
launch-idea
Launch an invention from elevator pitch to spec sheet - tiered pipeline for shipping ideas from Inventions/ files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Launch an invention from elevator pitch to spec sheet - tiered pipeline for shipping ideas from Inventions/ files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Seed a brain from a LARGE existing source by TRIAGING it, then calibrating the agent's judgment on small batches, then bulk-mining. Use when the owner says "mine my [source]", "mine this export", "calibrate the mining", "idea mining", "process my archive", or "seed my brain from this export" — pointing at a sizable export (notes-app dump, chat history, voice-note archive, bookmarks, podcast snips). Phase 0 TRIAGE: categorize the source into keep/skip bins, sample the skip-bins, get owner approval per bin, build the target list. Phase 1 CALIBRATE: small batches → present COMPACT numbered proposals (verbatim quote + the agent's call + one-line reason, no tables) → owner corrects → write every correction back into the rules (CONTENT_TAXONOMY / KEYWORD_GUIDE / INTELLECTUAL_LANDSCAPE) → draft the full Template only after the calls are approved → repeat until a batch is clean. Phase 2 SET LOOSE: process the remainder autonomously, spot-check, re-calibrate on drift. Implements "invest in structure and calibrate the
Onboard a human into THEIR own second brain — the guided interview that turns this blank template into their personalized system. Use when the user says "set this up", "let's set it up", "set up my second brain", "personalize", "personalise", "make this mine", "onboard me", "help me fill this in", "walk me through PERSONALIZE", or starts a fresh session wanting to begin. Drives the whole __FILL_FROM_USER__ fill-in via an interview. Resumable — pick up where you left off. NOT for ingesting content (use /ingest-brain-dump) — this is first-run setup.
Handles connections between related ideas. Options include creating folders, adding shared keywords, merging content, or rejecting false positives. Used when ingest-brain-dump identifies related content.
Weekly self-improvement of the HARNESS itself — not project QA. Reviews the last N days of this brain's Claude Code session traces for harness-level friction (where the owner corrected the agent, repeated permission prompts, skills that misfired or weren't used, rules/memories the agent ignored, weak sub-agent prompts), drafts a proposal of findings, and the owner reviews + applies it finding-by-finding (gated — nothing auto-applies). Uses the in-session Workflow tool to fan out over trace chunks; no external services, no API keys. Use when the owner says "/harness-review", "review the harness", "self-review", "what's the agent getting wrong", or accepts the optional offer at the end of /weekly-maintenance.
Full orchestrator for stream-of-consciousness input pasted or dictated into the Claude Code session. Pipeline: explore-second-brain (find related files) → semantic segmentation → verify-idea (dedupe check) → process-content (create Template A files) → validate_template.py → user approval → save. Use when user pastes unstructured text or dictates a voice note into chat and says "brain dump", "process this", "ingest this", "save this", "what should we do with this". One paragraph may contain 3 ideas; 5 paragraphs may be 1 idea — always semantic, never algorithmic chunking. NOT for phone inbox (use a phone-inbox ingest skill if configured). NOT for podcast snips (use a snip-processing skill if configured). NOT for bookmark exports (use a bookmarks-ingest skill if configured). For a LARGE existing source export (notes-app dump, chat history, voice-note archive), use /mine — it triages the source, then calibrates the agent's judgment on small batches before the bulk pass. Preserves the owner's exact language — no
Low-level mechanic that turns raw text into Template A/B files. Segments semantically (never algorithmic chunking), classifies each segment, creates files, runs validate_template.py. Does NOT sync from external sources — text must already be in context. Called by the ingestion skills (e.g. /ingest-example) as their file-creation stage; can also be invoked directly when user pastes content and says "make files from this", "turn this into Template A", "parse this into ideas". NOT for voice/phone inbox work (use an inbox-ingest skill), NOT for searching the brain (use explore-second-brain or semantic-search). If input has multiple distinct ideas, all are processed in one invocation.
| name | launch-idea |
| description | Launch an invention from elevator pitch to spec sheet - tiered pipeline for shipping ideas from Inventions/ files |
| user_invocable | true |
| allowed_tools | ["Read","Write","Edit","Bash","Glob","Grep","Agent","Skill"] |
| required_context_files | ["Orientation_Docs/KEYWORD_GUIDE.md","Orientation_Docs/CONTENT_TAXONOMY.md","Orientation_Docs/ORIENTATION.md"] |
Before doing anything else, silently Read each file in required_context_files (listed in frontmatter) if it is not already in your context. Do NOT announce the reads. Do NOT ask permission. This ensures the skill has the orientation it needs without bloating sessions that don't invoke it.
Files:
Orientation_Docs/KEYWORD_GUIDE.mdOrientation_Docs/CONTENT_TAXONOMY.mdOrientation_Docs/ORIENTATION.mdStatus: WIP/Prototype — Skeleton defined, lower tiers work, upper tiers need real tooling.
Fire off an idea with various degrees of finality. From elevator pitch to landing page. The pipeline that takes ideas sitting in files and starts shipping them.
The core insight: "If ideas are just sitting in the file, they're not shipping — there's nothing there." This skill puts the owner's judgment at the heart of the pipeline — operating "like an executive and your CEO for a whole bunch of random startups until you find the ones that work." Leverage judgment and taste, not turn things to slop.
Each tier is independent. Run any tier solo or chain them. Lower number = less effort, faster.
| Tier | What | Status | Tooling |
|---|---|---|---|
| 1 | Elevator Pitch | WORKS NOW | AI text generation (straightforward) |
| 2 | Concept Images | WORKS NOW | Nano Banana Flash skill |
| 3 | X Announcement | WORKS NOW | voice guide + X posting |
| 4 | Spec Sheet | MANUAL | write a product spec (PRD) |
| 5 | Pitch Deck | NOT BUILT | No slide generation tooling yet |
| 6 | Landing Page | NOT BUILT | No website builder integrated |
| 7 | Video | NOT BUILT | No script-to-video for non-podcasts |
Input: Idea file path (Template A from Inventions/) Output: 2-3 sentence pitch, tagline, target audience
Input: Idea file + approved elevator pitch Output: 3-5 concept images
Input: Idea file + pitch + images Output: Draft X post ready for queue
__FILL_FROM_USER__:x_handle)Input: Idea file Output: a product specification (PRD)
These need real tooling work:
/launch-idea [tier] [idea-file-path]
# Examples:
/launch-idea 1 Inventions/Atoms/My_Hardware_Idea.md
/launch-idea 1-3 Inventions/Bits/My_Software_Idea.md # chain tiers 1 through 3