Set up systems so juniors can execute without breaking your strategy
This module establishes the guardrails that allow teams to operate agents safely:
This scales your judgment without hiring senior people.
Create: `workflows/team_guardrails_standard.md`
Objective: Enable execution without breaking strategy.
Build templates for each team level in `/workflows`:
Templates should be copy-paste ready with clear decision points.
Create: `workflows/team_onboarding_sop.md`
Junior must complete 3 supervised agent runs before solo approval.
Use file-based permissions:
Example: IF budget_change > junior_limit THEN escalate
Purpose: Track when and why guardrails were bypassed.
Cause: Guardrails too strict
Fix: Raise permission thresholds for routine tasks
Cause: No enforcement mechanism
Fix: Add approval requirement to workflows
Cause: Edge cases not documented
Fix: Build decision tree for common scenarios
This is how teams grow without chaos.