Changelog
2026-05-05by Fatih
Deal, Keep, Ink, and Buzz join the roster, plus version drift enforcement
Four new Product Team agents cover revenue, customer success, content marketing, and PR. The team grows to 27 agents and 186 skills, and version enforcement now blocks drift across 194 manifest files.
featureimprovement
New agents
- -Deal (Revenue & Sales): MEDDPICC deal qualification, 3-stage sales model, pipeline design, playbook authoring, pricing strategy, enterprise closing. Skills:
/deal-recon,/deal-pipeline,/deal-playbook,/deal-pricing,/deal-close. - -Keep (Customer Success): NRR engine model, health scoring, onboarding flow design, expansion playbooks, churn prevention. Skills:
/keep-recon,/keep-health,/keep-onboard,/keep-expand,/keep-playbook. - -Ink (Content Marketing): topic cluster architecture, stage-aware SEO, blog drafting, content calendar, case studies. Skills:
/ink-recon,/ink-post,/ink-seo,/ink-calendar,/ink-case. - -Buzz (PR & Community): PESO media model, community flywheel design, press pitch writing, social drafting, DevRel, launch coordination. Skills:
/buzz-recon,/buzz-pitch,/buzz-social,/buzz-community,/buzz-launch.
All 4 agents embed 0-to-$100M stage-aware framing and diagnose the company's current stage before producing output. The Product team grows from 8 to 12 agents, 27 agents and 186 skills total.
Version drift enforcement
- -
scripts/bump-version.pygains a--checkmode that exits 1 on any manifest deviating from root. A newcheck-versionsCI job runs it on every PR. - -All 194
plugin.jsonandpyproject.tomlfiles synced to 0.9.9, fixing prior drift (most agents at 0.9.7, Warden at 0.9.8, new agents at 0.1.0). - -
team/shared/relocated tolib/shared/, since it's a Python library, not an agent. Fixes phantom "shared" agent detection in CI. - -Skill renamed:
skills/contributetoskills/pave-contribute, fixing the agent-prefix naming rule. - -Output-kit compliance added to 10 skills across Buzz, Ink, Form, Warden, and the Deal/Keep families.
All 54 CI structure and compliance tests now pass.