Loading...
Loading...
Use when the user is editing an existing web-builder project. Conducts a structured mini-Q&A to capture what to change, normalizes the intent, and returns a change record for the orchestrator to act on.
npx skill4agent add yavuzozguven/web-builder web-builder-reviseprojectPathOK, back to the {siteName} project. What do you want to change?A) Visual style (colors, font, layout) B) Content (text, menu, contact info) C) Structure / add-remove pages (new page, new section, delete page) D) Behavior (add form, add animation, change interaction) E) Technical (deploy setting, performance, SEO meta) F) None of those — let me describe it freely G) Undo last change
siteName{projectPath}/.web-builder/state.jsoncategory: undo
detail: revert-last-revisiongit revertTell me — what should we change?
From what I understand this is a "{inferred category}" change — is that right?A) Yes B) No, a different category
What should we change about the style?A) Change the color palette B) Change the font C) Change the overall vibe D) Style of a specific section (only header, only the cards, etc.)
Right now: {current palette / font / vibe — read briefly from style-guide.md}. What would you like?
category: style
detail: <one of: palette / typography / vibe / specific-section>
description: <user's verbatim answer>What about the content?A) Change the text on a specific page B) Contact info (address, phone, email) C) Change an image D) Add new content (new section, new item — not a new page)
category: content
detail: <one of: page-text / contact / images / new-section>
description: <user's verbatim answer>
target-page: <if applicable, e.g. "Menu" or "About">What about the structure?A) Add a new page B) Delete a page C) Change the page order D) Add a new section (to an existing page)
category: structure
detail: <one of: add-page / remove-page / reorder / add-section>
description: <user's verbatim answer>What about behavior?A) Add a contact form B) Add an animation C) Add a gallery / slider D) Some other interaction
category: behavior
detail: <user's choice>
description: <user's verbatim answer>On the technical side?A) Change the deploy target (e.g. Cloudflare → Vercel) B) Change the site name / URL slug C) Change SEO meta (title, description, og policy) D) Performance / cache settings E) Change my preferences (interactivity, performance, language preference, etc. — the agent will re-pick the stack) F) Change scope (e.g. single page → multi-page — big change, the site is regenerated) G) Re-run accessibility (a11y) check / apply improvements
category: technical
detail: <user's choice>
description: <user's verbatim answer>category: technical
detail: preferences-change
description: <one-line summary of what changed>
new-preferences: <object with the new preference values>category: technical
detail: scope-change
new-scope: <single-page | multi-page-static | interactive-static | full-app>category: technical
detail: a11y-recheck
description: User asked to re-run accessibility reviewdetail: a11y-recheckaccessibility-reviewera11y-report.mdGot it. {summary of the change}. Should I go ahead?A) Yes, apply it B) No, let's change something else C) Cancel
{category: cancel}