ワンクリックで
blog-seed-expander
Turn one-line blog ideas into structured draft outlines. Lowers the barrier to start writing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Turn one-line blog ideas into structured draft outlines. Lowers the barrier to start writing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | blog-seed-expander |
| description | Turn one-line blog ideas into structured draft outlines. Lowers the barrier to start writing. |
Transform one-line ideas into structured blog draft outlines, making it easier to start writing.
| Setting | Value |
|---|---|
| Output Path | _drafts/seeds/ |
| Style Guide | blog-helper.md |
| Status | seed (distinguishes from developed drafts) |
expand <idea>Expand a single one-liner into a draft outline.
Example:
expand: NixOS for homelab, macos, and WSL
expand-listExpand multiple ideas at once (inline or from file).
Examples:
expand these ideas:
- Idea one
- Idea two
- Idea three
expand ideas from ~/obsidian/blog-seeds.md
For each one-liner:
Infer topic type:
Generate contextual hook ideas (2-3 options):
Create section outline with 3-4 sections:
Suggest conclusion direction
Infer categories and tags from keywords
Filename: _drafts/seeds/YYYY-MM-DD-slugified-title.md
---
layout: post
title: "Best-guess Title from Idea"
date: YYYY-MM-DD
excerpt: ""
categories: [inferred-category]
tags: [inferred, tags, here]
status: seed
---
## Hook Ideas
- [Possible opening angle 1]
- [Possible opening angle 2]
- [Possible opening angle 3]
## Outline
### Section 1: [Title]
- What to cover here
- Key point or question to answer
- Specific example to include
### Section 2: [Title]
- What to cover here
- Key point or question to answer
### Section 3: [Title]
- What to cover here
- Key point or question to answer
### Section 4: [Title] (optional)
- What to cover here
## Conclusion Direction
- [How this post might wrap up]
- [The takeaway or call to action]
## Notes
- [Topic type: technical/reflection/journey/opinion]
- [Any context worth preserving from the original idea]
- [Potential connections to other posts]
### The Problem
- What wasn't working
- Why existing solutions fell short
### The Solution
- What you built/configured
- Key technical decisions
### How It Works
- Architecture or setup details
- Code snippets or diagrams to include
### Lessons Learned
- What surprised you
- What you'd do differently
### The Observation
- What triggered this thought
- Specific moment or example
### Why It Matters
- Broader implications
- Who else might feel this way
### My Experience
- Personal stories
- What you've tried
### The Takeaway
- What you've concluded
- Open questions remaining
### Where I Started
- The "before" state
- What I believed/used/did
### The Catalyst
- What changed
- Why you reconsidered
### The Transition
- How you made the switch
- Challenges along the way
### Where I Am Now
- Current state
- What's next
### The Claim
- State the opinion clearly
- Why it might be controversial
### The Counterargument
- What most people think
- Why they think that way
### My Evidence
- Why you believe differently
- Specific examples
### The Nuance
- Where you might be wrong
- When the opposite is true
From blog-helper.md:
Input: "Pride in what you do"
Inferred type: Personal reflection
Output sections:
Input: "NixOS for homelab, macos, and WSL"
Inferred type: Technical project (journey flavor)
Output sections: