feat(ce-brainstorm): add conditional visual aids to requirements documents#437
Merged
Conversation
…ments Add visual communication guidance to Phase 3 of ce:brainstorm so requirements documents can include flow diagrams, comparison tables, and relationship diagrams when the content warrants it. Triggers are content-pattern-based (multi-step workflows, 3+ modes, 3+ participants), not depth-based. Supports mermaid for simple flows and ASCII/box-drawing for annotated flows needing rich in-box content. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Merged
6 tasks
tmchow
added a commit
that referenced
this pull request
Mar 29, 2026
Add a Visual communication subsection to Step 6 with content-pattern-based triggers for including mermaid diagrams, ASCII art, and comparison tables in PR descriptions. Follows the same conditional approach as ce:brainstorm (#437) and ce:plan (#440), calibrated for the PR scanning context with a higher trigger bar and smaller diagrams (5-10 nodes typical).
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
Test plan
bun testpasses (506 tests, all green)bun run release:validatepassesPost-Deploy Monitoring & Validation
No additional operational monitoring required — this is a skill prompt change with no runtime infrastructure impact. Quality validation is behavioral: observe brainstorm output documents for appropriate diagram inclusion over the next few uses.
🤖 Generated with Claude Code