analyzing-architecture
Installation
SKILL.md
Analyzing Architecture
Purpose
Produce only artifacts that reduce a named failure mode. Anything that doesn't is excluded — it wastes agent context.
There are two artifact purposes:
- Implementation fidelity: behavior/contract fidelity to translate one unit correctly, plus seam contracts to integrate against the un-migrated remainder.
- Design evidence: evidence to decide unit count and splits — never pre-baked decisions.
Required References
Each reference contains the YAML schema, extraction rules, and self-check for its artifact. Read all before starting the workflow.