Decision: Skill-First Slice Workflow¶
Status¶
Accepted.
Origin plan: .ai/plans/2026-04-28-121022-slice-workflow-interface.
Context¶
The deterministic slice contract added plan, evidence, review, and sync checks, plus phase skills for planning, implementation, and review. The direction was right, but the role prompts were too thin and the workflow boundary was unclear: some behavior lived in scripts, some in task docs, and some in separate skills.
Symphony-style orchestration is intentionally out of scope for this repo. The next useful step is a polished one-agent workflow that works with the harness a user already has open.
Decision¶
Generated repos now expose:
slice-workflowas the canonical skill for workflow policy, prompt guidance, artifact policy, handoff rubric, and holdout sample tasksslice-planner,slice-implementer, andslice-revieweras compatibility wrappers that route users to the canonical skill andmisecommandsmise run slice-plan,slice-implement,slice-review, andslice-statusas deterministic command entrypoints
The slice-* tasks render prompts into the active plan's prompts directory.
They do not launch Codex, Claude, App Server, or any other harness in v1.
Consequences¶
- Skills own judgment, rubrics, and workflow policy.
miseowns deterministic file creation, prompt rendering, status output, and validation exit codes.- Generated repos remain provider-neutral.
- Prompt quality can be evaluated with holdout sample tasks before it becomes a deterministic CI concern.
- The stable task contract grows from 18 to 22 tasks.