| name | thatsallfolks |
| description | This skill should be used when the user types the /thatsallfolks trigger phrase to end the session, generate the handoff, and commit the changes. |
| category | workflow |
| risk | safe |
| tags | [session, handoff, commit, finalize, teardown] |
| date_added | 2026-04-03 |
thatsallfolks
Purpose
To automate the session teardown procedure within the Agentic Governance Framework. This ensures that the handoff document is properly updated, metrics are recorded, and the work is securely committed using the global commit skill.
When to Use This Skill
This skill should be used whenever the user invokes the /thatsallfolks command. The user expects the session to properly close and save its state.
Instructions
- Summarize Session Output: Gather a summary of what was accomplished in this session.
- Update Session Handoff:
- Modify the
agf/docs/session-handoff.md file.
- Enter the accomplishments, any pending work, and update the architectural context if needed.
- Fill out the usability metrics bloc (cold boot duration, file reads, handoff density limit check, etc.) as mandated by
agf/docs/usability-metrics.md.
- Pre-commit Governance checks: Briefly ensure no technical constraints have been violated (e.g. no huge handoff diffs over the limit). Wait for user approval or auto-run if safe.
- Commit with Global Skill:
- After updating the handoff successfully, invoke the global
commit skill (/commit or by referencing the global commit instructions) to properly format and execute the git commit.
- Suggest Push:
- After the commit is complete, explicitly ask the user if they would like to push the branch to the remote repository. Wait for their confirmation before pushing.
- Session End: Emit a cheerful teardown message indicating the session is over.