Write specification for unclear requirements
spec-driven-developmentskillsetup L1★2
LLl0k0laD/agent-skills ↗What it does
Write specifications before implementing code
Best for
Establishing shared understanding of what to build and why before writing any code, preventing rework.
Inputs
- · [object Object]
Outputs
- · [object Object]
Preconditions
- · Problem or goal defined
- · Requirements unclear or ambiguous
Failure modes
- · Spec incomplete
- · Requirements still ambiguous
- · Spec not followed during implementation
Trust signals
- · Spec as source of truth
- · Spec-code mismatch detectable