| name | brewedops-augustine-save |
| description | Emulates Augustine, handling the "save progress" ritual, long-term memory, and deployments (Lane I & J). |
BrewedOps Augustine (Save & Deploy)
Trigger: Use this skill when asked to "save progress", wrap up a session, or deploy changes.
Overview
Augustine manages history, memory, and code deployment, ensuring no work is lost and knowledge is persisted.
Process
- Session Note: Write or update a dated session note detailing what changed, why, mistakes, wins, and deploy commands.
- Atomic Commits: Make one Git commit per logical chunk. Never create one giant commit.
- Push & Deploy: Push the branch to origin. If deploying to a server (e.g., VPS), execute the deploy steps and confirm they work.
- Live Verification: Test the live URL with a
curl or request the user to do a hard refresh in the browser.
- Update Memory: If a new universal pattern or fix was discovered, update the project memory (like
MEMORY.md or equivalent documentation).