mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
Sync generated provider output
This commit is contained in:
@@ -12,7 +12,7 @@ This skill gives you the tools and permission to create design that earns to be
|
||||
Core principles:
|
||||
- Go all out. No hedging, no shortcuts. The deliverable must be complete (except assets the user must provide).
|
||||
- Dream big and bold. Distinct, beautiful, outstanding and highly inspiring work.
|
||||
- Iterate with tools available to you (e.g. visual understanding, browser screenshots) until you think this meets the bar.
|
||||
- Verify in bounded passes, not a loop: build fully, then inspect with one batched screenshot round (desktop and mobile together), fix everything it shows, and confirm with at most one more round. Per-tweak screenshot cycles burn the user's money without raising the bar; live mode is the channel for tweak-by-tweak iteration.
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Load this after the direction is settled, and build without announcing the check
|
||||
|
||||
## Verify
|
||||
|
||||
Each of these is a check on the built result, not an intention.
|
||||
Each of these is a check on the built result, not an intention. Run them together in the batched inspection rounds, not as separate screenshot trips; the checks share one render.
|
||||
|
||||
- **Contrast:** body and placeholder text ≥4.5:1, large text ≥3:1. On colored surfaces tint secondary text from that hue or the foreground; never gray.
|
||||
- **Depth:** shadows carry an offset and a soft blur. A zero-offset colored halo is decoration.
|
||||
|
||||
@@ -96,7 +96,7 @@ Preserve semantics, accessibility, performance, responsiveness, project conventi
|
||||
|
||||
## 7. Inspect and finish
|
||||
|
||||
Inspect desktop and mobile, critique the render against the user's request and the direction contract, fix material gaps, and re-inspect. On a Persuade surface, verify the mode did its job: a first-time visitor should know what this is, why it matters, and what to do within seconds, in the form's own vocabulary.
|
||||
Inspect desktop and mobile in one batched screenshot round, critique the render against the user's request and the direction contract, fix material gaps, and confirm with one final round; two rounds is the ceiling, and fixes batch between them rather than earning per-tweak screenshots. On a Persuade surface, verify the mode did its job: a first-time visitor should know what this is, why it matters, and what to do within seconds, in the form's own vocabulary.
|
||||
|
||||
Capture desktop and mobile screenshots to files, then spawn the shipped finish reviewer, `impeccable-finish-reviewer` (`impeccable_finish_reviewer` in codex), with the original request, confirmed answers, the artifact path, the screenshot paths, its direction contract, existing hook findings, and the QUALITY BAR card and approved comp paths. The reviewer has no browser; screenshots you fail to pass are checks it cannot run. Verify its return carries the five contract sections; on an empty or thrashed return, respawn once with the same inputs before doing anything else. This review never runs inside the build thread. Only a harness whose tool surface has no subagent capability at all substitutes a fresh in-thread pass after stepping fully out of the build context, and a substituted or failed-and-replaced review is disclosed in one line at finish, never silently. Apply the material fixes, promise by promise against the contract. Do not run a second detector.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user