constitutional-writer
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.
What this skill does
# 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.
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.