Skip to content

Production SaaS

Use this for production SaaS, client, and company repos.

Terminal window
curl -fsSL https://raw.githubusercontent.com/rogerchappel/agentic-team-playbook/main/examples/production-saas-AGENTS.md -o AGENTS.md
  • production safety beats speed
  • branch from latest main
  • use atomic commits
  • open a PR
  • do not merge without explicit human approval
  • stop before auth, security, billing, data, migrations, or secrets

The example lives in examples/production-saas-AGENTS.md.