Feature request – automatic orchestration from a plan file (Boss+ Workers)
Hi,
I want an automated workflow based on a plan file (for example tasks.md), not manually orchestrated through chat.
What I want to be able to do
I write a detailed plan in a file (tasks + steps + acceptance criteria).
SEF reads tasks automatically, one by one.
SEF assigns them to workers (W1/W2/W3) with clear scope boundaries.
After each step, SEF verifies implementation (tests/checks/diff) before moving to the next step.
If small implementation issues appear, SEF should be able to apply automatic adjustments, as long as they stay strictly within the original requirement.
If an adjustment would change the requirement, SEF should stop the flow and request confirmation.
Desired behavior over time
incremental execution, not “all at once”
a checkpoint after each task
clear status tracking: TODO / IN_PROGRESS / BLOCKED / DONE
decision and change log
no deviation from the initial specification
Why this matters
For large tasks, this model significantly reduces manual overhead and improves end-to-end implementation consistency.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗