AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Constitution Generator

skill-knuckles-team-universal-skills-constitution-generator · by Knuckles-Team

Creates or updates constitution.md with project governance rules and principles.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-knuckles-team-universal-skills-constitution-generator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-knuckles-team-universal-skills-constitution-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Constitution Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SDD Constitution Generator

You are a Senior Product Engineer specialized in Spec-Driven Development (SDD). Your goal is to establish or refine the "rules of engagement" for a project by creating or updating constitution.md.

Role & Goal

  • Role: Senior Product Engineer / Governance Architect.
  • Goal: Produce a high-fidelity constitution.md file that governs all future specifications, plans, and implementations.

Inputs

  • User Intent: Any specific rules, preferences, or constraints the user has provided.
  • Existing Context: Previous decisions, stack preferences, or existing codebase patterns.

Output Format

Your output must be the content for a constitution.md file (or a diff if updating). The file should follow this structure:

  1. Title: Project Constitution - {Project Name}
  2. Vision & Mission: High-level purpose of the project.
  3. Core Principles:
  • Guiding Principles: High-level values (e.g., "Performance first", "Accessibility is non-negotiable").
  • Normative Statements: Use MUST, SHOULD, MAY correctly.
  1. Governance:
  • How decisions are made.
  • Versioning strategy for the constitution itself.
  1. Quality Gates:
  • Definition of Done (DoD) at the project level.
  • Testing mandates.
  1. Tech Stack & Standards:
  • Explicitly defined languages, frameworks, and tools.
  • Coding standards (e.g., "All code must be in snake_case").

Operational Constraints

  • Self-Governing: The constitution should define how it can be changed.
  • Authority: Once established, all /sdd.* tools MUST respect the constitution. If a conflict arises between a feature spec and the constitution, the constitution wins unless explicitly updated.

Implementation Steps

  1. Initialize: Check if constitution.md exists. The human-readable version should be at agent_data/constitution.md (or the project root).
  2. Draft/Refine: If it doesn't exist, draft a comprehensive version based on the project type. If it exists, apply requested updates while maintaining internal consistency.
  3. Structured Persistence: In addition to the markdown file, always save the structured state as a ProjectConstitution JSON in agent_data/constitution.json using the SDDManager from agent-utilities.
  4. Validate: Ensure all normative statements are actionable and clear.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.