1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| /chiron-capture | Quick capture to inbox - minimal friction capture for tasks, notes, meetings, learnings |
Quick Capture
Instant capture to inbox for later processing.
Steps
- Parse capture type from request:
- Task → Create in
~/CODEX/tasks/inbox.md - Note → Create in
~/CODEX/00-inbox/quick-capture-*.md - Meeting → Create in
~/CODEX/00-inbox/meetings/meeting-*.md - Learning → Create in
~/CODEX/00-inbox/learnings/learning-*.md - Reference → Create in
~/CODEX/00-inbox/web-clips/*.md
- Task → Create in
- Use appropriate format (Obsidian Tasks format for tasks, markdown with frontmatter for notes)
- Add minimal metadata (creation date, tags from context)
- Confirm capture
Expected Output
Appropriate file created in inbox with:
- Tasks in Obsidian Tasks format:
- [ ] Task #tag ⏫ 📅 date - Notes with frontmatter and timestamped content
- Quick confirmation: "Captured to inbox. Process during weekly review."
Related Skills
quick-capture- Core capture workflows for all typesobsidian-management- File creation in inbox structuretask-management- Task format and placementmeeting-notes- Meeting note templates