Skip to content

Internal Tooling

Use this for internal automation, scripts, schedulers, and data tools.

Terminal window
curl -fsSL https://raw.githubusercontent.com/rogerchappel/agentic-team-playbook/main/examples/internal-tooling-AGENTS.md -o AGENTS.md
  • 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

The example lives in examples/internal-tooling-AGENTS.md.