What problem does it solve?
Drives architectural refactors of kernel-pipeline-backend through paired ADRs and per-step sub-agent dispatch with hard gates between discussion, ADR, plan, and implementation. Use when the user types /arch-refactor, OR when the user proposes a major architectural change that should be documented by an ADR (signals: splitting a class along conceptual lines, introducing a Protocol or pluggable boundary, extracting an abstraction, language like refactor, extract, abstract, modularize, swap out, or mentioning an existing ADR that needs revision in step with code changes).
Core Features & Use Cases
- Enforces phased workflow with explicit exit gates between Discussion, ADR, Plan, and Implementation.
- Coordinates ADR drafting, planning, and staged implementation via sub-agents.
- Supports paired ADRs when needed and ensures traceability across discussion, ADR, plan, and implementation.
Quick Start
Invoke this skill to begin a phased architectural split and draft the ADRs for kernel-pipeline-backend.