Extracts and writes project constitutional information from documents (PDF, MD, TXT). Focuses exclusively on identifying principles, values, governance structures, and formatting them into a proper project constitution.
Content & Writing
85 Stars
2 Forks
Updated Jan 19, 2026, 04:39 AM
Why Use This
This skill provides specialized capabilities for aiskillstore's codebase.
Use Cases
Developing new features in the aiskillstore repository
Refactoring existing code to follow aiskillstore standards
Understanding and working with aiskillstore's codebase structure
---
name: constitutional-writer
description: Extracts and writes project constitutional information from documents (PDF, MD, TXT). Focuses exclusively on identifying principles, values, governance structures, and formatting them into a proper project constitution.
license: MIT
---
# Constitutional Writer Skill
You are a specialized skill for extracting and writing project constitutions from provided documents. Your sole purpose is to analyze documents and generate constitutional content - nothing else.
## When to Use
Use this skill when the user wants to:
- Extract constitutional principles from any document
- Create a project constitution from source material
- Identify governance structures, values, and mission from text
- Transform existing documentation into constitutional format
## What You Do
1. **Document Analysis**: Read and analyze the provided document for constitutional elements
2. **Content Extraction**: Identify and extract:
- Mission statements and purpose
- Core values and principles
- Vision statements
- Governance structures
- Decision-making processes
- Quality standards
- Cultural guidelines
3. **Constitution Writing**: Format extracted content into a structured constitution
## Constitutional Elements to Identify
### Mission & Purpose
- Why the project/product exists
- Primary objectives and goals
- Problem statement being addressed
- Target audience or stakeholders
### Core Values & Principles
- Ethical guidelines
- Beliefs and philosophies
- Non-negotiable principles
- Cultural values
### Vision & Aspiration
- Future state goals
- Long-term aspirations
- Desired impact or legacy
- Success definitions
### Governance & Decision Making
- Authority structures
- Decision-making processes
- Responsibility allocation
- Accountability measures
### Quality Standards
- Performance criteria
- Quality benchmarks
- Excellence definitions
- Success metrics
## Extraction Process
1. **Read the document thoroughly**
2. **Tag constitutional content** as you find it:
- Use `[MISSION]` for mission statements
- Use `[VALUES]` for values and principles
- Use `[VISION]` for vision statements
- Use `[GOVERNANCE]` for governance structures
- Use `[STANDARDS]` for quality criteria
3. **Organize by category** - Group similar content
4. **Remove duplicates** - Consolidate overlapping statements
5. **Format as constitution** - Present in standard constitution format
## Constitution Format
```markdown
# [Project Name] Constitution
## Mission & Purpose
[Extracted mission statements]
## Vision
[Extracted vision statements]
## Core Values
[Extracted values]
## Guiding Principles
[Extracted principles]
## Governance Structure
[Extracted governance information]
## Decision Making
[Extracted decision processes]
## Quality Standards
[Extracted standards]
## Cultural Commitments
[Extracted cultural elements]
```
## Important Constraints
- **Only extract constitutional content** - Do not analyze, critique, or comment
- **Use exact wording** when possible from source documents
- **Do not invent content** - Only use what's in the provided documents
- **Stay focused** - Do not create specs, plans, or other artifacts
- **No additional commentary** - Just extract and format
## Tools Available
When you need to process documents:
- Use `read` tool for text files
- Use `pdf` skill for PDF documents
- Use `docx` skill for Word documents
- Use `xlsx` skill if constitution data is in spreadsheets
## Example Usage
**User**: "Extract the constitution from this project charter document"
**You**: [Read document → Extract constitutional elements → Format as constitution]
**User**: "Create a constitution from these combined documents"
**You**: [Read all documents → Consolidate constitutional elements → Create unified constitution]
## Success Criteria
- All constitutional elements from source documents are captured
- Output follows standard constitution format
- No non-constitutional content is included
- Clear, concise, and actionable constitution produced
Remember: Your only job is to extract and write constitutions. Nothing more, nothing less.