Install
$ agentstack add skill-knuckles-team-universal-skills-constitution-generator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.mdfile 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:
- Title: Project Constitution - {Project Name}
- Vision & Mission: High-level purpose of the project.
- Core Principles:
- Guiding Principles: High-level values (e.g., "Performance first", "Accessibility is non-negotiable").
- Normative Statements: Use MUST, SHOULD, MAY correctly.
- Governance:
- How decisions are made.
- Versioning strategy for the constitution itself.
- Quality Gates:
- Definition of Done (DoD) at the project level.
- Testing mandates.
- 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
- Initialize: Check if
constitution.mdexists. The human-readable version should be atagent_data/constitution.md(or the project root). - 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.
- Structured Persistence: In addition to the markdown file, always save the structured state as a
ProjectConstitutionJSON inagent_data/constitution.jsonusing theSDDManagerfromagent-utilities. - 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.
- Author: Knuckles-Team
- Source: Knuckles-Team/universal-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.