Specbind banner
Huruikagi Huruikagi

Specbind

Development community

Description

keeps durable software specifications bound to agent-assisted delivery, from intent through release.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

SpecBind

SpecBind keeps durable software specifications bound to agent-assisted delivery, from intent through release.

AI coding agents can implement quickly, but the reasoning around a change is easy to lose: requirements become one-off prompts, design decisions drift away from the code, and a later agent has to reconstruct what the product is supposed to do. SpecBind gives that reasoning a maintained home and makes it part of the delivery lifecycle.

What SpecBind does

SpecBind combines agent skills with a deterministic CLI:

  • Skills own judgment. Agents help discover the right scope, author requirements and designs, review contracts, plan tasks, implement changes, and evaluate results.
  • The CLI owns invariants. It validates artifacts and traceability, records approvals and task progress, detects stale downstream work, and guards lifecycle and release transitions.
  • Specs stay alive. A Spec describes a product capability across milestones and releases. Later changes update the same durable requirements, design, and external contract instead of starting from a disposable plan.
  • Existing products can establish a baseline. Evidence-backed reverse discovery can establish durable Specs from a fixed implementation revision without presenting existing behavior as a new release.
  • Milestones make delivery explicit. A Roadmap groups the work intended for a release, including dependencies across Specs and smaller Direct changes that do not need their own Spec.
  • Contracts expose cross-Spec seams early. A contract-first review happens before task planning, so ownership conflicts, dependency cycles, and integration assumptions surface before implementation.

SpecBind is not a gate on every repository edit. Work enters the workflow when it belongs to a tracked delivery, changes behavior or boundaries owned by a Spec, or creates a new durable responsibility. Unrelated maintenance can remain ordinary work.

The lifecycle

The deliberate path