Install
$ agentstack add skill-britt-claude-code-skills-idea-to-design ✓ 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
Idea to Design
Transform raw idea notes into comprehensive design documents autonomously.
Prerequisites/Context: Operates on an Obsidian vault (or any markdown folder) containing an Ideas/ folder; if no Ideas/ folder is found, ask the user for the vault path.
When to Use
Activate when asked to:
- Turn an idea note into a design
- Plan an idea or "make an idea real"
Not for features in an existing codebase — use writing-product-specs or a brainstorming skill instead.
Process
- Read the idea note - Understand what's being proposed
- Create folder - Inside the Ideas folder, create a subfolder named after the idea
- Move original - Move the original idea note into the new folder
- Research - Investigate unknowns, find relevant information, explore feasibility
- Write design doc - Answer: What is it? Who is it for? How does it work? Where is it deployed?
- Document decisions - Create explicit Decisions.md listing choices made and reasoning
Required Outputs
All files go in Ideas//:
| File | Purpose | |------|---------| | .md | The original idea note (moved here) | | Design.md | Comprehensive design document | | Decisions.md | Explicit list of decisions with reasoning | | Research.md | Sources consulted, findings, and references |
Autonomy
Ask zero questions. Make reasonable decisions and document them. If something is unclear:
- State the assumption
- Make a choice
- Document it in Decisions.md
Design Doc Should Answer
- Is it software, hardware, or a service?
- Who is the target audience?
- How will it work technically?
- Where will it be deployed/run?
- What's the business model (if applicable)?
- What are the risks and mitigations?
- What are the next steps?
Diagrams
Use Mermaid for all diagrams. Obsidian renders Mermaid natively.
- Architecture diagrams:
flowchart TBorflowchart LR - Sequences:
sequenceDiagram - Data flow:
flowchartwith subgraphs - State machines:
stateDiagram-v2
Never use ASCII art.
Research.md Should Include
- Questions that needed answering
- Sources consulted (web searches, docs, etc.)
- Key findings that informed the design
- Gaps that couldn't be filled
Decisions.md Format
# Decisions
##
**Choice:** What was decided
**Alternatives:** What else was considered
**Reasoning:** Why this choice was made
Common Mistakes
- Writing Design.md before Research.md: Research must inform the design — complete and record the research first, then write the design document based on its findings.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: britt
- Source: britt/claude-code-skills
- License: MIT
- Homepage: https://britt.github.io/claude-code-skills/
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.