Install
$ agentstack add skill-lhbsaa-embedded-dev-skill-embedded-brainstorming ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Embedded Brainstorming
Overview
Turn hardware ideas into fully formed designs through systematic exploration.
Core principle: No code generation until hardware configuration confirmed and design approved.
Do NOT generate any driver code, write any implementation, or take any coding action until you have presented the design and the user has approved it. This applies to EVERY embedded project regardless of perceived simplicity.
Process Flow
1. Load Context → 2. Confirm Hardware → 3. Identify Constraints → 4. Propose Design → 5. Get Approval → 6. Next Skill
Checklist
You MUST complete these items in order:
1. Load Context
read AGENTS.md
- If AGENTS.md missing → Create template with project info
- Store key config in session
2. Confirm Hardware
Ask questions one at a time:
| Question | Why | |----------|-----| | Target chip? | Determines framework and constraints | | Interface type? | SPI/I2C/UART config differs | | Controller/model? | Datasheet lookup required | | Resolution/config? | Display/sensor specific |
Prefer multiple choice when possible:
"Which chip family?"
A) ESP32-S3 (Wi-Fi, LCD, AI)
B) STM32F4 (Performance, DSP)
C) RP2040 (Low cost, PIO)
D) nRF52 (BLE, Low power)
3. Identify Constraints
Check hard limits:
| Chip | Key Constraint | |------|----------------| | ESP32-S3 | SPI DMA -spec.md
### 7. Transition to Next Skill
**After user approval:**
Design approved. Invoking embedded-driver-design skill to create implementation plan.
**REQUIRED:** Invoke `embedded-driver-design` skill next. Do NOT invoke any other skill.
## Anti-Patterns
| Bad Practice | Correct Approach |
|--------------|------------------|
| "Just generate the driver" | Brainstorm first, then implement |
| "This is simple, no design needed" | Every project needs design validation |
| Multiple questions in one message | Ask one at a time |
| Skip hardware confirmation | Verify chip/interface/controller |
## Red Flags - STOP
- "Let me just write the code"
- "I already know what to build"
- "No need for design, just config"
- User didn't approve design
- Missing chip/interface information
**ALL mean: STOP. Complete brainstorming process first.**
## Output
After approval, report:
Design Spec: docs/embedded/specs/YYYY-MM-DD--spec.md Status: APPROVED Next: embedded-driver-design
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [lhbsaa](https://github.com/lhbsaa)
- **Source:** [lhbsaa/embedded-dev-skill](https://github.com/lhbsaa/embedded-dev-skill)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.