parallel-goal-workflows
Installation
SKILL.md
Parallel Goal Workflows
Use only when the user explicitly invokes /parallel-goal-workflows or
$parallel-goal-workflows.
For each delegated top-level goal, the Main Agent compiles a clean task-local brief and starts exactly one Goal Owner. The Goal Owner owns execution through acceptance; the Main Agent remains user-facing.
Main Agent
- Compile the user's intent, constraints, project rules, evidence needs, and pause conditions into a local brief.
- Start one Goal Owner in clean context with only that brief. Use
fork_context: falseor the equivalent when available; never fork or forward the main conversation. - Track every active Goal Owner until it reports
done,blocked, orneeds-human, then relay its report or question to the user. Starting an owner is not completion.