Planning Workstreams
Scope
- •Planning only.
- •Do not implement code.
- •Keep plan and tasks concrete, short, and executable.
Workflow
- •Create stream:
work create --name "feature-name" --stages N - •Set current stream:
work current --set "NNN-feature-name" - •Fill
PLAN.mdwith stages, batches, threads, and stage questions. - •Validate before review:
- •
work validate plan - •
work check plan - •
work preview
- •
- •Ask user to approve plan:
!work approve plan - •Fill generated
TASKS.mdwith specific tasks and agent assignments. - •Ask user to approve tasks:
!work approve tasks - •Link planning session using
workstream_link_planning_session.
Planning Rules
- •Prefer independent threads in the same batch.
- •Keep tasks small and observable.
- •Use clear file paths and concrete outputs.
- •Put unresolved decisions in Stage Questions (
- [ ] ...).
Useful Commands
bash
work create --name "feature-name" --stages 3 work current --set "001-feature-name" work edit work preview work validate plan work check plan !work approve plan !work approve tasks work agents work assign --thread "01.01.01" --agent "backend-expert" work prompt --stage 1 --batch 1