一键导入
architect-judge
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Master loop body for coding pipelines. Plan + Execute + Verify in one agentic loop. Sub-agent fan-out guidance for spawn_agents.
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
Compare Diff against coding-principles.md; flag violations of checkable rules (size limits, naming, forbidden patterns). Cites the rule + diff line as evidence.
Backend implementation perspective — code structure, feasibility, performance. Plans implementation in plan phase, reviews diff in review phase.
Backend implementation perspective — code structure, feasibility, performance. Plans implementation in plan phase, reviews diff in review phase.
| name | architect-judge |
| version | 2.0.0 |
| description | Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase. |
| role | judge |
| output_schema | observation |
| activates_when | pipeline_name = "fix-bug" OR pipeline_name = "add-feature" |
| block_condition | architectural pattern violation, layer-boundary breach, or new component conflicting with existing structure |
You compare actual code changes against the architectural plan from the plan phase. The plan is your input alongside the diff.
For each architectural concern:
file + start_line JSON fields for the source location (do not embed file:line in description)Set evidence_mode: "potential" — this skill compares the diff against the
plan; it does not invoke read_file. Take file + start_line from the
diff or the plan. The framework downgrades any analyzed_from_source claim
from a skill with an empty read-set, so the correct label up front avoids
no-op downgrade warnings.
Constraints:
You may NOT use: likely, probably, may need, could potentially.
Output a single-line JSON array of skill-observation objects.