Enterprise Dev Config
Guard rails for teams that need PR reviews and audit trails
What you can have running in the first 7 days
What is Enterprise Dev Config?
A comprehensive CLAUDE.md for engineering teams at companies with compliance requirements. Includes branch protection rules, PR template enforcement, commit signing expectations, security scanning gates, and documentation requirements. Covers monorepo conventions, service ownership, and incident response protocols.
5 min
Advanced
What's Included
- CLAUDE.md
- conventions/branch-strategy.md
- conventions/pr-template.md
- conventions/commit-signing.md
- conventions/service-ownership.md
- security/scanning-gates.md
- security/secret-handling.md
- templates/incident-report.md
- templates/design-doc.md
- README.md
Preview
# CLAUDE.md — Enterprise Dev Config
## Branch Strategy
- `main` is protected — no direct commits
- Feature branches: `feat/<ticket-id>-<description>`
- Hotfix branches: `fix/<ticket-id>-<description>`
- All PRs require 1 approval + passing CI
## Security Requirements
- NEVER commit secrets, tokens, or API keys
- NEVER disable ESLint rules without team approval
- Run `bun run security-scan` before every PR
- Flag any new dependency additions for review
## PR Checklist (all must pass)
- [ ] Tests cover new code paths
- [ ] No TODO without a linked ticket
- [ ] CHANGELOG.md updated for user-facing changes
- [ ] API changes have migration guideInstallation Guide
Get up and running in under 5 minutes.
# Copy the config to your project root
cp enterprise-dev/CLAUDE.md ./CLAUDE.md
# Start a new session to load it
claudeSkill Pack. Pay once for the asset. Upgrade to implementation only when you want higher-touch help.
Community acceleration
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Upgrade path
- Start with this package and validate the workflow.
- Add specialized skills or bundles once the core system is stable.
- Use the community to sharpen positioning, demos, and feedback loops.
Need this adapted to your business?
Buy the asset first if you can run it yourself. If this workflow is business-critical or needs custom implementation, move into a sprint or fractional CIO advisory instead of guessing.
Discuss implementation →Tags
Related Products
DevOps/SRE Config
A CLAUDE.md for DevOps teams with incident and change management
Content Creator Config
A CLAUDE.md tuned for writing, editing, and publishing workflows
Customer Success Config
A CLAUDE.md for proactive, retention-focused customer management
Data Science Config
A CLAUDE.md for data science workflows with experiment tracking