incu-way-arch-assessment
Installation
SKILL.md
Architectural Assessment Process
A gate-driven workflow for evaluating an architecture — a whole system, a module, or the
changes on the current branch — against explicit quality attributes and design principles,
and turning that into a traceable, prioritized assessment that a team can act on. The
output lives in docs/assessments/arch/{slug}/ASSESSMENT.md.
Two invocation modes:
- Standalone (audit a system or a design): own branch
assess/arch-{slug}→ PR todevelop. - Embedded in another flow: write into the caller's current branch/worktree; the
assessment ships with that flow's PR. No separate branch or PR. Examples:
incu-way-developmentevaluating a planned design at Gate 2,incu-way-docsflagging structural risk while documenting,incu-way-initsizing up a brownfield repo.
This is an assessment flow. Like incu-way-docs, it does not maintain a
.ways/state.json (that model is for feature / bug / security work). It
assesses and recommends — it does not implement fixes. Acting on a recommendation is a
separate incu-way-development or incu-way-bugs work item.