Skip to main content

Overview

Instructions tell TierZero how to reason about your systems, ownership model, and operating conventions. TierZero supports two instruction scopes:
  • TierZero.md: Global guidance that applies across the organization
  • Team instructions: Team-specific guidance that applies when TierZero is working in that team’s context
Together, these give TierZero the baseline context it should always follow plus the local nuances that matter for a specific team.

TierZero.md

TierZero.md is the main instruction file TierZero follows when handling requests across your organization.

What to Include

A well-structured TierZero.md should include sections like: Company High-level description of what your company does and the products you offer. This helps TierZero understand the business context of issues. Customer Blast Radius How to correlate logs, traces, metrics, and other observability data with:
  • The set of customers affected by an issue
  • The subset of environments affected, such as sharded infrastructure by region or cell
Environment How to identify the production environment in logs, tags, traces, and infrastructure naming. Include a brief description of your deployment setup. Infrastructure as Code Whether infrastructure is deployed as code, where it is defined, and whether there are important production resources not defined in code. Code Release and Deployment How services are released, how infrastructure changes roll out, and whether non-deployment feature releases such as feature flags are used.

Sample TierZero.md

Team Instructions

Team instructions let you tailor TierZero’s behavior for individual teams. Use them when different teams have:
  • Different services and ownership boundaries
  • Different escalation paths
  • Different runbook conventions
  • Different tool preferences

How to Set Up Team Instructions

  1. Open Instructions from the left navigation
  2. In the sidebar, click <your_team_name>.md
  3. Edit the markdown for that team
  4. Click Save
The instructions take effect immediately for all agents associated with that team.

What to Include

Service Ownership
Escalation Procedures
Team-Specific Debugging
Dashboard and Runbook References

TierZero.md vs Team Instructions

Best Practices

1. Keep It Complementary
  • Avoid duplicating the same material in both places
  • Put global conventions in TierZero.md and local nuance in team instructions
2. Include Real Examples
  • Mention specific service names, dashboard URLs, Slack channels, and identifiers
  • Real references help TierZero navigate your systems accurately
3. Update After Incidents
  • After a significant incident, add new debugging learnings and escalation notes
  • This builds institutional knowledge over time
4. Keep It Focused
  • Include the most important instructions and identifiers
  • Reference long runbooks or dashboards instead of copying them wholesale