What problem does it solve?
Automates dependable session teardown so your session state is correctly captured, the handoff document is updated, and changes are safely committed.
Core Features & Use Cases
- Session teardown + handoff updates: Summarizes session accomplishments and updates
agf/docs/session-handoff.md, including the mandated usability metrics from agf/docs/usability-metrics.md.
- Governance guardrails before commit: Triggers brief pre-commit governance checks to reduce the chance of constraint violations or oversized handoff diffs.
- Global commit + controlled end-of-session: Invokes the global
/commit skill to format and execute the git commit, then asks whether to push the branch before ending.
Example use case: When you finish a work session driven by the Agentic Governance Framework, you run /thatsallfolks to finalize the handoff, record usability metrics, commit governance-compliant changes, and then optionally push.
Quick Start
Tell the agent to run the /thatsallfolks command to finalize the session, update the handoff, and commit the changes.