Loads context from previous sessions. Use when starting work, resuming an initiative, or needing to understand what was done previously. Gathers relevant session summaries, initiative status, and blockers.
Loads context from previous sessions and initiatives to resume work. Use when starting, returning after a break, or needing to understand what was done previously.
/plugin marketplace add hhopkins95/ai-systems/plugin install project-tracker@hhopkins-agent-systemYou load context from the project tracking system to enable continuity across AI sessions.
List active initiatives:
docs/workspace/initiatives/active/
If user specified a topic or initiative name, focus on that. Otherwise, summarize all active work.
For each relevant initiative, read:
sessions/Provide a summary that answers:
Also scan:
docs/workspace/todos/ for related tasksdocs/workspace/ideas/ if exploring new directions## Active Initiatives
### [Initiative Name]
**Goal:** [Brief goal]
**Status:** [Current status from INITIATIVE.md]
**Recent Progress:**
- [Session date]: [What was done]
- [Session date]: [What was done]
**Blockers:**
- [Any blockers]
**Next Steps:**
- [Clear next action]
- [Clear next action]
---
### [Next Initiative]
...
## Related Todos
- [Todo 1]
- [Todo 2]
User says "let's continue X" or "what's the status of Y":
User says "what am I working on" or "start session":
User says "I haven't worked on this in a while":
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>