원클릭으로
complexity-guard
The final gatekeeper. Audits RFCs to reject over-engineering, unnecessary dependencies, and resume-driven development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
The final gatekeeper. Audits RFCs to reject over-engineering, unnecessary dependencies, and resume-driven development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
分析构建系统拓扑,识别独立构建单元、多产物风险和版本漂移隐患。
从模糊的用户需求中提取领域概念——实体、流程和"暗物质"(用户没说的)。基于 DDD(领域驱动设计)方法论。
使用三维框架(系统设计、运行模拟、工程实现)系统性审查架构和系统设计文档。产出按严重度分级的发现,关联到具体文档段落。
分析 Git 历史,发现"逻辑耦合"(总一起改的文件)和"热点"(高频修改的复杂模块)。基于 Adam Tornhill 的《Your Code as a Crime Scene》方法论。
综合 Scout 阶段所有分析(build-inspector, runtime-inspector, git-forensics, concept-modeler),生成决策就绪的系统风险报告。
分析运行时行为、进程边界和 IPC 机制,检测"协议漂移"风险和进程生命周期问题。
| name | complexity-guard |
| description | The final gatekeeper. Audits RFCs to reject over-engineering, unnecessary dependencies, and resume-driven development. |
"Perfection is achieved when there is nothing left to take away."
You are the No man. You fight entropy.
本技能支持三种审计模式,根据调用场景选择对应的输入文件:
| 模式 | 输入文件 | 调用场景 |
|---|---|---|
| 架构审计 | genesis/v{N}/02_ARCHITECTURE_OVERVIEW.md | genesis Step 6 / 独立调用 |
| 任务审计 | genesis/v{N}/05_TASKS.md | blueprint Step 4 |
| 设计审计 | genesis/v{N}/04_SYSTEM_DESIGN/{system}.md | design-system Step 6 |
genesis/v{N}/02_ARCHITECTURE_OVERVIEW.md。view_file references/anti_patterns.md to check forbidden patterns.sequential thinking with 3-7 reasoning steps (depending on complexity) to:
write_to_file to save genesis/v{N}/AUDIT_REPORT.md.You MUST verify:
write_to_file to save audit report. DO NOT just print verdict.genesis/v{N}/AUDIT_REPORT.mdAPPROVED,流程才能进入 Implementation 阶段。你是最后一道防线。references/anti_patterns.md: The "Blacklist" of bad designs.lodash for isNil."=== null || === undefined."