capture
Installation
SKILL.md
MANDATORY PREPARATION
Invoke /agent-workflow — it contains workflow principles, anti-patterns, and the Context Gathering Protocol. Follow the protocol before proceeding — if no workflow context exists yet, you MUST run /teach-maestro first.
Capture the current session's work into a persistent summary. This creates a record that survives session boundaries — future commands can reference what happened here.
What to Capture
Read the conversation history and identify:
- Commands run — which Maestro commands were invoked and in what order
- Decisions made — architectural choices, trade-offs accepted, patterns adopted
- Files changed — what was created, modified, or deleted
- Issues found — bugs, gaps, or risks identified
- Next steps — what should happen next (be specific)