# Design Create

> Create design documents for features or systems. Use when architecture planning, API design, or technical decisions are needed before implementation. Use when this capability is needed.

- Skill: `tomevault-io/design-create` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/design-create`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/design-create/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/design-create

---


# Create Design Document

Create comprehensive design documents that guide implementation.

## Workflow

1. **Analyze** - Understand the requirement
2. **Research** - Check existing patterns in `wiki/tech/`
3. **Design** - Create architecture
4. **Document** - Write design doc
5. **Review** - Get approval

## Template

```markdown
# Design: [Feature Name]

## Overview
[What this covers]

## Goals
- Goal 1
- Goal 2

## Non-Goals
- What this does NOT cover

## Architecture

### Components
| Component | Responsibility |
|-----------|----------------|
| A | Does X |
| B | Does Y |

### API Design (if applicable)
#### POST /api/example
- Request: `{ "field": "value" }`
- Response: `{ "result": "value" }`

## Alternatives Considered
| Option | Pros | Cons |
|--------|------|------|
| A | ... | ... |

## Risks
| Risk | Mitigation |
|------|------------|
| Risk 1 | How to handle |
```

## Storage
Save to `wiki/design/[feature-name].md`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/hscspring) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

