build-plan
Installation
SKILL.md
build-plan
One self-contained HTML page that makes a plan easy to review: fixed sidebar with numbered sections, plain-language prose, SVG figures for anything structural, and comment-friendly output (every rule and claim is a line a reviewer can anchor feedback to).
Produce the page; publishing and live review are separate, opt-in steps.
Step 0 · Check remembered preferences
Two preferences persist across generations. Before asking the user anything, check for them:
- Memory system first. If you have persistent memory, look for entries
named like
build-plan-logoandbuild-plan-languagesfor this repo. - Repo fallback. Otherwise (or additionally) read
.context/build-plan-prefs.jsonin the workspace if it exists:{ "logo": "assets/logo/icon.svg", "languages": ["en", "zh-CN"] }.