Purpose
Reminder issue: the /workflow command layer shipped in v0.20.0 (#6), but real-machine scheduler verification is still pending. After running local /workflow sessions, come back here and report the implementation effects.
What to verify (per carrier)
| Carrier |
Mechanism |
What to confirm |
| Cursor |
native background tasks / multitask |
parallel dispatch, isolated sub-contexts, async result aggregation |
| Claude Code |
run_in_background sub-agents |
same as above |
| TRAE |
task runner |
same, plus serial-downgrade path for environments without a scheduler |
Suggested test scenario
Reuse the recon scenario proven in the #8 dispatch experiment: one orchestrator, 3 read-only sub-agents on disjoint directories (e.g. _cursor/, _claude/, _trae_solo/), structured returns per SUBAGENT-DISPATCH.md.
Acceptance
References
Purpose
Reminder issue: the
/workflowcommand layer shipped in v0.20.0 (#6), but real-machine scheduler verification is still pending. After running local/workflowsessions, come back here and report the implementation effects.What to verify (per carrier)
multitaskrun_in_backgroundsub-agentsSuggested test scenario
Reuse the recon scenario proven in the #8 dispatch experiment: one orchestrator, 3 read-only sub-agents on disjoint directories (e.g.
_cursor/,_claude/,_trae_solo/), structured returns perSUBAGENT-DISPATCH.md.Acceptance
References
/crewvs Claude Code Dynamic Workflows (/workflowor/ultra) #2 — original /workflow RFC (absorbed by RFC: Decouple /workflow from Claude Code, cross-platform parallel workflow implementation based on native CAT architecture #6, closed)SUBAGENT-DISPATCH.md— dispatch contract to follow during runs