odoo-strategy provides AI-powered business strategy tools integrated with Odoo.
It answers the question WHAT should the business do. The companion repo
odoo-marketing answers HOW to execute.
| Module | Description |
|---|---|
strategy_core |
Business Model Canvas, SWOT, VPC, OKR, Porter, Blue Ocean, Ansoff, BCG, Risk Matrix, RACI |
strategy_finance |
Financial forecasts, TAM/SAM/SOM, unit economics, scenario modeling, pricing |
strategy_dashboard_vrtl |
Dashboard sources for strategy KPIs |
All strategy skills are stored as SKILL.md files in skills/ and imported
into Odoo as marketing.skill records at module install. Pi agents read them
via XML-RPC.
odoo-strategy (WHAT) → odoo-marketing (HOW)
────────────────────── ──────────────────────
business.model.canvas marketing.plan
• customer_segments ──→ • target_audience
• value_propositions ──→ • key_message
• channels ──→ • channel_mix
• revenue_streams ──→ • revenue_model
strategy.forecast + scenarios ──→ marketing.plan (financial)
# Clone and install
git clone git@github.com:vertelab/odoo-strategy.git /usr/share/odoo-strategy
cd /usr/share/odoo-strategy
python3 scripts/build_skill_xml.py
sudo checkmodule -d <db> -m strategy_coreAGPL-3 — see LICENSE