architecture-refactoring-strategy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited architecture-refactoring-strategy (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use when improving architecture needs staged code change rather than a one-shot rewrite.
Gather current architecture map, hot paths, structure metrics, runtime topology, ownership topology, target quality attribute, constraints, tests, production signals, failure history, ADRs, and architecture principles.
For architecture-significant structural changes, require a baseline before code edits: dirty-tree state, observed boundary evidence, pre-refactor probe or explicit reason it was skipped, representative change/runtime scenario, and the focused skills used from the router.
Use the smallest safe pattern:
For every refactor name:
Do not recommend a pattern without the measurable quality attribute it improves.
Prefer one validated slice at a time: user flow, bounded-context seam, data ownership edge, dependency cycle, package boundary, ownership boundary, cross-owned dependency edge, runtime dependency, deployment boundary.
Avoid platform rewrites that do not reduce a named risk in the next increment.
Return:
Keep behavior-preserving moves separate from behavior changes. Lock public interfaces before moving internals. Treat data ownership changes as release/operations work.
After implementation, report:
Use architecture_intelligence.refactor_report.v1 when the result should be saved or reviewed later.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.