Recover context after compression or a new session. Reads MEMORY.md, recent plans, session logs, and git state to reconstruct working context.
Recover context after compression or a new session. Reads MEMORY.md, recent plans, session logs, and git state to reconstruct working context.
Save a durable, project-specific lesson to MEMORY.md in a structured [LEARN] format.
Trace an ambiguous result or failure back to its most likely cause using competing hypotheses and evidence. Produces a diagnostic report rather than a code change by default.
Save a durable, project-specific lesson to MEMORY.md in a structured [LEARN] format.
Trace an ambiguous result or failure back to its most likely cause using competing hypotheses and evidence. Produces a diagnostic report rather than a code change by default.
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
Compare script outputs between two git branches. Uses worktrees to run scripts on both branches and checksums to detect differences.