← Back to list

design-create
by hscspring
🎸 Scaffold AI-friendly project structures for Vibe Coding
⭐ 10🍴 1📅 Jan 23, 2026
SKILL.md
name: design-create description: Create design documents for features or systems. Use when architecture planning, API design, or technical decisions are needed before implementation.
Create Design Document
Create comprehensive design documents that guide implementation.
Workflow
- Analyze - Understand the requirement
- Research - Check existing patterns in
wiki/tech/ - Design - Create architecture
- Document - Write design doc
- Review - Get approval
Template
# 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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

