Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.54 KB

File metadata and controls

65 lines (42 loc) · 1.54 KB

Quickstart

1. Configure models

cp env.example .env
source .env
(cd opencode && npm install)

2. Configure Open Design

export OPEN_DESIGN_URL="https://open-design.example.com"

Use the base URL only.

3. Try scope

/scope Research whether this repo should use Stripe Checkout or Payment Element and produce an MVP spec

Expected flow: researcher -> scoper synthesis -> specifier.

4. Try plan

/plan Add a dry-run flag to the harness check without implementing it yet

Expected flow: lead -> researcher -> specifier -> reviewer, with no implementation.

5. Try bounded direct routing

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.

6. Try design

/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.

7. Try feature

/feature Add a small settings page with a saved theme preference

Expected flow: lead decides research/design needs, then specifier -> developer -> reviewer.

8. Validate harness contracts

npm run check

The 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/.