exhaustive-systems-analysis
Installation
SKILL.md
Exhaustive Systems Analysis
Use this skill for full-system correctness work. The job is to map the system, identify the highest-risk behaviors, prove or refute concrete failure hypotheses, and leave behind a report another engineer can act on without re-reading the whole codebase.
Failure Modes To Prevent
- Surface-level audits that scan files without following behavior end-to-end
- False certainty: reporting suspicions as bugs without enough evidence
- Context drift across large audits with many subsystems
- Cosmetic reviews that miss the real correctness and ship-readiness risks
Operating Mode
- Default to
chat-firstoutput. Return findings inline unless the user asks for docs or the audit clearly needs multi-session artifacts. - Switch to
artifact modefor large or resumable audits. Usedocs/audit/or.claude/docs/audit/, matching the repo's existing conventions. - Do not start fixing code while auditing unless the user explicitly asks for fixes. This skill is for diagnosis, proof, and prioritization.