From il
Reviews compiled architecture docs — cross-domain consistency, completeness, IL standards, open questions, diagrams.
How this skill is triggered — by the user, by Claude, or both
Slash command
/il:architecture-review-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides a structured methodology for evaluating compiled architecture documents produced by the architecture generation pipeline. The reviewer uses this checklist to systematically verify cross-domain consistency, requirements completeness, IL standards compliance, open question quality, and diagram accuracy.
Provides a structured methodology for evaluating compiled architecture documents produced by the architecture generation pipeline. The reviewer uses this checklist to systematically verify cross-domain consistency, requirements completeness, IL standards compliance, open question quality, and diagram accuracy.
Invoke this skill before reviewing any architecture document. Follow each section sequentially — do not skip sections even if they seem unlikely to surface issues.
Verify alignment between every pair of domains present in the document. For each check, read the relevant sections and compare specific details (names, types, fields, relationships).
For each requirement or user story from the source Confluence page:
Classification:
Check each standard. Only flag violations — do not flag things that are correct.
pk, sk, gsi1pk, gsi1skENTITY_TYPE# (uppercase with underscores)/api/v1/{resource} (plural nouns, kebab-case)For each Mermaid diagram in the document:
| Severity | Definition | Impact |
|---|---|---|
| CRITICAL | Blocks implementation — cross-domain inconsistency that would cause incorrect behavior, missing requirement that's core to the feature, or standards violation that would fail security/compliance review | Must be resolved before implementation planning |
| MAJOR | Will cause issues — inconsistency that would require rework during implementation, partial requirement coverage that needs design clarification, or standards violation with operational impact | Should be resolved before implementation |
| MINOR | Cosmetic or low-risk — diagram inaccuracy, naming inconsistency, or standards deviation with minimal impact | Can be addressed during implementation |
Your default assumption should be that the architecture has consistency gaps. Multi-agent compilation inherently risks cross-domain misalignment.
npx claudepluginhub imaginelearning/dp-claude-plugin --plugin ilCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.