Files
mohitagw15856 59c4510055 feat: v9.0.0 — three new agent templates (Discovery, Stakeholder Comms, Launch)
This release adds three new agent templates to the library, bringing the total to four.

New templates:
- PM Discovery Agent: synthesises customer interviews from Notion or Google Drive,
  identifies cross-interview themes, scores assumption confidence, generates follow-up questions
- PM Stakeholder Comms Agent: detects audience type (executive/investor/stakeholder/board),
  pulls activity from Linear/Jira/Drive, drafts in audience-appropriate format
- PM Launch Agent: end-to-end launch coordination with channel-specific content,
  calendar, success metrics, and launch checklist

Each template follows the established pattern: README, AGENT.md, orchestrate.sh,
2 subagents, connectors with example configs, examples, smoke test.

Total file count: 37 new files across 3 templates.

Updated README to position library as 4-template collection.
Bumped marketplace.json from v8.0.0 to v9.0.0.
2026-05-07 22:30:34 +01:00

3.1 KiB

Example: Input to the PM Launch Agent

Common invocations by launch tier

Minor feature launch (in-product only)

bash orchestrate.sh \
  --feature-name "Keyboard Shortcuts" \
  --launch-date "2026-05-20" \
  --feature-summary "Power-user keyboard shortcuts for the most common actions in the app" \
  --target-audience "active power users" \
  --launch-tier minor

Major feature launch (full content + media)

bash orchestrate.sh \
  --feature-name "Smart Search" \
  --launch-date "2026-06-15" \
  --feature-summary "AI-powered semantic search across documents and conversations. Finds what you mean, not just what you typed." \
  --target-audience "knowledge workers at mid-market companies" \
  --launch-tier major

Flagship launch (maximum coverage)

bash orchestrate.sh \
  --feature-name "Workspace 2.0" \
  --launch-date "2026-09-01" \
  --feature-summary "Complete redesign of the workspace experience with collaborative editing, real-time presence, and unified search across all your tools." \
  --target-audience "all customers and prospects" \
  --launch-tier flagship \
  --post-to-notion true

What goes into a great feature summary

The agent's output quality depends heavily on this input. Vague summaries produce vague content.

Weak summary: "New search feature that's better"

Strong summary: "AI-powered semantic search that understands intent, not just keywords. Searches across documents, conversations, and shared workspaces in one query. Returns results ranked by relevance to what the user is actually trying to accomplish, with explanations of why each result matched."

The strong version gives the agent enough material to:

  • Generate distinctive positioning (semantic search, intent over keywords)
  • Identify proof points (cross-source search, ranked by intent)
  • Suggest use cases (research workflows, troubleshooting)
  • Differentiate from alternatives

Launch tier decision guide

If your launch is... Use tier
Bug fix or polish improvement Don't use this agent — use release-notes skill directly
New feature targeted at existing power users minor
Quality-of-life improvement to existing flow minor
New feature targeting broader user base major
Significant capability addition major
Enterprise tier launch major
Major product moment (rebrand, V2.0, new product) flagship
Press-worthy announcement flagship
Public company milestone flagship

When in doubt, start with major. You can always reduce coverage. Going from minor to major after the fact is harder.

What you should know before running

  • Launch dates 1+ weeks in the future work best. The agent generates a full pre-launch plan. If launch is in 2 days, much of the plan won't be useful.
  • Have a clear feature summary. Write it before running. 2-3 sentences minimum, ideally a paragraph.
  • Know your target audience. "All customers" works but produces generic content. "SMB founders evaluating workflow tools" is sharper.
  • Be honest about tier. Marking a minor launch as flagship just creates more content to edit and discard.