Collaboration
Comments & Reviews
ProtoFlow includes a full commenting and review system for team collaboration. Add comments directly on your schematic, create threaded discussions, and use AI-powered reviews to catch design issues automatically.
# Adding Comments
Place comments directly on your schematic to annotate specific components, connections, or areas of your design.
How to Add a Comment
- Right-click on the canvas or a component to open the context menu
- Select Add Comment
- Type your comment in the text field
- Press Enter or click Submit to post the comment
- A comment marker icon appears at the location on the canvas
Comment Markers
Comments are shown as small markers on the canvas. Hover over a marker to preview the comment, or click it to open the full thread. The comment sidebar provides a list view of all comments.
Comment markers on a schematic with one expanded showing the comment text
# AI-Powered Design Reviews
Use the AI Copilot to automatically review your schematic and generate comments highlighting potential issues, improvements, and best practice violations.
How AI Reviews Work
- Open the AI Copilot panel and select Agent Mode
- Ask the AI to review your schematic (e.g., "Review this schematic and add comments for any issues")
- The AI analyzes the schematic structure, connectivity, component values, and best practices
- Comments are automatically placed on the schematic at relevant locations
- Review the AI's comments and resolve them as you address each issue
What the AI Checks
- Missing bypass capacitors — Checks if ICs have proper decoupling caps
- Pull-up/pull-down resistors — Verifies that inputs have proper biasing
- Component value recommendations — Suggests optimal values based on the circuit topology
- Pin conflicts — Detects multiple outputs driving the same net
- Power integrity — Checks for proper power distribution and grounding
- Design pattern recognition — Identifies common circuit patterns and suggests improvements
Pro Tip
Use AI reviews at key checkpoints in your design process — after placing all components, after wiring, and before exporting to KiCad. This catches issues early when they're easiest to fix.
AI-generated review comments placed on a schematic highlighting missing bypass capacitors
# Resolving Comments
Track the status of comments and mark them as resolved once the issue has been addressed.
Resolution Workflow
- Mark as resolved — Click the resolve button on a comment to mark it as addressed
- Filter by status — Toggle between showing all comments, only unresolved, or only resolved
- Resolution tracking — The comment sidebar shows a count of resolved vs. unresolved comments
- Re-open — Resolved comments can be re-opened if the issue reappears
Comment Sidebar
The comment sidebar provides a centralized view of all comments on the schematic. It supports filtering, searching, and navigating to specific comments by clicking on them.
Comment sidebar with resolved/unresolved filter and navigation
Next Steps
- → Track changes with Version Control
- → Learn about Real-Time Collaboration
# Comment Threads
Comments support threaded replies for discussions. Team members can respond to comments, creating a conversation history for each annotation.
Thread Features
Comment sidebar showing a threaded discussion with timestamps and author names