developer-launch-packager
Agent: Developer Relations Lead
L2 developer relations lead responsible for developer community signal extraction, developer GTM, experience review, feedback synthesis, and community growth.
Department ethos: ideal-marketing.md
Skill Description
Packages the developer launch assets including SDKs, sample apps, documentation, and announcement content into a coordinated release kit.
When to Use
- When a new developer product, API, or SDK is approaching launch and assets need to be bundled.
- When a major version release requires coordinated updates across documentation, samples, and announcement channels.
- When a partner integration launch needs a developer-facing asset package.
- When a conference or event keynote will announce developer capabilities and supporting materials must be ready.
Workflow
- Inventory required assets: Use the asset inventory model in framework.md to list all assets required for the launch type (new product, major, minor, or patch). Assign owners and deadlines. Deliverable: asset checklist with owners and deadlines.
- Coordinate with engineering: Confirm SDK and API readiness, version numbers per the semantic versioning reference in the framework, breaking changes, and deprecation notices. Complete Gate 1 from the pre-launch readiness gates. Deliverable: engineering sign-off document.
- Prepare documentation: Ensure all docs are updated, reviewed, and published to staging. Write the changelog entry using the Keep a Changelog format from the framework. Complete Gate 2. Deliverable: documentation readiness confirmation.
- Build sample applications: Create or update sample apps that demonstrate key use cases and run without error against the released SDK version. Deliverable: tested sample apps in target languages.
- Draft announcement content: Write the launch blog post, release notes, social media posts, and developer newsletter section. Complete Gate 3. Deliverable: announcement content package.
- Assemble and test the kit: Run through all four pre-launch readiness gates in the framework. Complete a first-run developer experience check to verify TTFHW and sample app integrity. Deliverable: tested launch kit with gate sign-off.
- Execute launch sequence: Follow the launch sequence protocol from the framework — publish SDK first, then docs and changelog, then blog, then social, then newsletter. Record timestamps. Deliverable: launch execution log with publish timestamps.
Anti-Patterns
- Last-minute documentation: Starting documentation updates after the SDK is already released. Why: Developers arriving on launch day find incomplete or outdated docs, creating a negative first impression that is amplified by launch traffic volume.
- Untested samples: Shipping sample apps that were not tested against the final SDK version. Why: Broken samples are the single fastest way to destroy developer trust; developers who cannot run the sample will not try the product.
- Uncoordinated publish sequence: Publishing the blog announcement before the SDK or docs are live. Why: Excited developers click through to assets that do not exist yet, creating confusion and support burden during the highest-traffic window.
Output
On success: Produces a complete developer launch kit containing SDK packages, documentation, sample apps, announcement content, and a launch execution log. Delivered to developer relations, marketing, and engineering teams.
On failure: Report which assets are not ready, what blocks completion, and recommend a revised launch date or partial launch strategy. Every error must be actionable.
Related Skills
1---2name: developer-launch-packager3description: This skill packages the developer launch assets including SDKs, sample apps, and documentation. Use when asked to prepare a developer launch kit, bundle SDK release assets, or coordinate documentation for a developer launch. Also consider when a new API version needs a coordinated asset package for release day. Suggest when the user is about to announce a developer product without prepared launch assets.4---56# developer-launch-packager78## Agent: Developer Relations Lead910L2 developer relations lead responsible for developer community signal extraction, developer GTM, experience review, feedback synthesis, and community growth.1112Department ethos: [ideal-marketing.md](../../../../departments/marketing/ideal-marketing.md)1314## Skill Description1516Packages the developer launch assets including SDKs, sample apps, documentation, and announcement content into a coordinated release kit.1718## When to Use1920- When a new developer product, API, or SDK is approaching launch and assets need to be bundled.21- When a major version release requires coordinated updates across documentation, samples, and announcement channels.22- When a partner integration launch needs a developer-facing asset package.23- When a conference or event keynote will announce developer capabilities and supporting materials must be ready.2425## Workflow26271. **Inventory required assets**: Use the asset inventory model in [framework.md](references/framework.md) to list all assets required for the launch type (new product, major, minor, or patch). Assign owners and deadlines. Deliverable: asset checklist with owners and deadlines.282. **Coordinate with engineering**: Confirm SDK and API readiness, version numbers per the semantic versioning reference in the framework, breaking changes, and deprecation notices. Complete Gate 1 from the pre-launch readiness gates. Deliverable: engineering sign-off document.293. **Prepare documentation**: Ensure all docs are updated, reviewed, and published to staging. Write the changelog entry using the Keep a Changelog format from the framework. Complete Gate 2. Deliverable: documentation readiness confirmation.304. **Build sample applications**: Create or update sample apps that demonstrate key use cases and run without error against the released SDK version. Deliverable: tested sample apps in target languages.315. **Draft announcement content**: Write the launch blog post, release notes, social media posts, and developer newsletter section. Complete Gate 3. Deliverable: announcement content package.326. **Assemble and test the kit**: Run through all four pre-launch readiness gates in the framework. Complete a first-run developer experience check to verify TTFHW and sample app integrity. Deliverable: tested launch kit with gate sign-off.337. **Execute launch sequence**: Follow the launch sequence protocol from the framework — publish SDK first, then docs and changelog, then blog, then social, then newsletter. Record timestamps. Deliverable: launch execution log with publish timestamps.3435## Anti-Patterns3637- **Last-minute documentation**: Starting documentation updates after the SDK is already released. *Why*: Developers arriving on launch day find incomplete or outdated docs, creating a negative first impression that is amplified by launch traffic volume.38- **Untested samples**: Shipping sample apps that were not tested against the final SDK version. *Why*: Broken samples are the single fastest way to destroy developer trust; developers who cannot run the sample will not try the product.39- **Uncoordinated publish sequence**: Publishing the blog announcement before the SDK or docs are live. *Why*: Excited developers click through to assets that do not exist yet, creating confusion and support burden during the highest-traffic window.4041## Output4243**On success**: Produces a complete developer launch kit containing SDK packages, documentation, sample apps, announcement content, and a launch execution log. Delivered to developer relations, marketing, and engineering teams.4445**On failure**: Report which assets are not ready, what blocks completion, and recommend a revised launch date or partial launch strategy. Every error must be actionable.4647## Related Skills4849- [`developer-gtm-planner`](../developer-gtm-planner/SKILL.md) — Launch assets must align with the GTM channel strategy and messaging.50- [`api-documentation-designer`](../../../marketing/technical-writer/api-documentation-designer/SKILL.md) — API documentation structure designed here feeds into the launch documentation package.51- [`developer-experience-reviewer`](../developer-experience-reviewer/SKILL.md) — Launch kit should be validated through a developer experience review before release.