verify-a3
Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Assess the Agent Readiness level of the current project across all 11 criteria (C1.1–C8.2) and produce a structured report with the achieved level, per-criterion scores, gaps, and recommendations.
Verify readiness criterion C1.1 (Codebase Accessibility) in the current project. Reports fulfillment level 0–2.
Verify readiness criterion C2.1 (Setup Automation) in the current project. Reports fulfillment level 0–3.
Verify readiness criterion C3.1 (Architecture Depth) in the current project. Reports fulfillment level 0–3.
Verify readiness criterion C5.1 (Runnability) in the current project. Reports fulfillment level 0–2.
Verify readiness criterion C5.2 (Unit Test Coverage) in the current project. Reports fulfillment level 0–3.
| name | verify-a3 |
| description | Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3. |
| allowed-tools | Bash Read |
| Level | Description |
|---|---|
| 0 | Agents produce output and hand it directly to the human; no self-verification |
| 1 | Agents run basic checks (compilation, syntax) but do not iterate on failures before presenting results |
| 2 | Agents run the full test suite and linter, iterate on failures, and present only passing results to the human |
| 3 | Agents have access to CI pipeline results, production monitoring, and MCP-connected tool outputs; verification is fully automated and includes post-deployment checks |
CLAUDE.md or AGENTS.md and look for sections that instruct agents to run tests, linters, or other quality checks before presenting results..claude/skills/ directory — read skill files and assess whether they include verification steps (build, test, lint) before reporting results..claude/settings.json, .mcp.json) for any CI pipeline or production monitoring servers that give agents programmatic access..claude/settings.json for hooks that automatically run quality checks.Gather the evidence described above and determine the fulfillment level for A3.
This criterion measures the degree to which agents close their own feedback loops before handing work to a human. Look for evidence that the workflow (skills, CLAUDE.md, AGENTS.md) instructs or enables agents to verify their own output.
Scoring guide:
npm test before completing" qualifies.Report in exactly this format:
A3 — Feedback Loop Closure