.cursor/skills/architecture-review/SKILL.md
Review structure, boundaries, and migration risk before or after major changes.
npx skillsauth add SavigeSystemZ/Orignym architecture-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AGENTS.md_system/PROJECT_RULES.md_system/EXECUTION_PROTOCOL.md_system/review-playbooks/ARCHITECTURE_REVIEW_PLAYBOOK.mdIdentify every module boundary the change touches. For each boundary:
Flag: direct imports across _system/ and runtime, shared mutable state between modules, models that leak persistence details into UI layers.
For every interface that changed:
Flag: renamed exports without updating all consumers, changed return types, removed fields from API responses, new required parameters.
Classify changes by risk level:
For medium and high: require an explicit rollback plan or reversibility note.
Check for:
For each finding, report:
Output critical boundary violations and migration risks first, then moderate structural concerns, then optional improvements.
testing
Run verification before push, checkpoint, or claiming completion.
testing
Evaluate whether work is truly ready for checkpoint, milestone completion, or release claims.
documentation
Generate milestone prompt packs grounded in the repo's canonical docs.
testing
Audit changes for performance budget compliance and optimization opportunities