Appearance
Getting started
Go from installation to a first polish pass in about ten minutes.
Prerequisites
- A supported AI coding harness such as Codex, Claude Code, Cursor, GitHub Copilot, or Gemini CLI.
- A project with an existing page or component to improve.
1. Install
From the project root:
bash
npx impeccable installReload the harness after installation. Use npx impeccable check to see whether the installed copy is behind, and npx impeccable update to update it.
2. Capture project context
text
/impeccable initinit scans the project, confirms anything it cannot safely infer, and writes PRODUCT.md. It may offer /impeccable document to capture an existing visual system in DESIGN.md.
3. Improve a real page
text
/impeccable polish the pricing pageReview the resulting diff. A polish pass should preserve the page's identity and behavior while improving alignment, spacing, typography, states, motion, and copy.