2.7 KiB
2.7 KiB
Title
Add Council Review 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/council-review/bundle underdocs/tests/. - Mirror the structure used by
docs/tests/inbox-skill/anddocs/tests/orch-skill/while adapting it to the high-levelorch council ...workflow and reviewer coordination model.
Scope
- Create
docs/tests/council-review-skill/README.md. - Author an initial set of
council-reviewskill scenario cases as separate Markdown files. - Update implementation progress docs to record the new test-plan directory.
Checklist
- Review
docs/tests/orch-skill/,skills/council-review/, and the current council workflow surface. - Create
docs/tests/council-review-skill/README.mdwith shared execution contract and case index. - Author initial
council-review-skillcase documents. - Update implementation roadmap and archive this execution roadmap.
Files
docs/tests/council-review-skill/README.mddocs/tests/council-review-skill/council-brainstorm-end-to-end-through-bundled-cli.mddocs/tests/council-review-skill/council-unanimous-only-default-report-through-bundled-cli.mddocs/tests/council-review-skill/council-wait-timeout-through-bundled-cli.mddocs/tests/council-review-skill/council-report-rejects-before-tally-through-bundled-cli.mddocs/implementation-roadmap.mddocs/roadmaps/archive/council-review-skill-test-plan.md
Decisions
- Keep
council-review-skillseparate fromorch-skill, becausecouncil-reviewis a distinct project-local skill package with its own user-facing semantics. - Use the same forward-test style as the other skill test-plan directories, but inject
skills/council-review/only into the leader andskills/inbox/into reviewer agents. - Treat shared DB bootstrap through
inbox initas part of the test-runner setup contract rather than pretendingcouncil-reviewowns schema initialization.
Blockers
- none
Next Step
- Capture one or more real recorded example runs for the end-to-end and unanimous-only cases after the packaged council-review skill is exercised in practice.
Completion Summary
- Added
docs/tests/council-review-skill/README.mdas the shared execution contract and index for council-review skill validation. - Added four initial forward-test scenario documents covering end-to-end brainstorm/report, unanimous-only default reporting, wait timeout, and report-before-tally invalid-state behavior.
- Updated
docs/implementation-roadmap.mdto record that the separatecouncil-reviewskill now has a dedicated forward-test plan directory underdocs/tests/council-review-skill/.