Skip to main content
🚧 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

PackBest ForStatus
Course LaunchOnline educators, info product creatorsAvailable
High-Ticket Coaching1:1 coaches, consultants, service businessesAvailable
Agency OpsDone-for-you agencies, client service firmsAvailable
Content EngineCreators, newsletter operators, media businessesAvailable

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:
  1. Edit buyer profiles to match your actual customers
  2. Adjust standing order thresholds to your real revenue ranges
  3. Update the brand voice calibration in your business context
  4. 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.