Skip to content

v0.4.0 — create flow + build-page + write-page rename

Latest

Choose a tag to compare

@GabrielAmz GabrielAmz released this 18 Jun 15:24
· 9 commits to main since this release
82089b4

First published version. Makes the create branch a first-class flow and clarifies the engine. Full reasoning in docs/skill-orchestration.md.

Highlights

  • Renamed improve-page -> write-page (the copy engine). It also builds new pages, so the old name hid half its job. Output dir is now .webanatomy/write-page/.
  • New build-page skill — the terminal assembler. Turns a structure + its copy into a shareable wireframe with a coherent design system derived from a SINGLE exemplar (a benchmark page for a new page, your own page when improving). Never blends designs across companies.
  • write-page build mode gained a light outline step (pick one exemplar homepage, adopt its section order, confirm the list) plus MCP call-budget guardrails (cap ~6-7 sections, space the calls, handle thin results).
  • find-examples (0.5.0) — sharpened against research-best-practices, and now the place a new-page build picks its single exemplar (used twice: structure for write-page, look for build-page).

The two flows

  • Improve: audit-page -> write-page -> build-page
  • Create: find-examples (pick exemplar) -> write-page build mode -> build-page

Install / update

npx skills add GabrielAmz/web-anatomy      # install
npx skills update GabrielAmz/web-anatomy   # update