Thank you for your interest in contributing to Intent Blueprint Docs. This guide covers how to get started, our standards, and the contribution workflow.
# Fork and clone
git clone https://github.com/YOUR_USERNAME/intent-blueprint-docs.git
cd intent-blueprint-docs
# Install dependencies
npm install
# Build all packages
npm run build
# Run in development mode
npm run devintent-blueprint-docs/
├── packages/cli/ # CLI tool source
├── packages/chatbots/ # MCP server source
├── professional-templates/ # 22 master templates (READ-ONLY)
├── form-system/ # Interactive form tools
├── 000-docs/ # Project documentation
└── .github/workflows/ # CI/CD
- Fix typos or unclear guidance in templates
- Improve placeholder coverage
- Suggest new template sections
- Bug fixes
- New MCP tools
- Plugin implementations
- Export integrations
- Performance improvements
- Improve guides in
000-docs/ - Add examples and tutorials
- Fix documentation errors
- Create vertical-specific template packs (FinTech, HealthTech, etc.)
- Create compliance template packs (SOC 2, HIPAA, GDPR)
- Create framework-specific packs (Next.js, FastAPI, Rails)
- Fork the repository
- Create a branch:
git checkout -b feature/my-feature - Make changes following the coding standards below
- Test:
npm run test && npm run lint - Commit with conventional commits:
feat: add new template - Push and open a Pull Request
- TypeScript for all source code
- ESLint + Prettier for formatting
- Conventional commits:
feat:,fix:,docs:,chore:,test: - Tests required for new features
- Documentation required for public API changes
- Never modify files in
professional-templates/without approval - All templates must include
{{DATE}}placeholder - Templates must work across all three scope tiers
- Run
make verifyto validate template integrity
All docs in 000-docs/ follow the filing system: NNN-CC-ABCD-description.md
See 000-docs/000-DR-INDEX-standards-catalog.md for the full spec.
We follow the Contributor Covenant. Be respectful, inclusive, and constructive.
- Issues: https://github.com/intent-solutions-io/intent-blueprint-docs/issues
- Discussions: Use GitHub Discussions for questions