← スキル一覧に戻る

spec-writing
by IvanTorresEdge
⭐ 0🍴 1📅 2026年1月13日
SKILL.md
name: spec-writing description: Standards and templates for writing detailed feature specifications. Use when transforming requirements into implementation-ready specs.
Spec Writing Skill
When to Use
- Writing formal feature specifications
- Refining rough requirements
- Defining acceptance criteria
- Documenting technical architecture for features
Specification Structure
Required Sections
-
Overview
- High-level feature description
- Strategic alignment (why this feature matters)
- User value proposition
-
Requirements
- Functional requirements (what it must do)
- Non-functional requirements (performance, security, etc.)
- Constraints and assumptions
-
Data Models
- Database schema / smart contract storage
- Entity relationships
- Data validation rules
-
API Contracts (if applicable)
- Endpoints and routes
- Request/response formats
- Error handling
-
User Interface (if applicable)
- UI components and layout
- User flows and interactions
- Accessibility requirements
-
Integration Points
- External services
- Internal dependencies
- Third-party APIs
-
Acceptance Criteria
- Testable success criteria
- Edge cases to handle
- Performance targets
-
Verification
- How to validate implementation
- Test scenarios
- Success metrics
Best Practices
- Be specific and testable
- Include visual references when UI is involved
- Define clear boundaries and scope
- Reference product context for strategic alignment
- Apply software principles from code-principles plugin
- Think in vertical features (what's the MVP feature?)
Formatting Standards
CRITICAL: Follow template formatting exactly:
- Use text checkboxes:
[ ]for incomplete,[x]for complete - NEVER use emojis for checkboxes or task status
- Follow the exact structure and styling from the templates
- Maintain consistent heading levels and list styles
- Use numbered lists where templates show numbers
- Preserve all formatting as shown in requirements-template.md and spec-template.md
Templates
See templates/ directory for:
- requirements-template.md
- spec-template.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です