Business workflow system with AI agent support. Evolving toward intelligent orchestration: from business analysis to requirements to implementation.
- Template-based business workflow system for small teams (5-25 people) using
BRD → PRD → FRPgeneration via make commands and Claude Code. - Business Requirements Definition to Product Requirements Definition to Feature Request Prompt to Implementation
- Business Requierements can be provided via complete requirements template, description or iterative process
- Cline and Gemini configurations are present as fall-back solutions.
- Context-aware business intelligence orchestration (CABIO) evolving from enhanced templates with agent orchestration (8-12 weeks) to real-time market data integration and enterprise scalability (12+ months)
# 1. Setup environment
make setup_dev
# 2. business-driven product development approach wih example files
make brd_gen_claude "ARGS=example_ai_assistant.md" # Business Requierements Definition
make prd_gen_claude "ARGS=example_ai_assistant.md" # Product Requierements Definition
make frp_gen_claude "ARGS=example_ai_assistant.md task_automation" # Feature Request Prompt generation
make frp_exe_claude "ARGS=example_ai_assistant_task_automation.md" # Feature Request Prompt executionTemplate-based business workflow system for small teams (5-25 people).
Structured BRD → PRD → FRP workflow with AI agent configurations. Currently uses templates and make commands, evolving toward automated business intelligence orchestration.
Problem: Small teams need structured business analysis but lack dedicated resources for professional frameworks.
Current Solution: Template-driven workflow with Claude Code, Cline, and Gemini agent support
Evolution Path: Enhanced templates → context management → intelligent agent orchestration (CABIO)
- Business-Driven Development: Complete BRD → PRD → FRP workflow via templates
- AI Agent Configurations: Ready-to-use prompts for Claude Code, Cline, and Gemini
- Quality Automation: Integrated testing, linting, and validation workflows
- Professional Output: Business documentation ready for stakeholders
- Agent Orchestration: Automated handoffs between specialized AI agents
- Context Compression: Smart information filtering and allocation
- Market Research Integration: Templates with competitive analysis frameworks
- Context Preservation: Better information flow between analysis phases
- Streamlined Workflow: Reduced manual editing and refinement time
- Real-time Intelligence: Live market data and competitive monitoring
- Enterprise Scalability: Advanced workflows for larger organizations
- Accessible Intelligence: Professional business analysis without dedicated specialists
- Faster Iterations: Complete business requirements in hours rather than days
Goal: Transform template-based workflow into intelligent agent orchestration.
Building on proven BRD→PRD→FRP foundation, CABIO represents our evolution path: enhanced templates (8-12 weeks) → agent orchestration → comprehensive business intelligence for small teams scaling to larger organizations.
- CABIO Vision - Why business intelligence should be automated and contextual
- CABIO Product Roadmap - Customer value, target markets, and feature development
- CABIO Implementation Guide - Technical architecture and implementation roadmap
Development: Iterative approach starting with enhanced templates for small teams (8-12 weeks), then agent orchestration, expanding based on validation and user feedback. Current BRD→PRD→FRP workflow remains the foundation.
- Create business input:
cp context/templates/business_input_base.md context/business_inputs/my_project.md - Generate BRD:
make brd_gen_claude "ARGS=my_project.md" - Generate PRD:
make prd_gen_claude "ARGS=my_project.md" - Generate FRPs:
make frp_gen_claude "ARGS=my_project.md feature_name" - Implement:
make frp_exe_claude "ARGS=my_project_feature_name.md"
- Create feature:
cp context/templates/feature_base.md context/features/my_feature_description.md - Generate FRP:
make frp_gen_legacy_claude "ARGS=my_feature_description.md" - Implement:
make frp_exe_legacy_claude "ARGS=my_feature_frp.md"
Current: Template-based BRD→PRD→FRP workflow functional for small teams. Enhanced templates in development (8-12 weeks), CABIO orchestration planned (12+ months).
See CHANGELOG.md for version history.
- Usage Guide - Detailed workflow instructions
- Examples - Complete examples and demonstrations
- AGENTS.md - Agent configuration and behavior
- examples/mcp-server-client/ - Working MCP implementation, implemented with legacy custom commands workflow





