What problem does it solve?
HALT architecture reviews are hard to do consistently because they require cross-checking routing, template/component structure, build outputs, and security assumptions across multiple layers. This Skill helps you catch critical mismatches (like HTMX calling missing routes or Templ↔Lit attribute/API inconsistencies) before they reach production.
Core Features & Use Cases
- HALT-focused project structure analysis: Locates Go backend layers, Templ component layers (atoms/molecules/organisms/pages/layout), Lit components, routing/handlers, and build config, then plans targeted checks.
- Sequential HALT compliance review with severity: Runs dedicated checks for routing consistency, Templ↔HTMX connections, cross-layer consistency, HATEOAS rules, Atomic Design structure, Lit Web Components expectations, Go layered architecture, security, and build configuration.
- Actionable report output: Generates a HALT review report using a shared template and outputs it to GitHub Issue (recommended), a local Markdown file, or directly to the console, including file paths and line numbers.
Quick Start
Run this skill in the target project directory to review the entire HALT codebase and produce a HALT architecture report.