A fire-and-forget workflow that takes a Linear issue ID and autonomously plans, tests, implements, and opens a draft PR — with TDD baked in. You walk away; it notifies you when done.
Built for OpenCode using custom agents and slash commands.
Important: The
/workflowcommand must run withagent: build(OpenCode's default agent with full tool access). The orchestrator needs unrestricted access to do git operations, dispatch subagents, and create PRs. If you're in a restricted mode, switch to build first.
Why this exists:
- Fire and forget. Kick off a task and walk away. You get notified when it's done or needs attention.
