cp env.example .env
source .env
(cd opencode && npm install)export OPEN_DESIGN_URL="https://open-design.example.com"Use the base URL only.
/scope Research whether this repo should use Stripe Checkout or Payment Element and produce an MVP spec
Expected flow: researcher -> scoper synthesis -> specifier.
/plan Add a dry-run flag to the harness check without implementing it yet
Expected flow: lead -> researcher -> specifier -> reviewer, with no implementation.
Change the Settings heading to Account settings and run the smallest relevant validation.
Expected flow: lead chooses the direct path and delegates the small change to developer. No full feature orchestration.
/design Read PRODUCT.md and DESIGN.md, create an editable Open Design project for onboarding, and return the URL
Expected flow: designer checks docs, optionally uses Impeccable, then uses Open Design.
/feature Add a small settings page with a saved theme preference
Expected flow: lead decides research/design needs, then specifier -> developer -> reviewer.
npm run checkThe check validates config JSON, agent/command frontmatter, the default lead router contract, /feature sidecar boundaries, the /plan contract, and the agent-readable docs under opencode/docs/ai/harness/.