What problem does it solve?
When no project is open, jumping straight into hardware code often leads to wrong board choices, missing libraries, and failed builds. This Skill enforces a structured planning workflow so board selection, library selection, and wiring assumptions are validated with the user before any project is created.
Core Features & Use Cases
- Board and Library Discovery: Searches for concrete development board and library package names using discovery tools instead of inventing names.
- Candidate Plan Generation: Builds 2-3 viable board/library combinations with architecture, wiring or pin assumptions, workspace structure, validation steps, and pros/cons.
- User Confirmation Gate: Blocks project creation, library installation, and workspace edits until the user explicitly chooses or confirms a plan.
- Use Case: A user asks to build a temperature sensor display with no project open. The Skill searches for suitable boards and sensor libraries, presents two candidate plans with wiring notes, and only creates the project after the user picks one.
Quick Start
Ask the assistant to plan a new Blockly project for your hardware idea, such as blinking an LED or reading a sensor, and let it propose board and library options first.