A checklist is circulating in #ContextEngineering and #LLMOps. Your team probably covers two of these manually. Conduct enforces the full stack — across every developer and every AI tool — automatically from day one.
Each layer intercepts a category of waste. Most teams get one or two by accident. The rest run unchecked.
Each guardrail maps to a specific Conduct component. No overlap, no gaps.
| Guardrail | Conduct component | Enforcement | Works with |
|---|---|---|---|
| Prompt caching | Conduct runtime — system prompts cached on every agent run | Automatic | All Agent Templates |
| Model routing | Agent engine selects model tier at runtime by task complexity | Automatic | All Agent Templates |
| Mega-prompt split | YAML playbooks enforce composable skills — each step scoped | Automatic | All Agent Templates |
| Deterministic offload | Guard warn-deterministic-compute policy — fires before model call |
WARN / BLOCK | Claude Code · Cursor · Windsurf |
| Output compression | RTK — strips noise from git, test, build, and file output | Hook-level | Claude Code · any CLI |
| Structured retrieval | Agent Booster — AST parse + vector retrieval, relevant symbols only | MCP tool | Claude Code · Cursor · any MCP host |
| Metrics & budgets | Guard spend dashboard — per-dev tracking, hard cap, booster gain --team |
Hard cap | All tools via Guard |
Each component is independent. Install what you have time for today. Add the rest when ready. Guard shows which guardrails are active in real time.
Sets up spend limits, policy enforcement (deterministic offload, secrets, destructive ops), per-developer tracking, and the audit trail. Developers run conduct login — done.
Covers guardrails 4 and 7 · 5 mins to set up
Wraps common dev commands and compresses verbose output before it re-enters AI context. Drop-in: prefix any command with rtk. Or install the Claude Code hook for automatic coverage.
Covers guardrail 5 · 2 mins to install
MCP server that indexes your codebase with AST parsing and vector search. AI tools call search_context and smart_read instead of reading full files — up to 15× cost reduction per request.
Covers guardrail 6 · 5 mins to install
18 pre-built YAML playbooks with prompt caching and model routing built in. Each step gets the right model and the right context — not a monolith prompt fired at Opus every time.
Covers guardrails 1, 2, 3 · 1-click install
The Guard settings page shows which of the 7 guardrails are currently active for your workspace — auto-detected from tool installations and policies, updating in real time. No manual tracking needed.
"Guard paid for itself in week one. I could finally see exactly which developers and which tools were burning our Claude budget. We cut spend by 40% without slowing anyone down — and that was before we installed RTK."
Set up Guard in 5 minutes. Install RTK and Agent Booster while your team does stand-up. Run conduct login and every developer is covered.