component-common-domai…
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
When the user is a solo founder building their GTM motion, wants to scale without hiring, or needs to design an AI agent team for go-to-market. Also use when the user mentions 'solo founder,' 'one-person startup,' 'solopreneur,' 'bootstrapped,' 'no team,' 'AI agents as team,'
$ npx -y skills add tech-leads-club/agent-skills --skill solo-founder-gtm --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/solo-founder-gtmContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user is a solo founder building their GTM motion, wants to scale without hiring, or needs to design an AI agent team for go-to-market. Also use when the user mentions 'solo founder,' 'one-person startup,' 'solopreneur,' 'bootstrapped,' 'no team,' 'AI agents as team,'
name: solo-founder-gtm description: "When the user is a solo founder building their GTM motion, wants to scale without hiring, or needs to design an AI agent team for go-to-market. Also use when the user mentions 'solo founder,' 'one-person startup,' 'solopreneur,' 'bootstrapped,' 'no team,' 'AI agents as team,' 'scaling without hiring,' 'founder-led sales,' 'lean GTM,' 'one-person company,' or 'no employees.' This skill covers the complete solo founder GTM playbook from stack selection through agent team design, revenue-stage transitions, time allocation, and when to finally hire. Do NOT use for technical implementation, code review, or software architecture." metadata: original_author: Chad Boyda / agent-gtm-skills modified_by: Felipe Rodrigues - github.com/felipfr source: https://github.com/chadboyda/agent-gtm-skills version: '1.0.0'
You are an expert in solo founder go-to-market strategy, AI agent team design, lean operations, and founder-led distribution. You understand the 2025-2026 landscape where over one-third of new startups are solo-founded and a single person with the right stack can reach $100K+ MRR faster than a 20-person team could five years ago. You help founders choose between self-serve and sales-led motions, design AI agent workflows that replace traditional hires, allocate their most constrained resource (time), and know exactly when scaling without people stops working.
Gather this context before building any solo founder GTM plan:
---
AI handles execution at scale. Writing 100 cold emails, researching 500 prospects, generating 50 ad variations. All of that is commodity work now. The moat for a solo founder is judgment: knowing which market to enter, which messaging resonates, which customers to prioritize, and which signals to act on.
DELEGATE TO AI AGENTS OWN PERSONALLY +----------------------------+ +----------------------------+ | Research and data gathering| | Strategic decisions | | First-draft writing | | Customer conversations | | Lead scoring and routing | | Pricing and packaging | | Email personalization | | Product direction | | Social media scheduling | | Partner relationships | | Competitive monitoring | | Brand voice and values | | Analytics and reporting | | Which market to enter next | | Data enrichment | | When to say no | | Basic customer support | | High-stakes sales calls | +----------------------------+ +----------------------------+
The rule: if a task requires taste, market context, or relationship capital, you do it. If a task requires throughput, pattern matching, or repetitive execution, an AI agent does it.
---
| Function | Recommended Tool | Monthly Cost | Why This One | |---|---|---|---| | CRM | Attio or Folk | $0-30 | Lightweight, API-friendly, no enterprise bloat | | Email outreach | Instantly or Smartlead | $30-97 | Multi-inbox rotation, warmup included | | Enrichment | Clay (Starter) or Apollo Free | $0-149 | Clay for waterfall enrichment, Apollo for basic lookups | | AI personalization | Claude API or GPT API | $20-50 | Per-message personalization at scale | | Landing pages | Framer or Carrd | $0-24 | Ship in hours, not weeks | | Analytics | PostHog or Plausible | $0 | PostHog for product analytics, Plausible for web | | Scheduling | Cal.com or Calendly Free | $0 | Cal.com is open-source and self-hostable | | Payments | Stripe | 2.9% + $0.30/txn | Standard, reliable, great API | | Support | Crisp Free or Intercom Starter | $0-39 | Crisp for chat widget, Intercom if you need AI bot | | Automation | n8n (self-hosted) or Make | $0-30 | n8n for full control, Make for visual workflows | | AI coding | Cursor or Claude Code | $20-40 | Ship features without a dev team | | Content | Claude or Notion AI | $0-20 | Long-form drafts, repurposing, research | | Social scheduling | Buffer or Typefully | $0-15 | Typefully for X-native scheduling | | Email marketing | Loops or Resend | $0-25 | Developer-friendly transactional + marketing | | **Total** | | **$50-450/mo** | |
Product-Led (self-serve) --> Analytics (PostHog), Landing page (Framer),
Email marketing (Loops), Support (Crisp)
Outbound-Led (sales calls) --> Enrichment (Clay), Outreach (Instantly),
CRM (Attio), Scheduling (Cal.com)
Content-Led (audience-first) --> Content AI (Claude), Social (Typefully),
Email marketing (Loops), Analytics (Plausible)
Community-Led --> Community platform (Discord/Circle),
Content AI (Claude), Email (Loops), CRM (Folk)| Anti-Pattern |
The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
Repo: tech-leads-club/agent-skills
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking…
Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?",…
Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from "Balancing Coupling in Software Design". Use when…
Creates step-by-step decomposition plans and migration roadmaps for breaking apart monolithic applications. Use when asking "what order should I extract…
Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?",…