← 返回
安全合规 中文

Battle-Tested Agent

19 production-hardened patterns for AI agents — memory, verification, ambiguity handling, compaction survival, delegation, proof-based handoffs, stale-worker...
19个生产级强化模式,面向AI智能体——记忆、验证、歧义处理、压缩容错、委托、基于证明的交接、失效工作线程...
zurbrick
安全合规 clawhub v1.5.0 3 版本 100000 Key: 无需
★ 0
Stars
📥 890
下载
💾 18
安装
3
版本
#battle-tested#compaction#delegation#heartbeat#latest#memory#multi-agent#production#reliability#security#self-improvement

概述

Battle-Tested Agent

19 production-hardened patterns for AI agents. Every one earned from failure.

Use this skill when you are:

  • hardening an agent that will run repeatedly or autonomously
  • tightening memory, verification, or anti-hallucination behavior
  • reducing compaction failures, weak handoffs, or orchestration drift
  • reviewing an agent workspace for missing production patterns
  • debugging why an agent keeps losing context, guessing, or dropping work

Do not use this skill for:

  • persona writing or onboarding polish
  • one-off prompt tweaks with no reusable pattern behind them
  • adding new tools, servers, or runtime capabilities
  • turning a simple workspace into process theater

Default workflow

  1. Audit first

Run bash scripts/audit.sh to see which patterns are present.

The script checks for all 16 patterns and tells you what to fix first.

  1. Start with the smallest tier that fits

Implement starter patterns first, then intermediate, then advanced.

Do not cargo-cult every pattern into every agent.

  1. Patch the actual failure mode

Change the mechanism, not just the wording. "ALWAYS check X" is not a fix —

a verification gate is a fix.

  1. Keep patterns lightweight

Add only the pieces that materially reduce failures or operator burden.

Pattern tiers

  • Starter (5): baseline reliability for almost every agent
  • Intermediate (5): daily-driver patterns for briefs, heartbeats, and recurring work
  • Advanced (6): multi-agent orchestration, handoffs, and self-improvement discipline

Pattern clusters

Some patterns reinforce each other naturally. Adopt them together when the failure

mode calls for it:

  • Trust chain: WAL Protocol + Anti-Hallucination + Agent Verification — ensures

data is captured, sourced, and measured before reporting

  • Handoff loop: Delegation Rules + Completion Contract + Acceptance Gate + Task State Tracking — prevents

work from disappearing between agents or being certified without proof

  • Survival kit: Working Buffer + Compaction Injection Hardening + Silent Worker Recovery — keeps context

alive across long sessions and prevents silent delegated drift

  • Quality gate: QA Gates + Verify Implementation + Decision Logs — ensures output

quality and traceable reasoning

  • Delegation hardening: Brief Quality Gate + Scoped Verifier Gate — keeps delegation tight without turning the whole system into bureaucracy

When patterns conflict

If two patterns seem to give contradictory advice:

  • Safety patterns win over speed patterns. Ambiguity Gate overrides Simple Path First

when the request is ambiguous. Verify before acting, even if the simple path is obvious.

  • Evidence patterns win over action patterns. Anti-Hallucination overrides "just try it"

when reporting data. Never guess a number to move faster.

Assets — how to use them

The assets/ folder contains starter files you copy into your workspace and customize.

They are templates, not drop-in replacements.

# Merge delegation and decision log rules into your existing AGENTS.md
cp assets/AGENTS-additions.md ~/workspace/ # Review, then merge

# Add QA gates
cp assets/QA-gates.md ~/workspace/QA.md

# Set up self-improvement tracking
mkdir -p ~/workspace/.learnings
cp assets/learnings-template.md ~/workspace/.learnings/LEARNINGS.md
cp assets/errors-template.md ~/workspace/.learnings/ERRORS.md
cp assets/features-template.md ~/workspace/.learnings/FEATURE_REQUESTS.md

Read references/audit-usage.md for the full rollout order and bootstrap workflow.

References

  • references/starter-patterns.md — WAL, anti-hallucination, ambiguity, simple-path-first, unblock-before-shelve
  • references/intermediate-patterns.md — verification, working buffer, QA gates, decision logs, verify implementation
  • references/advanced-patterns.md — delegation, brief quality, proof-based handoffs, acceptance gates, orchestration, stale-worker recovery, compaction hardening, recurrence tracking
  • references/audit-usage.md — audit script usage, install/copy snippets, and expected outcomes

Included scripts

  • scripts/audit.sh — workspace audit for all 19 patterns (supports AGENTS.md, CLAUDE.md, SOUL.md, and system.md)

Rules of thumb

  • Audit before expanding
  • Prefer progressive disclosure over giant core files
  • Silence is better than hallucination
  • Ambiguity is a stop sign, not permission
  • The orchestrator should preserve oversight, not sink into implementation
  • Mechanism changes beat wording changes
  • After acting, verify the new state before declaring success
  • Partial progress is not success; recovery steps matter as much as first-attempt steps

Outcome

A leaner, more resilient agent that survives compaction, hands work off cleanly,

reports only what is verified, and improves without spiraling into bureaucracy.

版本历史

共 3 个版本

  • v1.5.0 当前
    2026-05-03 03:27 安全 安全
  • v1.3.0
    2026-03-29 08:18 安全 安全
  • v1.2.0
    2026-03-26 21:32

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,687
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,577
ai-intelligence

Cognition

zurbrick
实用的OpenClaw代理记忆架构,帮助代理记住承诺、检索上下文、避免重复错误、编译可复用流程,...
★ 2 📥 683