fused-landinglisted
Install: claude install-skill sayeediftekhar/Keel
# Fused Landing
Structured build + strict conformance. Two halves, one skill: the **workflow**
says in what order; the **token discipline** says with what materials.
## 0. Routing (keel-v2 decides)
A static landing page trips no danger surface → FAST lane under keel-v2.
Scan anyway. Common flips to HEAVY: a form posting to an auth'd or
PII-collecting endpoint, real prices computed (not copywritten), analytics
that stores personal data. If a surface goes live mid-build, STOP and flip —
keel-v2 §1 rules.
## 1. Deference (non-negotiable)
keel-v2 (CLAUDE.md + LAWS.md) is the arbiter. Its /review tripwires run on
every build from this skill. Accessibility and design conformance are never
cut — not for speed, not for laziness levels, not for "it's just a landing
page."
## 2. Workflow (in order, one turn on FAST)
1. **Read DESIGN.md first — fully, before any code.** It is the design
Authority (keel-v2 §1 rule 2): conform, don't invent. If the project has
no DESIGN.md, copy this skill's starter next to the page, state you did,
and proceed on its defaults — do not invent tokens inline.
2. **Plan sections.** 3-6 lines at the top of the turn: ordered section list
(e.g. hero → proof → features → pricing → CTA → footer) with THE one focal
point named per view. No separate planning round-trip.
3. **Build.** Semantic HTML first; tokens only (§3); mobile-first; real copy
over lorem ipsum where the prompt gives any.
4. **Self-check in-turn.** Run keel-v2 /review tripw