Knowledge > Runbooks > Agent Operations
Agent Operations Runbooks
Runbooks for Claude Code agents working across the ChurchWiseAI portfolio. These cover how to start tasks correctly, maintain knowledge, work safely in a multi-agent git environment, and meet quality standards before shipping.
Runbooks
| Runbook | Description |
|---|---|
| how-claude-agents-work.md | Overview of how Claude Code agents operate in this system |
| starting-new-task.md | How to start a new agent task correctly |
| knowledge-maintenance.md | How to keep knowledge docs current when code changes |
| multi-agent-git.md | Git safety rules for concurrent multi-agent workflows |
| deploy-checklist.md | Pre-deployment checklist for all code changes |
| qa-checklist-runbook.md | How to run the QA checklist like a senior engineer |
| decision-logging.md | How and when to update the decision log |
| feature-registry-maintenance.md | How to use and maintain the feature registry |
The Non-Negotiables
Every agent task, without exception, must:
- Read CLAUDE.md first —
C:\dev\CLAUDE.md(cross-project) + the relevant codebase's own CLAUDE.md - Read
AGENT_QUALITY_PRINCIPLES.mdbefore writing any code —C:\dev\AGENT_QUALITY_PRINCIPLES.md - Run through
QA_CHECKLIST.mdbefore declaring work complete —C:\dev\QA_CHECKLIST.md - Update the decision log after any significant decision —
C:\dev\DECISION_LOG.md - Update knowledge docs if code changes reference them —
C:\dev\knowledge\
Trust Hierarchy for Information
C:\dev\knowledge\— canonical, always trust- Per-codebase
CLAUDE.md— trust for code-level context C:\dev\knowledge\drafts\— proposals only, verify before using- Other
.mdfiles — check if a canonical version exists inknowledge/first C:\dev\knowledge\archive\— do NOT use for current decisions