Source of truth
One file for page generation context
Instead of scattering product facts, route rules, and site conventions across separate notes, Pagewell points agents to PAGEWELL.md before planning or QA.
FAQ
PAGEWELL.md is the unified Pagewell context file for a repo: product facts, claim rules, site implementation details, route taxonomy, page patterns, generation rules, and QA expectations in one durable place.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Set up contextSource of truth
Instead of scattering product facts, route rules, and site conventions across separate notes, Pagewell points agents to PAGEWELL.md before planning or QA.
Claim control
The file tells agents what the site can say, what remains unknown, and which claims require proof before copy or schema can use them.
Repo-native
PAGEWELL.md records the actual framework, routes, components, metadata conventions, discovery files, and commands in the repo.
What it contains
How agents use it
A Pagewell run reads PAGEWELL.md with DESIGN.md, normalizes the brief, selects the right playbook, then implements the route using the site conventions already documented in the repo.
PAGEWELL.md + DESIGN.md + page brief
→ page architecture and evidence map
→ implementation in the current stack
→ metadata, schema, internal links, QA
→ sitemap / robots / llms.txt updates when needed Migration
Older Pagewell setups may have kept framework notes, product facts, and page patterns in separate files. The current default is to consolidate that useful context into PAGEWELL.md, while DESIGN.md remains separate because it follows the external design contract spec.
| File | Role | Status |
| PAGEWELL.md | Product, site, route, claim, pattern, generation, and QA truth | Default Pagewell context |
| DESIGN.md | Visual tokens, typography, layout, components, and design constraints | Separate design source |
| Page brief | The specific route, intent, audience, CTA, and constraints | Per request |
FAQ
PAGEWELL.md is the unified Pagewell context file for a repo. It records product facts, claim rules, site conventions, route taxonomy, reusable page patterns, generation rules, and QA rules so agents can generate pages without rediscovering the site each time.
Install Pagewell
Give your coding agent the context, playbooks, adapters, and QA gates it needs before the next page request.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Read install docs