fix(ce-brainstorm): enforce Interaction Rules in universal flow#669
Merged
fix(ce-brainstorm): enforce Interaction Rules in universal flow#669
Conversation
Phase 0.1b routed non-software brainstorms to universal-brainstorming.md with "do not follow the phases below," which was ambiguous about whether the parent skill's Interaction Rules still applied. Combined with the "facilitate naturally" framing in the reference file, this let the agent drop the blocking question tool and stack multiple questions in one turn during universal brainstorms. - Clarify Phase 0.1b: skip Phases 0.2-4 but keep Core Principles and Interaction Rules in force. - Tighten Rule 1 to forbid stacked sub-questions even when related. - Rework Rule 4 into a default-to-tool rule and add Rule 5 with the narrow prose exceptions (narrative / diagnostic-introspective / can't-write-4-distinct-options). The free-text fallback in the blocking tools means options scaffold without confining. - Update universal-brainstorming.md intro and add an "Asking questions" section that restates the directive at the point of effect and calls out the specific elicitation questions that got misrouted to prose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ce-brainstorm's universal (non-software) flow was silently dropping the parent skill's Interaction Rules. Phase 0.1b said "do not follow the software brainstorming phases below," which was ambiguous about whether the Core Principles and Interaction Rules (which sit above the phases) still applied. Combined with "facilitate the brainstorm naturally" insideuniversal-brainstorming.md, this let the agent skip the blocking question tool (AskUserQuestion) and stack multiple questions per turn during universal brainstorms.The fix binds one Interaction Rule set to both flows, tightens the rules where the loopholes were, and adds a concrete test for when prose is justified over the blocking tool.
What changed
universal-brainstorming.mddrops the biasing "facilitate naturally" phrase and adds an## Asking questionssection that restates the discipline at the point of effect.Why not a separate rule set for the universal flow
Conversational tone is a content property; it does not require conversational prose as the question mechanism. The free-text escape valve in
AskUserQuestionlets one discipline cover both flows without forcing the universal agent into a picklist feel. A separate, softer rule set for universal brainstorms was exactly what let this bug happen in the first place.