new
Installation
SKILL.md
/new - Quick Capture
Create items from natural language: /new <input>
Input is in $ARGUMENTS.
Do NOT commit manually unless explicitly asked. A PostToolUse hook auto-commits after Write operations.
Steps
- Decompose - Extract ALL entities from input (may be multiple)
- Classify each entity: task | project | person | idea
- Extract structured data (due dates, tags, names)
- Link entities via frontmatter fields
- Write files for each entity (hook handles git commit)
- Respond with summary of what was created