← スキル一覧に戻る

bb80-specification-closure
by seanchatmangpt
Rust Template Generator with Frontmatter & RDF Support
⭐ 1🍴 1📅 2026年1月25日
SKILL.md
name: bb80-specification-closure description: "Verify 100% specification closure before Big Bang 80/20 single-pass construction." allowed_tools: "Read, Glob, Grep"
Big Bang 80/20: Specification Closure
Core Concept
Specification closure is the gate before EPIC 9 fan-out.
No implementation begins without closure verification.
Closure Checklist
A specification is closed when:
- All inputs characterized (domain, constraints, edge cases)
- All outputs specified (behavior, invariants, success criteria)
- All errors enumerated (what happens when things fail)
- All ambiguities resolved (no TBD, TODO, undefined)
- All user stories have acceptance scenarios
- SHACL validation passes
Quick Validation
# Check for incomplete markers
grep -r "TBD\|TODO\|FIXME\|undefined" .specify/
# Validate SHACL conformance
cargo make speckit-validate
Reference
See CLAUDE.md sections:
- Three Paradigms (Big Bang 80/20)
- When to Use EPIC 9
- Agents: bb80-specification-validator
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です