Claude Cowork plugin for Fordefi's product team. Provides BI analysis skills and Fordefi-specific knowledge for self-serve data questions.
1. Clone with submodules
git clone --recursive [email protected]:arnac-io/product-ai.gitIf you already cloned without --recursive:
git submodule update --init --recursive2. Mount in Claude Cowork
Open Claude Cowork and mount the Product-AI folder.
3. Check your setup
Say: "check my setup"
Claude will verify submodules and connectors and tell you exactly what to fix if anything is missing.
- BI analysis — data and metrics questions against Fordefi's Snowflake. Just ask in plain language.
- Setup check — verifies submodules and connectors are working.
- Snowflake (primary — most workflows need this)
- Notion (for saving PRDs and notes)
- HubSpot (for CRM and ARR questions)
- Slack (optional — for customer context lookups)
Skills are markdown files in skills/. Knowledge is in knowledge/. Edit, commit, push — no build step needed.
See REPO-GUIDE.md for architecture and design principles.