Agent Workflow Enforcer
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a disclosed workflow-control helper that persistently changes how an agent follows checklists, with some setup and missing-helper-file caveats but no evidence of credential theft, exfiltration, or destructive behavior.
Install this only where you want stricter agent behavior. It is best used in a project-specific AGENTS.md or Claude Project rather than global custom instructions, and you should review any persistent style-context or learning files before reusing them.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may refuse to proceed until checklists or style-context steps are completed.
The skill deliberately changes the agent’s stopping conditions and required response format. This matches the stated workflow-enforcement purpose, but it can block or reshape ordinary task execution.
规则:Gate 输出后,Agent 必须逐项确认才能继续。 ... 没有格式块 = 不能开始任务。
Use this skill only in projects where strict workflow enforcement is desired, and avoid copying its rules into global instructions unless you want them applied broadly.
Saved style rules or learned corrections may influence later tasks and could preserve snippets of prior user edits.
The skill documents persistent learning from user edits. It requires confirmation and is purpose-aligned, but persistent rules can affect future outputs if incorrect or too broad.
确认后写入 `learnings.jsonl`,下次自动应用。
Keep learning files project-specific, review learned rules before saving them, and remove outdated or sensitive entries.
Some documented features may not work as described, and users should not assume absent helper code has been reviewed.
The documentation references helper scripts that are not present in the provided file manifest, which contains only `scripts/gate.py` as a code file.
python3 {baseDir}/scripts/create_style_context.py ... python3 {baseDir}/scripts/detect_learning.pyBefore using missing helper scripts from any other source, inspect them separately and verify they come from the intended package.
Using the skill involves executing local Python code, though the included script does not perform network, credential, or file-mutation actions.
The skill instructs running a local Python helper. In the included `scripts/gate.py`, this is limited to printing checklists and exiting, so it is expected for the stated purpose.
任务开始前,强制运行检查脚本:
```bash
python3 {baseDir}/scripts/gate.py <task_type> [options]
```Run the included gate script from the installed skill directory and review any additional scripts before executing them.
