1-1-capture
01Command Claude Code
Capture a 1:1 meeting transcript or live notes into a structured 1-1 note with takeaways, action items, and quotes.
Command Claude Code
Capture a 1:1 meeting transcript or live notes into a structured 1-1 note with takeaways, action items, and quotes.
Command Claude Code
Prep for an upcoming 1:1 — load person context, open items from last 1:1, suggest agenda based on their work and recent signals.
Command Claude Code
Structured ideation session — walk a topic through problem framing, variants, and smallest-next-step. Writes to Ideas/active/.
Command Claude Code
Freeform capture — dump anything and Claude routes it to the right notes with templates, frontmatter, and wikilinks.
Command Claude Code
Walk the idea inbox line by line — for each untriaged idea, decide active, parked, killed, or promote to a project.
Command Claude Code
Quick-capture an idea as a one-liner in Ideas/inbox.md. No friction — just write it down.
Command Claude Code
Karpathy-style source ingest — read a raw document, discuss takeaways, extract concept pages, update knowledge index and log.
Command Claude Code
Capture a team or external meeting transcript/notes into a structured meeting note with attendees, decisions, and action items extracted.
Command Claude Code
Process Meetings/inbox/ — classify each raw file (1:1, team, external), extract structure, route to the right folder with templates and wikilinks.
Command Claude Code
Subject-forward meeting brief — load context, open items, and considerations you may not have thought of.
Command Claude Code
Archive a completed (or killed) project — move to Projects/archive/YYYY/, update status, record in Brain/Key Decisions if significant.
Command Claude Code
Scaffold a new project folder with index.md, decisions/, notes/, raw/, wiki/, log.md. Link from Home and North Star.
Command Claude Code
Single-project deep check-in — load hub, recent notes, open decisions, action items; present state and prompt for an update.
Command Claude Code
Morning kickoff — load North Star, active projects, inbox counts, recent changes; present priorities for today.
Command Claude Code
Full vault health check — broken links, orphan notes, missing frontmatter, stale projects, untriaged inboxes, and index drift.
Command Claude Code
Weekly synthesis — cross-project review of last 7 days, idea pipeline health, North Star drift, uncaptured wins, forward priorities.
Command Claude Code
Karpathy-style wiki audit — find contradictions, orphan concept pages, mentioned-but-missing concepts, and citation gaps.
Command Claude Code
End-of-session review — archive completed work, update indexes, verify orphans, promote learnings to Brain/, suggest North Star updates.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From pdfarhad/pdvault.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing classify-message.py via python3. From pdfarhad/pdvault.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing validate-write.py via python3. From pdfarhad/pdvault.
Hook Claude Code
Runs when the agent finishes a response, executing stop-reminder.sh via bash. From pdfarhad/pdvault.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, UserPromptSubmit, PostToolUse, Stop).
Instructions file
Claude Code instructions for pdfarhad/pdvault, covering claude.md — builder vault, vault root layout, vault structure (under builder/), core principles and frontmatter by note type.