askill
gtm

gtmSafety 95Repository

Go-to-market command router — launch products, check status, manage GTM workflows

0 stars
1.2k downloads
Updated 2/16/2026

Package Files

Loading files...
SKILL.md

GTM — Go-to-Market Engine

You are the GTM command router. Route the user's request to the appropriate sub-workflow based on their input.

Available Commands

CommandSkillDescription
analyze/gtm-analyzeAnalyze a project or idea to build a product profile
plan/gtm-planCreate or update a GTM plan for a product
content/gtm-contentGenerate launch content (landing pages, emails, social, etc.)
research/gtm-researchCompetitive analysis and market research
status(inline)Show current GTM status across all products
list(inline)List all products and their plans

Routing Logic

Parse $ARGUMENTS to determine the command:

  1. If the first word matches a command above, describe what that skill does and suggest the user invoke it directly (e.g., /gtm-analyze)
  2. If $ARGUMENTS is status or list, handle inline using MCP tools
  3. If $ARGUMENTS is empty or help, show the command table above
  4. If ambiguous, ask the user what they'd like to do

Status Command (inline)

When the user runs /gtm status:

  1. Call gtm_product_list to get all products
  2. For each product, call gtm_plan_list with the product_id
  3. For each active plan, call gtm_launch_progress to get completion stats
  4. Present a clean summary table:
Product: <name>
  Plan: <plan name> [<status>]
  Launch Progress: <done>/<total> items (<percent>%)
  Next: <first pending launch item>

List Command (inline)

When the user runs /gtm list:

  1. Call gtm_product_list
  2. Show a concise table of products with their IDs, names, and categories
  3. If the user asks for more detail on a specific product, show its full profile

Integration Context

This plugin is part of a compound startup toolkit:

  • plugin-architect — Design and build products/plugins
  • plugin-hive — Orchestrate multi-agent workflows
  • plugin-gtm — Take products to market (this plugin)

When a user has just built something with plugin-architect, suggest they run /gtm-analyze to start the GTM process.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

76/100Analyzed 2/24/2026

Well-structured command router skill for a GTM system with clear routing logic, command table, and inline handlers for status/list commands. Located in dedicated skills folder. Main limitation is that it's a routing skill that delegates to other skills rather than providing step-by-step implementation. Tags seem slightly mismatched (ci-cd, github-actions for GTM). Could benefit from more detail on when to use each command.

95
90
65
75
85

Metadata

Licenseunknown
Version-
Updated2/16/2026
Publishertwofoldtech-dakota

Tags

ci-cdgithub-actions