> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bossmode.ing/llms.txt
> Use this file to discover all available pages before exploring further.

# Course Launch Pack

> The Course Launch Pack installs a complete launch playbook into BossMode. Standing orders, buyer profiles, and directive templates for online educators and info product creators.

<Warning>🚧 Expanding soon — full Course Launch Pack documentation is in progress.</Warning>

## Overview

The Course Launch Pack is designed for online educators, info product creators, and anyone running a launch-based revenue model. It pre-loads the consigliere with the standing orders and playbooks needed to run a launch — from waitlist open to cart close.

## What's included

* **Launch sequence standing orders** — pre-built rules for email cadence, offer windows, and cart close timing
* **Buyer profile templates** — three buyer archetypes for online education (skeptic, motivated learner, serial buyer)
* **Revenue escalation rules** — triggers configured for typical course pricing ($97 to $2,000 range)
* **Capo playbooks** — `capo_marketing` and `capo_revenue` tuned for launch mechanics
* **Directive templates** — pre-written directives for pre-launch content, waitlist nurture, launch emails, and post-launch follow-up

## Installation

```bash theme={null}
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" }'
```

## Key standing orders (pre-loaded)

The following standing orders are installed automatically. Review and adjust thresholds before going live:

* Cart close emails execute automatically within approved timing windows
* Revenue above \$10,000 in a 24h window triggers escalation before any offer change
* Refund requests over \$500 require manual review
* New waitlist members receive the nurture sequence without approval
* Price changes to any active course require explicit sign-off

## Recommended first directives

After installing the pack, issue these directives to calibrate:

1. `"Audit the current email list and segment by engagement level"`
2. `"Draft a launch announcement email for [your course name]"`
3. `"Identify the top 3 objections from the last 10 lost leads"`

## Revenue model assumptions

This pack assumes:

* Course price range: $97 — $2,000
* Typical launch window: 5–10 days
* Primary acquisition: email list + social
* Payment processor: Stripe

Adjust standing order thresholds if your numbers differ significantly.
