AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Idea To Design

skill-britt-claude-code-skills-idea-to-design · by britt

Use when asked to turn an idea note into a design document, plan an idea, or make an idea real - autonomously researches the idea and produces Design.md, Decisions.md, and Research.md in an Ideas/<Idea Name>/ folder, asking zero questions

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-britt-claude-code-skills-idea-to-design

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-britt-claude-code-skills-idea-to-design)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Idea To Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the idea note - Understand what's being proposed
  2. Create folder - Inside the Ideas folder, create a subfolder named after the idea
  3. Move original - Move the original idea note into the new folder
  4. Research - Investigate unknowns, find relevant information, explore feasibility
  5. Write design doc - Answer: What is it? Who is it for? How does it work? Where is it deployed?
  6. 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 TB or flowchart LR
  • Sequences: sequenceDiagram
  • Data flow: flowchart with 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.