← ClaudeAtlas

pick-gtm-agent-patternlisted

Use when planning a new GTM AI agent, turning an existing GTM workflow into an agent, or auditing a GTM agent for over-engineering — before an architecture is settled or a spec is written. Anchors the choice against the 46-agent Bowtie Funnel Model Switchboard fleet. Triggers on "plan this agent", "what pattern should this GTM agent use", "make this workflow an agent", "should this be an agent", "rebuild X agent", or "is this over-engineered".
bowtiefunnel/bowtie-funnel-Labs · ★ 0 · AI & Automation · score 72
Install: claude install-skill bowtiefunnel/bowtie-funnel-Labs
# Pick GTM Agent Pattern Run the gate sequence that picks an agent's build pattern and forces the "patterns NOT used" list, so over-engineering dies in planning. **The gates live in ONE place — read them, never reproduce from memory:** `pick_agent_pattern.md` (in this skill's folder) The framework the gates encode is explained in three reference files: - `reference/agent-build-patterns.html` — the 21 control-flow patterns (chains, routers, ReAct, orchestrator-worker…) and the choosing rule: can you draw the flowchart before runtime? - `reference/the-dial.html` — the dial: the build tiers (neurosymbolic 10-80-10 · guarded judgment ~5-90-5 · language-as-deliverable ≈5-60-35 · deterministic pipeline 0-100-0/0-100-5), the two-question ambiguity test, and the pyramid discipline (most agents are pipelines; only a handful reason). - `reference/gtm-fleet-switchboard.md` — the 46-agent Model Switchboard fleet, each agent's trigger, deliverable, and tier. Use it to find the closest analogue to the agent you're planning and start from its tier. Source of truth: https://labs.bowtiefunnel.com/agent-models/ ## Steps 1. Read the canonical gates doc above in full (it evolves; memory of it is stale). The intake block and gates are inside it. 2. Fill the doc's intake block from the user's request and the codebase — including the two reuse lines (shared plumbing to reuse; competitor/parity evidence, i.e. a feature-by-feature table against the product being rebuilt