Skill: notes
When to Use This Skill
- /logday - End of session: log what you did
- /recap - Start of session: summarize current state
- /decision - Log a key decision with reasoning
- /idea - Capture a random thought or suggestion
Process
- Check if NOTES.md exists in project root
- If not, create it from TEMPLATE.md
- Execute the requested command
Commands
/logday
Ask the user what they did today in their own rough words.
Take their raw input and:
- Add a dated entry under "## Log" in NOTES.md
- Move any resolved items out of "## Open Questions"
- Add new open questions if implied
- Update "## Current Focus" if it changed
Keep entries concise - 3-5 lines max.
/recap
Read NOTES.md and summarize:
- What was last worked on
- What is unresolved
- A suggested next step
Keep it to a short paragraph.
/decision
Ask the user:
- What was decided?
- What alternatives were considered?
- Why this choice?
Add entry under "## Decisions" with date.
/idea
Ask the user for their thought or idea.
Add entry under "## Ideas" with date.
Keep it brief - just the idea, not an essay.