Initial commit: Brachnha Insight project setup

- Next.js 14+ with App Router and TypeScript
- Tailwind CSS and ShadCN UI styling
- Zustand state management
- Dexie.js for IndexedDB (local-first data)
- Auth.js v5 for authentication
- BMAD framework integration

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Max
2026-01-26 12:28:43 +07:00
commit 3fbbb1a93b
812 changed files with 150531 additions and 0 deletions

25
_bmad/bmb/README.md Normal file
View File

@@ -0,0 +1,25 @@
# BMB - BMad Builder Module
Specialized tools and workflows for creating, customizing, and extending BMad components including agents, workflows, and complete modules.
## Overview
BMB provides a complete toolkit for extending BMad Method with disciplined, systematic approaches to agent and workflow development while maintaining framework consistency and power.
**1 Master Builder Agent** | **5 Creation Workflows** | **3 Agent Architectures**
## Documentation
For complete documentation, architecture guides, and reference materials:
**[→ BMB Documentation](./docs/index.md)**
## Quick Links
- [Agent Creation Guide](./docs/agents/index.md) - Build custom agents
- [Workflow Architecture](./docs/workflows/index.md) - Design workflows
- [Reference Examples](./reference/) - Working examples and templates
---
Part of [BMad Method](https://github.com/bmadcode/bmad-method) v6.0