Internal Tooling
Use this for internal automation, scripts, schedulers, and data tools.
Install
Section titled “Install”curl -fsSL https://raw.githubusercontent.com/rogerchappel/agentic-team-playbook/main/examples/internal-tooling-AGENTS.md -o AGENTS.mdKey Rules
Section titled “Key Rules”- include dry-run mode where feasible
- log every run
- validate before write
- make writes idempotent
- stop before production data, secrets, destructive commands, or scheduled jobs
Source
Section titled “Source”The example lives in examples/internal-tooling-AGENTS.md.