Capture & Triage Notes
Quick capture for notes, plus inbox listing and classification.
Triggers
/note {target} {content}/inbox/classify {filename} {type} {name}- "quick capture", "add a note", "triage inbox", "move inbox note"
/note {target} {content}
When /note is used:
- Parse the input to identify a potential target and content.
- Search for a matching location:
domains/people/{target}/for peopleinitiatives/{target}/for projectsexpertise/{target}/for learning topics
- If a match is found:
- Create or update
{target}.mdin that location. - If the file is new, add the appropriate template below.
- Append a new entry with the current date/time and the content.
- Create or update
- If no match is found and the target seems like a category (person name, project name, topic):
- Ask: "I don't see {target} yet. Should I create it in domains/people/, initiatives/, or expertise/?"
- Create the folder and
{target}.mdbased on the response. - Add the appropriate template and append the new entry.
- Also create
next-actions.mdusing the template below.
- If no clear target can be inferred:
- Put the note in
inbox/{descriptive-slug}.md, where{slug}is a short, descriptive, lowercase-hyphenated name derived from the content (e.g.,renew-ssl-cert.md). - Use the Inbox template below (just the content).
- Put the note in
/inbox
When /inbox is used:
- List all files in the
inbox/folder. - For each file, show:
- Filename
- First line or title of the note
- Date modified
- If the inbox is empty, say "Inbox is empty!"
- Suggest using
/classifyto move notes to the right place.
/classify {filename} {type} {name}
When /classify is used:
- Verify the file exists in
inbox/. - Determine the destination based on
{type}:person:domains/people/{name}/domain:domains/{name}/initiative:initiatives/{name}/expertise:expertise/{name}/
- Create the destination folder if it doesn't exist.
- If the folder was just created, also create
next-actions.mdusing the template below. - Append the inbox note content into
{name}.mdin the destination (create it with the template if missing). - Remove the inbox file after appending.
- Confirm the move: "Appended {filename} to {destination}/{name}.md".
Templates
People (domains/people/)
# {Name}
## {Date} {Time}
### Notes
{content}
### Decisions
### Next Steps
Initiatives
# {Project}
## {Date} {Time}
### Notes
{content}
### Decisions
### Next Steps
Expertise
# {Topic}
## {Date} {Time}
### Notes
{content}
### Resources
Inbox
# {Date} {Time}
{content}
Next Actions
# Next Actions
## Open
## Done
