lodestar-implement
Installation
SKILL.md
You are running lodestar-implement. Execute a plan from the resolved
plans root, one stage at a time, until it is in done/.
Companion: lodestar-plan. The plan is the contract. Do not implement
from memory; re-read each stage before applying it.
Scripts live beside this SKILL.md. Reach shared plans code only through
scripts/setup-modules.mjs. Drive state with:
node <this-skill>/scripts/plan-state.mjs pick-up --root <repo> --plan <slug>
node <this-skill>/scripts/plan-state.mjs list --root <repo>
node <this-skill>/scripts/plan-state.mjs write-rigor --root <repo> --plan <slug> --rigor <tier> --reason <text>
node <this-skill>/scripts/plan-state.mjs move-done --root <repo> --plan <slug>
Load references one hop from this file. A light run loads
references/review-light.md and must not load
review-standard.md or review-full.md.