/generate-visual-plan
Generate a visual implementation plan
$ npx -y skills add coco-research/coco --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/generate-visual-plan
Context preview
What this command does when you run it.
Generate a visual implementation plan
Command definition
generate-visual-plan.mdname: generate-visual-plan description: Generate a visual implementation plan
Load the visual-explainer skill and generate a self-contained HTML implementation plan for: $@
Research first
Read relevant repo files before planning. Identify entry points, existing patterns, affected modules, public APIs, tests, config/schema/data model, similar features, and constraints from README/CHANGELOG/docs.
Required page sections
1. Goal and scope: what will change and what is intentionally out. 2. Current state: short diagram/table of existing architecture. 3. Proposed design: architecture/data/control flow, preferably Mermaid or hybrid cards. 4. Implementation sequence: ordered phases with dependencies. 5. File map: files to create/edit/delete and why. 6. Interface/contracts: types, APIs, schemas, CLI flags, config, events. 7. Risk and decision matrix: correctness, tests, migration, release, UX, security/privacy, performance. 8. Test plan: unit/integration/e2e/edge cases mapped to files. 9. Acceptance checklist: observable done criteria.
Use hierarchy: overview and architecture dominate; detailed file/test/reference sections stay compact or collapsible. Follow the skill’s Mermaid, table, overflow, and delivery rules.
Write to `~/.agent/diagrams/` and open in browser.
Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.
Repo: coco-research/coco
Other commands on coco.
- /mermaid
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Open command - /read
Show latest emails from a specific person. Usage: /email-read alice
Open command - /reply
Draft a reply to a specific email. Usage: /email-reply Project Phase 2 Contract Data
Open command - /save
Save matching emails to a project folder for sync processing. Usage: /email-save alice to emails/
Open command - /search
Search emails by subject keywords. Usage: /email-search github webhook
Open command - /summary
AI summary of today's emails — key decisions, action items, meetings. No arguments needed.
Open command

