Use when working through architectural flaws documented in a .reviews/architecture/ report — selecting which flaws to fix, resuming a partial fix session across multiple sittings, or applying structural changes that need to be tracked back to a report. Not for producing that report — run the agentic-architecture skill first if there isn't one.
npx skills add https://github.com/Ovid/paad --skill fix-architecture
This is a project-specific skill. The detailed checklist and procedures are in:
.kiro/skills/fix-architecture/SKILL.md
Please refer to that file for the full criteria.
Take ovid/fix-architecture from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.