🚧 Expanding soon — full Business Packs documentation is in progress.
What are Business Packs?
Business Packs are pre-configured directive sets, standing orders, buyer profiles, and capo playbooks bundled for a specific business model. Install a pack and your consigliere knows how to run that business function from day one.
Each pack includes:
- Standing orders pre-written for the business model
- Capo playbooks with role-specific execution patterns
- Buyer profiles for the typical customer of that business type
- Directive templates for the most common work items
- Escalation rules pre-tuned for the revenue range
Available Packs
| Pack | Best For | Status |
|---|
| Course Launch | Online educators, info product creators | Available |
| High-Ticket Coaching | 1:1 coaches, consultants, service businesses | Available |
| Agency Ops | Done-for-you agencies, client service firms | Available |
| Content Engine | Creators, newsletter operators, media businesses | Available |
Installing a pack
curl -sX POST https://bossmode.ing/api/pro/packs/install \
-H "x-bossmode-token: $BOSSMODE_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "pack": "course-launch" }'
Installing a pack:
- Loads the pack’s standing orders into your active order set
- Seeds the capo roles with pack-specific playbooks
- Adds buyer profile templates you can customize
- Sets default escalation thresholds for the business model
Customizing after install
Packs are starting points. After install, you should:
- Edit buyer profiles to match your actual customers
- Adjust standing order thresholds to your real revenue ranges
- Update the brand voice calibration in your business context
- Review escalation rules and tighten anything too permissive
Multiple packs
You can install multiple packs. Standing orders merge — the consigliere follows all active orders. Conflicts are surfaced in the morning brief for your resolution.
Building custom packs
Custom pack authoring (export your own configured BossMode as a shareable pack) is on the roadmap. Available in Q3 2026.