architecture-satisfaction
Installation
SKILL.md
Architecture Satisfaction
Goal
Refactor toward a concrete architectural target while keeping the system working after each meaningful step.
Loop Prompt
Refactor until you are happy with the architecture. After each significant step, live-test the system, run an independent review, and commit. Track progress in /tmp/refactor-{projectname}.md.
Stop when the architecture is satisfactory and checks pass.
When To Use
Use this for a deliberate architectural refactor where the desired destination can be stated in concrete terms and the current system can be tested after each meaningful change.
This is not a general cleanup pass. Use housekeeper for low-risk code hygiene, repository-cleanup for Git branch/PR/worktree/stash cleanup, and nightly-docs-sweep for documentation drift.