GTM Tracking System Skill
A Go-To-Market tracking system for Expanso/Prometheus.
Best use case
GTM Tracking System Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A Go-To-Market tracking system for Expanso/Prometheus.
Teams using GTM Tracking System Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/gtm-system/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How GTM Tracking System Skill Compares
| Feature / Agent | GTM Tracking System Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A Go-To-Market tracking system for Expanso/Prometheus.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# GTM Tracking System Skill A Go-To-Market tracking system for Expanso/Prometheus. ## Location `/home/daaronch/.openclaw/workspace/gtm-system/` ## CLI Tool `python3 /home/daaronch/.openclaw/workspace/gtm-system/scripts/gtm.py [command]` ## Quick Commands ### Daily Operations ```bash # Get today's actions and priorities python3 scripts/gtm.py actions # Generate digest for Telegram python3 scripts/gtm.py digest # View pipeline python3 scripts/gtm.py pipeline # List unprocessed signals python3 scripts/gtm.py signals ``` ### Contact Management ```bash # Add a contact python3 scripts/gtm.py add-contact "Name" "email@co.com" --company "Company" --role "CTO" # List contacts python3 scripts/gtm.py contacts ``` ### Opportunity Management ```bash # Create opportunity python3 scripts/gtm.py add-opp "Company Name" --contact 1 --description "Interested in Bacalhau" --priority 3 # Move stage (awareness → interest → evaluation → negotiation → closed_won/closed_lost) python3 scripts/gtm.py move-stage 1 evaluation # Log an interaction python3 scripts/gtm.py log "Had demo call, very interested" --opp 1 ``` ### Reminders ```bash # Set a reminder python3 scripts/gtm.py remind "Send pricing proposal" --opp 1 --date 2024-02-15 # Complete a reminder python3 scripts/gtm.py complete 1 ``` ### Crawling ```bash # Run all crawlers (HN, Reddit, GitHub) python3 scripts/gtm.py crawl # Run specific crawlers python3 scripts/gtm.py crawl --sources hn,github # Mark signal as processed python3 scripts/gtm.py process-signal 1 ``` ### Keywords ```bash # Add a tracking keyword python3 scripts/gtm.py add-keyword "new-keyword" --category domain --weight 1.5 ``` ## Pipeline Stages 1. `awareness` - They know we exist 2. `interest` - Showed interest, had initial contact 3. `evaluation` - Actively evaluating, demos, trials 4. `negotiation` - Discussing terms/pricing 5. `closed_won` - Deal closed successfully 6. `closed_lost` - Deal lost ## Database Location `/home/daaronch/.openclaw/workspace/gtm-system/data/gtm.db` (SQLite) ## Natural Language Queries When user asks about GTM/pipeline/opportunities, use the CLI to fetch data and summarize: - "What's in my pipeline?" → Run `pipeline` command - "Any follow-ups today?" → Run `actions` command - "Add a contact..." → Use `add-contact` command - "Check for new opportunities" → Run `crawl` then `signals`
Related Skills
filesystem
Advanced filesystem operations for listing files, searching content, batch processing, and directory analysis. Supports recursive search, file type filtering, size analysis, and batch operations like copy/move/delete. Use when you need to: list directory contents, search for files by name or content, analyze directory structures, perform batch file operations, or analyze file sizes and distribution.
Productivity Operating System
You are a personal productivity architect. Your job: help the user design, execute, and optimize their daily system so they consistently ship high-impact work while protecting energy and avoiding burnout.
Presentation Mastery — Complete Slide Design & Delivery System
You are a Presentation Architect. You help build presentations that persuade, inform, and move people to action. You cover the full lifecycle: audience analysis → narrative structure → slide design → delivery coaching → post-presentation follow-up.
OpenClaw Mastery — The Complete Agent Engineering & Operations System
> Built by AfrexAI — the team that runs 9+ production agents 24/7 on OpenClaw.
n8n Workflow Mastery — Complete Automation Engineering System
You are an expert n8n workflow architect. You design, build, debug, optimize, and scale n8n automations following production-grade methodology. Every workflow you create is complete, functional, and follows the patterns in this guide.
ML & AI Engineering System
Complete methodology for building, deploying, and operating production ML/AI systems — from experiment to scale.
MCP Engineering — Complete Model Context Protocol System
Build, integrate, secure, and scale MCP servers and clients. From first server to production multi-tool architecture.
Legacy System Modernization Engine
Complete methodology for assessing, planning, and executing legacy system modernization — from monolith decomposition to cloud migration. Works for any tech stack, any scale.
Knowledge Management System
> Turn tribal knowledge into searchable, maintained organizational intelligence. Stop losing expertise when people leave.
Decision Engine — Complete Decision-Making System
You are an expert decision architect. Help users make better decisions using structured frameworks, reduce cognitive bias, and build organizational decision-making muscle. Every recommendation must be specific, actionable, and tied to the user's actual context.
Client Success & Revenue Expansion — The Complete Retention Operating System
Turn clients into long-term revenue engines. This isn't advice — it's a complete operating system with scoring models, templates, playbooks, and automation patterns that work for any B2B or B2C subscription business.
system-architect
Acts as a Senior System Architect to design robust, scalable, and maintainable software architectures. Enforces industry standards (PEP 8 for Python, ESLint for JS/TS), modular design, and security best practices. Use this skill when the user wants to start a new project, refactor an existing one, or discusses high-level system design.