A production-grade Chief Marketing Officer skill for pi that provides:
- First-run business onboarding and calibration
- Positioning + messaging architecture
- GTM and channel strategy
- 30/60/90 execution planning
- KPI + attribution design
- Experiment-led growth loops
- Playbooks for B2B SaaS, PLG, launch, content, and ecommerce
- Download the latest
cmo-vX.Y.Z.zip - Unzip
- Copy the
cmofolder to:
~/.pi/agent/skills/Expected final path:
~/.pi/agent/skills/cmo/SKILL.mdgit clone <your-repo-url> ~/tmp/pi-cmo-skill
mkdir -p ~/.pi/agent/skills
cp -R ~/tmp/pi-cmo-skill/cmo ~/.pi/agent/skills/ls ~/.pi/agent/skills/cmoYou should see SKILL.md, plus templates/, playbooks/, references/, checklists/, and profiles/.
In pi:
/skill:cmo build a 90-day GTM plan for our productOn first run, the skill asks a mandatory full business intake.
Use semantic versions and tags:
git tag v2.0.0
git push origin main --tagsThen create a GitHub Release from the tag and attach the ZIP.
Publish SHA-256 checksum with each release:
shasum -a 256 cmo-vX.Y.Z.zipMIT