feat(ce-plan): add conditional visual aids to plan documents#440
Merged
Conversation
Add visual communication guidance to Phase 4 of ce:plan so plan documents can include dependency graphs, interaction diagrams, and comparison tables when the content warrants it. Triggers are content-pattern-based (4+ non-linear units, 3+ interacting surfaces, 3+ modes), not depth-based. Distinct from Section 3.4 which covers solution-level technical design diagrams -- this guidance covers plan-document readability aids. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Skills are self-contained and cannot reference each other's guidance. Restate the format selection framework with plan-appropriate detail (node counts, ASCII/box-drawing with vertical stacking, plan-structure level constraint) rather than referencing brainstorm's framework. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Merged
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
Context
Extends the visual aids work from #437 (ce:brainstorm) to the planning level. Evidence from real plans (release automation, merge-deepen-into-plan, adversarial review agents) showed that plans with 5+ non-linear units and dense System-Wide Impact sections would benefit from inline visual aids for reader comprehension.
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 plan output documents for appropriate diagram inclusion over the next few uses.
🤖 Generated with Claude Code