← Back to list

spec-driven-development
by UBAIDRAZA1
Hackathon ll phase 2 Full-Stack Todo Web Application
⭐ 0🍴 0📅 Jan 5, 2026
SKILL.md
name: spec-driven-development description: Enforces strict Spec-Driven Development. Prevents direct coding and ensures spec → generate → review loops.
Spec-Driven Development Rules
Golden Rule
Never write or modify code directly. All changes must originate from specifications.
Mandatory Workflow
- Analyze requirement
- Write or update spec (Markdown)
- Generate code via Claude Code
- Review output
- Refine spec if needed
- Regenerate
Required Spec Artifacts
Depending on feature scope:
- spec.md
- plan.md
- tasks.md
- checklist.md
- ADR (if architectural)
Forbidden Actions
- Manual code patches
- Guessing requirements
- Skipping specification step
Success Criteria
- Specs are the single source of truth
- Code exactly matches specs
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon