ワンクリックで
workflow-log-idea
Capture an idea as a markdown file in the workflow inbox. Use when the user wants to log, note, or save an idea for later.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Capture an idea as a markdown file in the workflow inbox. Use when the user wants to log, note, or save an idea for later.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | workflow-log-idea |
| description | Capture an idea as a markdown file in the workflow inbox. Use when the user wants to log, note, or save an idea for later. |
| allowed-tools | Bash(mkdir -p) |
This skill captures an idea and writes it to the inbox.
If there's already conversation context about an idea, synthesise it straight into the file without asking questions. If this is a cold start, ask what's on their mind and have a natural back-and-forth to draw the idea out. Recognise when it has enough shape (typically 2-4 exchanges) and wrap up.
Capture only — these are rules, not guidelines:
When ready, generate a short kebab-case slug from the core concept (e.g., smart-retry-logic, unified-search) and write the file:
mkdir -p .workflows/.inbox/ideas
File: .workflows/.inbox/ideas/{YYYY-MM-DD}--{slug}.md (use today's actual date)
Confirm with a one-liner:
Output the next fenced block as a code block:
Logged idea: {slug}
Capture a quick-fix as a markdown file in the workflow inbox. Use when the user wants to log a trivially scoped mechanical change for later.
Capture a bug report as a markdown file in the workflow inbox. Use when the user wants to log, note, or save a bug for later.
Scaffold a new planning output format adapter. Creates a format directory with all required files implementing the output format contract.