You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vision and documentation are complete (VISION.md, WORKFLOW.md, STATE_MACHINE.md). The gap is between what's described and what actually executes. This issue tracks everything needed to ship a working v1.
Current State
Component
Status
SKILL.md, WORKFLOW.md, docs
✅ complete
Board connection (/orchestrator setup)
⚠️ wizard described, not implemented
/orchestrator sweep dispatch
⚠️ skill command exists, no real board reads
Verification engine (separate pass)
⚠️ protocol defined, not wired
8 core domain skills
⚠️ listed in README, content is stubs
Self-improving rules loop
⚠️ designed, not executable
Install paths (Claude Code, ClawHub, manual)
⚠️ documented, untested end-to-end
v1 Milestone — What "Working" Means
A user installs, runs /orchestrator setup, writes a ticket on their board, runs /orchestrator sweep, and gets a verified result with a report posted back to the ticket. No manual intervention required.
Work Required
1. Board connection
/orchestrator setup wizard writes ~/.config/orchestrator/.env with board credentials
Validate Linear, GitHub Issues connections via live API call
Fallback: detect existing MCP server connections before prompting
2. Sweep + dispatch
/orchestrator sweep reads open tickets from connected board
Prioritizes by state proximity (Review > Verification > In Progress > Todo > Backlog)
Matches ticket to domain skill (or default if no match)
Spawns worker agent with correct skill loaded
3. Verification engine
Separate verifier pass runs after worker completes
Runs automated checks defined in ticket's ## Verification section
Context
The vision and documentation are complete (VISION.md, WORKFLOW.md, STATE_MACHINE.md). The gap is between what's described and what actually executes. This issue tracks everything needed to ship a working v1.
Current State
/orchestrator setup)/orchestrator sweepdispatchv1 Milestone — What "Working" Means
A user installs, runs
/orchestrator setup, writes a ticket on their board, runs/orchestrator sweep, and gets a verified result with a report posted back to the ticket. No manual intervention required.Work Required
1. Board connection
/orchestrator setupwizard writes~/.config/orchestrator/.envwith board credentials2. Sweep + dispatch
/orchestrator sweepreads open tickets from connected board3. Verification engine
## Verificationsection4. Domain skills (core 8)
content— reels, carousels, blog, newsletterecommerce— product pages, pricing, inventoryseo— meta tags, sitemaps, structured datasales-outreach— sequences, lead sourcing, CRMfinance— invoicing, AR, KPI scorecardsgrowth— ad campaigns, referral loopsgo-to-market— coordinated launchesengineering— features, bugs, infra (built-in)5. Self-improving loop
/orchestrator rules --pendinglists proposed rules/orchestrator approve-rule/reject-rulewrites to skill file6. Install + distribution
clawhub install orchestratorgit cloneOut of Scope for v1
Definition of Done
git cloneworks on a clean machine