bb-constitution
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Outline
You are updating the project constitution at constitution.md (located in the project root or docs/ directory). This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. [PROJECT_NAME], [PRINCIPLE_1_NAME]). Your job is to (a) collect/derive concrete values, (b) fill the template precisely, and (c) propagate any amendments across dependent artifacts.
Note: If constitution.md does not exist yet, create it using the template structure defined below.
Constitution Template Structure
When creating a new constitution, use this structure:
More from buildbetter-app/bb-skills
trust-but-verify
Use when a feature branch has been implemented and you need to verify the UI/UX and functionality match the original plan before merging
12bb-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
12bb-review
Run a BuildBetter-first UX/usability and/or code review for the current feature.
11bb-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
10bb-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
10bb-checklist
Generate a custom checklist for the current feature based on user requirements.
10