home / skills / gtmagents / gtm-agents / versioning-dashboard
This skill helps you manage versioning dashboards by tracking product versions, locales, and channels, with actionable insights for leadership.
npx playbooks add skill gtmagents/gtm-agents --skill versioning-dashboardReview the files below or copy the command above to add this skill to your agents.
---
name: versioning-dashboard
description: Dashboard pattern for tracking doc coverage across product versions,
locales, and channels.
---
# Versioning Dashboard Skill
## When to Use
- Managing multiple product versions, editions, or deployment models.
- Coordinating deprecations, migrations, and long-term support documentation.
- Reporting readiness and gaps to leadership during launches.
## Framework
1. **Version Inventory** – list active versions, release dates, support windows, and owners.
2. **Artifact Coverage** – matrix of docs/tutorials/guides per version + locale + channel.
3. **Change Log Hooks** – tie version changes to release notes, migration guides, and alert cadence.
4. **Risk & Action Log** – highlight outdated assets, missing locales, or compliance needs.
5. **Reporting Layer** – KPIs (coverage %, SLA adherence, reader metrics) with filters for audience or product area.
## Templates
- Dashboard sheet with pivoted coverage views and status chips.
- Migration tracker linking deprecated features to comms + doc updates.
- Executive summary slide with version highlights and asks.
## Tips
- Integrate with source control metadata to auto-update coverage status.
- Highlight dependencies (SDKs, integrations) when versions shift.
- Pair with `plan-documentation-roadmap`, `publish-release-documentation`, and `update-api-reference` workflows.
---
This skill provides a production-ready dashboard pattern to track documentation coverage across product versions, locales, and channels. It helps teams inventory active releases, surface gaps, and communicate readiness for launches and deprecations. Designed for cross-functional GTM teams, it produces actionable reporting and escalation paths to close doc debt.
The dashboard ingests a version inventory and maps documentation artifacts (guides, tutorials, API references) across versions, locales, and channels to produce a pivotable coverage matrix. It links change events and release notes to specific assets, flags risks and missing locales, and maintains an action log for owners. A reporting layer exposes KPIs like coverage percentage, SLA adherence, and reader metrics with filters for product area and audience.
Can the dashboard auto-update from source control?
Yes. Integrate repository metadata and CI outputs to surface coverage changes and reduce manual updates.
Which KPIs should we prioritize?
Start with coverage percentage, SLA remediation time for missing assets, and reader engagement on migrated content; expand as needs evolve.