with one click
with one click
| name | inbox |
| description | Process unprocessed clips from Web Clipper into atomic notes |
Process pending clips from 01_Inbox/.
Find unprocessed clips
List all .md files directly in 01_Inbox/ - these are unprocessed.
For each clip (read content, extract insight, identify topic)
Create atomic note in 03_Garden/concepts/{topic-slug}.md (FLAT, evergreen):
---
type: concept
created: {{date}}
themes: []
sources:
- "[[01_Inbox/processed/{{date}}/{processed-slug}]]"
people: []
---
# {Topic}
{1-2 sentence insight}
## Key ideas
- {extracted points}
## Connections
- [[Related concept]] - how it relates
If concept already exists: Append to Key ideas + add new source to sources: array
Extract content ideas to 05_Areas/content-creation/ideas/{{date}}/{slug}.md:
---
type: content-idea
format: tweet | thread | blog | short | tutorial
status: idea
source: "[[03_Garden/concepts/{concept-slug}]]"
created: {{date}}
priority: 3
---
# {Title}
{The content idea - actual tweet text, thread hook, or blog thesis}
## Hook
{Why this will resonate}
## Notes
- {Additional context}
Enrich with metadata:
03_Garden/people/{person-name}.md if doesn't existFind connections
03_Garden/concepts/Mark clip as processed - add generated: links + move to date folder:
First, update the clip's frontmatter to add the generated: field:
---
generated:
- "[[03_Garden/concepts/{concept-slug}]]"
- "[[05_Areas/.../ideas/{{date}}/{idea-slug}]]"
---
Then move to 01_Inbox/processed/{{date}}/{semantic-slug}.md.
Naming rules for semantic slug:
thread-by-bryan-johnson.mdlife-systems-over-willpower.mdSummary
Processed: 3 clips ā 01_Inbox/processed/{{date}}/
Created concepts: willpower-vs-systems.md, ai-auth.md
Content ideas: 2 created
- ideas/{{date}}/willpower-tweet.md
- ideas/{{date}}/ai-auth-deep-dive.md
Connections: [[clerk-context]] ā [[ai-auth]]
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā 01_Inbox/processed/2026-01-21/life-systems-over-willpower.md ā
ā frontmatter.generated: ā
ā - "[[03_Garden/concepts/willpower-vs-systems]]" ā
ā - "[[05_Areas/.../ideas/2026-01-21/willpower-tweet]]" ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
āāāāāāāāāāāāāāāāā“āāāāāāāāāāāāāāāā
ā¼ ā¼
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā 03_Garden/concepts/ ā ā 05_Areas/.../ideas/2026-01-21/ ā
ā willpower-vs-systems.md ā ā willpower-tweet.md ā
ā frontmatter.sources: ā ā frontmatter.source: ā
ā - "[[01_Inbox/processed ā ā "[[03_Garden/concepts/ ā
ā /2026-01-21/...]]" ā ā willpower-vs-systems]]" ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Rules:
processed/*.md ā generated: array (forward links)concepts/*.md ā sources: array (back links to clips)ideas/*.md ā source: string (back link to concept)If you have a notification hook configured in CLAUDE.md, run it with the summary.
/inbox - Process all pending/inbox 3 - Process only 3 most recent/inbox --dry - Show what would be processed without doing itSet up your personal OS from scratch with guided questions
Argue against your own thinking on a topic using evidence from your vault
Remove AI-generated jargon and restore human voice to text
Create content draft from ideas using the Shipping Bible
Log activity to today's daily file
Process meeting notes into structured notes + action items