Workflow Pack defines a consistent activation path for assistants without platform rewrites.
Get users to one visible success loop in under 15 minutes:
- Clarify and approve a plan.
- Start one scoped task with context.
- Complete with verification evidence.
- Install slash commands via bootstrap for all supported assistants.
- Install session hooks/plugins where supported (
taskwing hook session-init,continue-check,session-end). - Keep MCP setup canonical (
taskwing mcp install <assistant>).
taskwing bootstrap/taskwing:plan/taskwing:next- Implement scoped change
/taskwing:done
Expected first-run success signal:
- One completed task with explicit verification evidence.
- Codex/Claude: command files + hooks from TaskWing bootstrap.
- OpenCode: command files +
.opencode/plugins/taskwing-hooks.js. - Copilot/Cursor/Gemini: command generation + local MCP config path.
- Prompt contracts in core commands are hard gates.
- Trigger-focused command descriptions (
Use when ...) are required. - Cross-assistant command description parity must remain true.