A Considra template tap providing pre-built governance templates for common organizational patterns.
# Add this tap
considra tap-add db207/considra-templates
# List available templates
considra tap-templates
# Install a template pack
considra tap-install db207/considra-templates/startup-governanceGovernance essentials for early-stage startups.
- Personas: Founder, Advisor
- Processes: Weekly Review, Decision-Making
Lightweight governance for solo developers and indie hackers.
- Personas: Solo Developer
- Processes: Code Review, Release Process
Structured decision-making framework for teams.
- Personas: Facilitator, Devil's Advocate
- Processes: Structured Decision, Retrospective
- Fleet Plans: Decision Sprint (multi-agent coordination)
Any Git repository can be a Considra tap. Structure:
your-tap/
considra-tap.yaml # Tap metadata (name, author, description)
templates/
your-template/
template.yaml # Template manifest (name, description, version)
personas/*.yaml # Persona definitions
processes/*.yaml # Process definitions
fleet-plans/*.yaml # Fleet plan definitions
constraints/*.md # Constraint bundles
See the Considra docs for the full template specification.
MIT