5.7 KiB
| id | slug | title | status | kind | priority | labels | workflow_state | created_at | updated_at | assignee | legacy_ticket | queued_by | queued_at | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20260607-230044-relax-implementation-planning-readiness | relax-implementation-planning-readiness | Relax implementation planning readiness toward intent and reviewability | open | task | P2 |
|
queued | 2026-06-07T23:00:44Z | 2026-06-07T23:08:01Z | null | null | workspace-panel | 2026-06-07T23:03:35Z |
Background
Current Intake / Preflight / Orchestrator workflow wording tends to require implementation strategy to be narrowed too early. In practice, the most reliable implementation investigation often happens when the implementation Pod/coder reads the code and attempts the change in the scoped worktree.
The higher-level planning/intake stage should prioritize clarifying intent, constraints, and reviewable outcomes rather than over-specifying the implementation approach. Reviewers need enough intent and acceptance criteria to judge whether the implementation matches the user's/project's intent; coders should retain room to discover the best local implementation path unless a design decision is explicitly fixed.
Current problem:
- Intake/Planning
readyand Orchestratorimplementation_readyare easy to interpret as requiring a nearly fixed implementation plan. - Orchestrator may over-classify tickets as
preflight_neededwhen some uncertainty could safely be resolved by the coder during implementation and checked by reviewer. - This creates extra preflight churn and can make the workflow feel stalled.
Desired direction:
- Clarify intent first.
- Keep implementation judgment available to the coder where safe.
- Make reviewer validation against intent the key quality gate.
- Treat explicit design decisions/invariants as binding when present.
- Use preflight for genuine design-boundary/product/API/authority uncertainty, not every implementation unknown.
Goal
Adjust Ticket Intake/Planning, Orchestrator routing, and Preflight workflow guidance so readiness is based on clear intent and reviewability, while preserving coder discretion for implementation details unless constrained by explicit decisions.
Requirements
Readiness semantics
- Define
readyas ready for Orchestrator routing, not necessarily fully implementation-planned. - Define implementation handoff readiness as:
- user/project intent is clear;
- observable acceptance criteria are clear enough;
- important constraints/invariants/non-goals are captured;
- reviewer can judge whether the resulting implementation satisfies the intent;
- known binding design decisions are recorded;
- unresolved questions are either non-blocking implementation details or explicitly listed as escalation conditions.
- Avoid requiring Intake/Planning to pre-decide local implementation tactics when they can be safely discovered by the coder.
Orchestrator routing
- Narrow
preflight_neededso it is reserved for real design/product/API/authority-boundary uncertainty, not ordinary code investigation or implementation tactic selection. - Make
implementation_readyallow bounded implementation uncertainty when:- intent and acceptance criteria are clear;
- coder can investigate safely within scope;
- reviewer can evaluate against recorded intent;
- escalation conditions are defined.
- Keep
preflight_neededfor cases where implementing would implicitly decide product/API/UX/authority boundaries or violate known design constraints. - Require Orchestrator to record whether implementation latitude is allowed and what must be escalated.
Coder/reviewer handoff
- Update intent packet guidance to distinguish:
- Binding decisions / invariants the coder must follow.
- Implementation latitude the coder may decide through code investigation.
- Escalation conditions that require returning to Orchestrator/human.
- Reviewer instructions should emphasize judging the implementation against intent, constraints, and acceptance criteria, not whether it followed an unrecorded preferred approach.
- If a design approach is explicitly stated in the Ticket/thread, reviewer should verify the implementation follows it or records a justified deviation.
Workflow/docs updates
- Update
.yoi/workflow/ticket-intake-workflow.md. - Update
.yoi/workflow/ticket-orchestrator-routing.md. - Update
.yoi/workflow/ticket-preflight-workflow.md. - Update
.yoi/workflow/multi-agent-workflow.mdif needed to reflect coder latitude and reviewer intent-checking. - Adjust role prompt wording/tests if generated prompt guidance currently over-demands pre-decided implementation plans.
Non-goals
- Do not remove preflight; narrow when it is required.
- Do not allow coders to make product/API/authority decisions silently.
- Do not weaken explicit design decisions or invariants recorded by humans/Orchestrator.
- Do not change Ticket state machine names in this ticket unless it is already being handled by the planning-state rename work.
Acceptance criteria
- Workflows clearly distinguish ready-for-routing, implementation handoff, and fully specified implementation plan.
- Orchestrator routing guidance no longer treats ordinary implementation investigation as automatic
preflight_needed. - Intent packet template includes sections for binding decisions, implementation latitude, and escalation conditions.
- Reviewer guidance focuses on intent/constraints/acceptance criteria and explicit decisions.
- Example wording makes clear that coder investigation is acceptable when intent is clear and risks are bounded.
- Existing Ticket/preflight tests or prompt tests are updated if affected.
target/debug/yoi ticket doctor,cargo fmt --check, andgit diff --checkpass.