constitution

Installation
SKILL.md

Instructions

  1. Identify the operation from $ARGUMENTS or user intent: create, update, check, or show.
  2. For create: ask which files to create (architecture.md, ontology.md, or both), gather required information via AskUserQuestion, then write the files using the templates below.
  3. For update: identify the target file and section, apply the change surgically, update the Last Updated date.
  4. For check: read both constitution files, read the target file, validate against architectural rules and ontology terms, output a Constitution Check Report.
  5. For show: read and display both files formatted for readability.
  6. Always confirm with the user before writing or overwriting files.

Examples

Create constitution before first brainstorm:

/developer-kit-specs:constitution create

Validate a spec against architecture and ontology:

/developer-kit-specs:constitution check --target=docs/specs/001/2024-01-15--user-auth.md
Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
145
GitHub Stars
246
First Seen
9 days ago