Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(ce-plan): reinforce mandatory document-review after auto deepening#450

Merged
tmchow merged 2 commits into
mainfrom
feat/plan-deepening-skips-review
Mar 30, 2026
Merged

fix(ce-plan): reinforce mandatory document-review after auto deepening#450
tmchow merged 2 commits into
mainfrom
feat/plan-deepening-skips-review

Conversation

@tmchow
Copy link
Copy Markdown
Collaborator

@tmchow tmchow commented Mar 30, 2026

Agents were improvising a skip of the document-review step (Phase 5.3.8) after auto-mode deepening, reasoning that the confidence check already covered the gaps. The skill text was technically unambiguous — auto mode skips 5.3.6b entirely, so the "skip document-review" clause there doesn't apply — but two wording gaps made it easy for models to extract a skip signal out of context:

  1. Phase 5.3.6b mentioned "skip document-review" in a parenthetical scoped to interactive mode. Agents scanning the skill could pattern-match that phrase without registering the section header.
  2. Phase 5.3.8 had no explicit statement that the step is mandatory regardless of mode.

Adds reinforcement at both locations: an explicit "mandatory in both auto and interactive modes" statement at 5.3.8, and a clarifying tail at 5.3.6b noting the skip does not apply in auto mode.


Compound Engineering v2.59.0
🤖 Generated with Claude Opus 4.6 (1M context, extended thinking) via Claude Code

Agents were improvising a skip of the document-review step (Phase 5.3.8)
after auto-mode deepening, reasoning that the confidence check already
covered the gaps. The skill text was technically unambiguous, but two
wording gaps made it easy for models to pattern-match a skip:

- Phase 5.3.6b mentioned "skip document-review" in a parenthetical
  scoped to interactive mode, but agents scanning the skill could
  extract that phrase without registering the section boundary.
- Phase 5.3.8 itself had no explicit statement that the step is
  mandatory regardless of mode.

Add reinforcement at both locations to close the interpretive gap.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c43f51f50d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread plugins/compound-engineering/skills/ce-plan/SKILL.md Outdated
Address PR review feedback (#450)

- Reword 5.3.8 reinforcement from "mandatory in both auto and
  interactive modes" to "when this step is reached, it is mandatory."
  The prior wording contradicted the 5.3.6b skip path where interactive
  mode diverts to Phase 5.4 when no findings are accepted.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@tmchow tmchow merged commit 42fa8c3 into main Mar 30, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant