Agent skill
bb80-specification-closure
Verify 100% specification closure before Big Bang 80/20 single-pass construction.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/bb80-specification-closure
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?