From Frontend
Build a feature with impeccable UX and UI quality through a structured process: shape the design, load the right references, then build and iterate visually until the result is delightful.
How this command is triggered — by the user, by Claude, or both
Slash command
/frontend:craftimpeccable/reference/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Craft Flow Build a feature with impeccable UX and UI quality through a structured process: shape the design, load the right references, then build and iterate visually until the result is delightful. ## Step 1: Shape the Design Run /shape, passing along whatever feature description the user provided. Wait for the design brief to be fully confirmed before proceeding. The brief is your blueprint, and every implementation decision should trace back to it. If the user has already run /shape and has a confirmed design brief, skip this step and use the existing brief. ## Step 2: Load Refe...
Build a feature with impeccable UX and UI quality through a structured process: shape the design, load the right references, then build and iterate visually until the result is delightful.
Run /shape, passing along whatever feature description the user provided.
Wait for the design brief to be fully confirmed before proceeding. The brief is your blueprint, and every implementation decision should trace back to it.
If the user has already run /shape and has a confirmed design brief, skip this step and use the existing brief.
Based on the design brief's "Recommended References" section, consult the relevant impeccable reference files. At minimum, always consult:
Then add references based on the brief's needs:
Implement the feature following the design brief. Work in this order:
This step is critical. Do not stop after the first implementation pass.
Open the result in a browser window. If browser automation tools are available, use them to navigate to the page and visually inspect the result. If not, ask the user to open it and provide feedback.
Iterate through these checks visually:
After each round of fixes, visually verify again. Repeat until you would be proud to show this to the user. The bar is not "it works"; the bar is "this delights."
Present the result to the user:
Iterate based on feedback. Good design is rarely right on the first pass.
/craftCrafts a reusable Webwright CLI tool from a natural-language web task. Generates a parameterized Python script with argparse and Playwright that can be rerun with different arguments.
/craftBuilds a complete UI surface from an outcome recipe — inputs, composition, theme, build order, and acceptance bar. Supports dashboard, landing, and auth surfaces. Validates against acceptance criteria.
/craftMain entry point for the Craft development harness. Initializes or resumes work on stories, managing cycles and state across a project.
npx claudepluginhub est7/dotclaude --plugin frontend