From research-vault
Daily journaling rules for the research vault — one note per calendar day under `daily_notes/YYYY-MM-DD.md`, with stable headings (Summary, Work log, Tasks touched, Decisions & notes, Follow-ups). Use whenever attempting or completing a task in the vault, and always as part of the "update the vault" convention. Append surgically; never rewrite or reorder.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-vault:vault-journalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A living journal of each day's work. The point is continuity: any future
A living journal of each day's work. The point is continuity: any future session can read recent daily notes and reconstruct what happened, what was decided, and what's still open.
daily_notes/ in the vault root.YYYY-MM-DD.md, one per calendar day. Today's date comes
from the session context — resolve any relative reference ("yesterday",
"Monday") to absolute first._templates/daily-note.md. If today's note doesn't exist
when an update is needed, create it from the template first.Keep these exact heading names so both Claude and the user can parse:
## Summary — one or two lines; the headline of the day.## Work log — append-only chronological bullets. Format:
- HH:MM — <project/area>: <attempted|done> — <concise description>
Time is optional if unknown — never fabricate a precise time. 24-hour local.## Tasks touched — vault tasks created / advanced / completed, with the
project file named (e.g. <project>.md).## Decisions & notes — choices made, assumptions, things learned.## Follow-ups — open threads carried into tomorrow.## Work log
bullet. This is the most common trigger.<project>.md) so each
entry links back to the task spine.| Belongs in daily note | Belongs in project file |
|---|---|
| "Attempted X at 14:30; ran into Y" | The open task "do X" |
| "Decided to use approach A over B" | The decision documented in ## Notes |
| "Talked to re: framing" | The follow-up task or status update |
| "Tomorrow: pick up where draft v2 left off" | Tomorrow's actual task |
Daily notes are the work log. Project files are the spine. The journal references the spine; the spine doesn't duplicate the journal.
npx claudepluginhub gillyspace27/research-vault-plugin --plugin research-vaultCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.