2.5 KiB
2.5 KiB
Title
Add Orch Skill Test Plan Documents
Status
completed
Owner
- Codex main agent
Started At
2026-03-19
Goal
- Add a human-readable forward-test plan directory for the packaged
skills/orch/bundle underdocs/tests/. - Mirror the proven structure of
docs/tests/inbox-skill/while adapting it to leader-sideorchworkflows andinbox-backed worker coordination.
Scope
- Create
docs/tests/orch-skill/README.md. - Author an initial set of
orchskill scenario cases as separate Markdown files. - Update implementation progress docs to record the new test-plan directory.
Checklist
- Review
docs/tests/inbox-skill/,skills/orch/, and currentorchworkflow surface. - Create
docs/tests/orch-skill/README.mdwith shared execution contract and case index. - Author initial
orch-skillcase documents. - Update implementation roadmap and archive this execution roadmap.
Files
docs/tests/orch-skill/README.mddocs/tests/orch-skill/leader-run-dispatch-reconcile-through-bundled-cli.mddocs/tests/orch-skill/leader-blocked-answer-resume-through-bundled-cli.mddocs/tests/orch-skill/strict-worktree-dispatch-to-cleanup-through-bundled-cli.mddocs/tests/orch-skill/leader-retries-failed-task-through-bundled-cli.mddocs/tests/orch-skill/leader-reassigns-blocked-task-through-bundled-cli.mddocs/implementation-roadmap.mddocs/roadmaps/archive/orch-skill-test-plan.md
Decisions
- Keep
orch-skillseparate fromcouncil-reviewskill docs, becausecouncil-reviewis a distinct project-local skill package. - Use the same forward-test style as
inbox-skill, but injectskills/orch/only into the leader andskills/inbox/into workers. - Treat shared DB bootstrap through
inbox initas part of the test-runner setup contract rather than pretendingorchowns schema initialization.
Blockers
- none
Next Step
- Add a parallel
docs/tests/council-review-skill/directory when the separate council skill test surface is ready to be documented.
Completion Summary
- Added
docs/tests/orch-skill/README.mdas the shared execution contract and index for leader-side skill validation. - Added five initial forward-test scenario documents covering happy-path orchestration, blocked-answer resume, strict worktree cleanup, retry after failure, and reassignment from one worker to another.
- Updated
docs/implementation-roadmap.mdto record that theorchskill now has a dedicated forward-test plan directory underdocs/tests/orch-skill/.