Skip to content

bug(deep-interview): active rounds ask whether to continue instead of converging to ambiguity threshold #4589

Description

@Yeachan-Heo

Report

A Discord user reported that Deep Interview no longer keeps asking questions until the configured ambiguity threshold (normally 5%). Instead, after each answer it asks whether the user wants to continue the interview.

Source report: Discord playground-ko message 1538226816978788455 at 2026-08-15T16:44:12.040Z.

Independently verified contract conflict

Current dev documents both of these contracts in packages/coding-agent/src/defaults/gjc/skills/deep-interview/SKILL.md:

  • DIPP-9: do not proceed until ambiguity is at or below the resolved threshold and explicit execution approval exists.
  • Active interview behavior: score after every answer and continue targeted questioning.
  • Phase 0.5 suitability gate: if existing state already contains rounds/topology/spec metadata, preserve it and ask whether to continue, cancel, or explicitly clear.

The reported behavior is consistent with the suitability/resume choice being surfaced repeatedly during an already-active interview, rather than only at invocation/resume boundaries. That turns the 5% ambiguity gate into per-answer consent friction and changes the intended continuation contract.

Maintainer-defined scope

Reproduce on current dev, identify the exact path that emits continue/cancel/clear after an ordinary answered round, and ensure an active interview automatically advances to scoring and the next weakest-dimension question until a legitimate terminal condition occurs:

  1. ambiguity is at/below the resolved threshold and closure/restatement gates are reached;
  2. the user explicitly exits/cancels/clears;
  3. a genuine resume/suitability ambiguity exists at invocation boundary;
  4. the bounded continuation safety cap requires an explicit recovery state.

Do not remove explicit user exit controls, threshold transparency, or the resume safety gate. Add a focused regression test proving ordinary answered rounds do not prompt for generic continuation approval.


[repo owner's gaebal-gajae (clawdbot) 🦞]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions