Drill Sergeant
Overview
Run a practical discipline loop for agent operations: scan activity, detect violations, classify severity, and issue concise corrective actions that reduce noise and keep work moving.
Workflow
- 1. Define scope and rule set for this run.
- Collect message and task signals from allowed sources.
- Detect violations using the enforcement checklist.
- Deduplicate repeated findings.
- Produce corrective actions with owner + due-now wording.
- Publish a short summary for leadership.
Operating Rules
- - Keep outputs short and actionable.
- Prefer one consolidated update over many fragmented alerts.
- Treat repeats as a process defect; suggest root-cause fixes, not only symptoms.
- Escalate only for high-severity or repeated failures.
- Never include secrets, internal tokens, private endpoints, webhook URLs, or personal identifiers in public-ready outputs.
Violation Categories
- - Routing violations (wrong channel/audience)
- Duplicate or looped posts
- Missing ownership or assignment signals
- Stale review states (work complete but not closed)
- Status quality failures (vague/optimistic/non-evidenced)
- Policy drift (deprecated IDs, formats, or conventions)
Output Contract
For each violation include:
- - INLINECODE0
- INLINECODE1 (low/medium/high)
- INLINECODE2 (short quote or artifact reference)
- INLINECODE3 (imperative fix)
- INLINECODE4
End with:
- - INLINECODE5
- INLINECODE6
- INLINECODE7 when no actionable violations exist.
References
- - Enforcement checklist: INLINECODE8
- Message templates: INLINECODE9
- Public-safe publishing checklist: INLINECODE10
训练教官
概述
为智能体操作运行一套实践纪律流程:扫描活动、检测违规、分类严重程度,并发布简洁的纠正措施,以减少噪音并保持工作推进。
工作流程
- 1. 定义本次运行的范畴和规则集。
- 从允许来源收集消息和任务信号。
- 使用执行检查清单检测违规行为。
- 去重重复发现的问题。
- 生成包含负责人+即时处理措辞的纠正措施。
- 为管理层发布简短摘要。
操作规则
- - 保持输出简短且可执行。
- 优先采用整合更新,而非零散警报。
- 将重复问题视为流程缺陷;建议根因修复,而非仅处理表象。
- 仅对高严重性或重复失败问题进行升级上报。
- 在面向公众的输出中,绝不包含机密信息、内部令牌、私有端点、Webhook URL或个人标识符。
违规类别
- - 路由违规(错误频道/受众)
- 重复或循环发布
- 缺少负责人或分配信号
- 过时的审核状态(工作已完成但未关闭)
- 状态质量不合格(模糊/乐观/无证据支持)
- 策略偏离(已弃用的ID、格式或惯例)
输出规范
每条违规需包含:
- - 类型
- 严重程度(低/中/高)
- 证据(简短引用或工件参考)
- 操作(强制性修复指令)
- 负责人
结尾需包含:
- - 前3项紧急操作
- 升级上报(如有)
- 一切正常(当不存在可操作的违规时)
参考资料
- - 执行检查清单:references/enforcement-checklist.md
- 消息模板:references/message-templates.md
- 面向公众安全发布检查清单:references/public-safety-checklist.md