[vibe](../README.md) > [Runbooks](README.md) > **_template** # > **Status:** ⬜ Not started > **Audience:** LLM agents (English). For the human-operator equivalent see the French [doc/runbooks](../../doc/runbooks/README.md). > **Last Updated:** 2026-06-23 ## TL;DR > [!TIP] > ## Scope ` or environment in play.> ## Preconditions - [ ] Working in a worktree under `.claude/worktrees//` (never the trunk). - [ ] Access to confirmed. - [ ] . ## Procedure 1. **[AGENT]** ```bash # read-only example kubectl --context get pods -n ``` 2. **[AGENT]** ```bash # safe generation / sandbox example tofu -chdir= plan ``` 3. **[HUMAN]** ```bash # prod-mutating example — only after approval tofu -chdir= apply ``` 4. **[HUMAN]** ## Verification ```bash # verification example kubectl --context get application -n argocd -o jsonpath='{.status.sync.status}' # expected: Synced ``` ## Rollback ## References - - -