spec-kitty-constitution

Automate governance policy capture and constitution generation for Spec-Kitty projects.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-constitution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kitty-constitution
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/spec-kitty-plugin/skills/spec-kitty-constitution
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill spec-kitty-constitution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the capture and enforcement of project governance policies for Spec-Kitty projects by providing an interview-driven workflow and automatic constitution compilation.

Core Features & Use Cases

  • Interactive policy interviews to capture project governance inputs.
  • Generate a formal constitution document and associated artefacts in the designated .kittify/constitution paths.
  • Supports minimal and comprehensive workflows with guidance for context bootstrap and validation.
  • Real-world use: For multi-feature projects, pass --feature <slug> to every spec-kitty constitution command to tailor governance.

Quick Start

Run spec-kitty constitution interview to capture governance policies, then generate the constitution with spec-kitty constitution generate.

Frequently Asked Questions about spec-kitty-constitution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project governance policy capture for multi-feature projects?

Automate project governance policy capture by running an interactive interview workflow to collect inputs, then compile a formal constitution document. You can pass a feature slug to tailor governance policies for multi-feature projects.

When do I need to generate a formal constitution document for my project?

You need a formal constitution document when your project has multiple features requiring structured policy capture and formal governance documentation to maintain consistent automated governance enforcement across the codebase.

How do I generate project governance artefacts using the spec-kitty CLI workflow?

Generate governance artefacts by running the constitution interview command to capture policies, then execute the constitution generate command. Outputs are compiled automatically into the designated .kittify/constitution directory.

Does the constitution generation workflow require the spec-kitty CLI?

Yes, the constitution generation workflow requires the spec-kitty CLI to process interview inputs and produce formal governance documentation outputs in the .kittify/constitution directory.

Can I tailor governance policies for individual features during constitution generation?

Yes, you can tailor governance policies for individual features by passing the --feature <slug> parameter to every spec-kitty constitution command, ensuring governance documentation matches feature-specific requirements.

What are the limitations of automated constitution generation for project governance?

Automated constitution generation is limited to projects using the spec-kitty CLI workflow and requires multi-feature projects to pass feature slugs manually for tailored governance, restricting use outside this ecosystem.