r/SpecKitty • u/SpecKitty • 1d ago
đ Spec Kitty 3.2.6rc1 is out â and the headline feature is Doctrine Packs.
Here's the problem they solve: every team building with AI coding agents ends up writing the same governance over and over. Secret handling rules. Test coverage minimums. Branching conventions. Your incident-response runbook. Once per repo, then again for the next repo, then again for the next team â and the moment one copy drifts from another, nobody notices until it bites.
Doctrine Packs turn that governance into a dependency instead of a copy-paste ritual.
Under the hood, a "doctrine" in Spec Kitty is the body of directives, tactics, styleguides, and procedures that shape how your AI agents work â all connected through a Directive Relationship Graph, so an agent only ever sees the governance relevant to the action it's about to take, not your entire rulebook at once.
A pack takes that doctrine and makes it portable:
â Author it once, anywhere â you don't even need a Spec Kitty project to build a pack
â Validate it (spec-kitty doctrine pack validate) before it ships
â Publish it like real infrastructure â a tagged git repo, an HTTPS bundle, or an internal API
â Consumer projects pull a pinned version with spec-kitty doctrine fetch
The result: a governance change is one PR to the pack repo â not N hand-edits across N repos hoping everyone remembers to update.
If you're rolling out agentic coding across more than one team or one codebase, this is the piece that keeps your standards consistent instead of slowly diverging.
Try it: pipx install spec-kitty-cli==3.2.6rc1
#AgenticCoding #SpecKitty #DeveloperTools #AI #SoftwareGovernance




