go-mode
Autonomous goal execution โ give a goal, get a plan, confirm, execute, report. You steer, Claude drives.
What this skill does
# ๐ฏ Go Mode โ Autonomous Goal Execution Give me a goal. I'll plan it, confirm with you, execute it, and report back. You steer โ I drive. ## Mode Detect from context or ask: *"Just do it, plan first, or plan + phase approvals?"* | Mode | What you get | Best for | |------|-------------|----------| | `quick` | 1-line plan โ you confirm โ execute | Simple tasks, clear goals | | `standard` | Full plan โ you confirm โ execute โ report (default) | Most tasks | | `deep` | Full plan โ risk review โ confirm each phase โ execute โ report | High-stakes or multi-system tasks | **Default: `standard`** โ use `quick` for simple, clear goals. Use `deep` when mistakes would be expensive to undo. --- ## How It Works ``` GOAL โ PLAN โ CONFIRM โ EXECUTE โ REPORT ``` ### Phase 1: PLAN When given a goal, break it down: 1. **Parse the goal** โ What's the desired outcome? What does "done" look like? 2. **Break into steps** โ Ordered task list, each step concrete and actionable 3. **Identify tools** โ Which skills, APIs, agents, or CLI tools are needed? 4. **Estimate effort** โ Time per step, total duration, API costs if applicable 5. **Flag risks** โ What could go wrong? What needs human approval? Output a structured plan: ``` ## ๐ฏ Goal: [restated goal] ### Definition of Done [What success looks like] ### Plan | # | Step | Tool/Skill | Est. Time | Cost | Risk | |---|------|-----------|-----------|------|------| | 1 | ... | ... | ... | ... | ... | ### Total Estimate - **Time:** X minutes - **API Cost:** ~$X.XX - **Human Checkpoints:** [list] ### Guardrails Triggered - [ ] External communication (needs approval) - [ ] Financial spend > $1 - [ ] Irreversible action ``` ### Phase 2: CONFIRM Present the plan and wait for approval: - **"Go"** โ Execute all steps - **"Go with changes"** โ Adjust plan, then execute - **"Just steps 1-3"** โ Partial execution - **"Cancel"** โ Abort **Never skip confirmation.** This is the human's steering wheel. ### Phase 3: EXECUTE Run each step sequentially: 1. **Announce** the current step: "Step 2/5: Researching competitor pricing..." 2. **Execute** using the identified tool/skill 3. **Checkpoint** after each major step โ brief status update 4. **Pause if:** - A guardrail is triggered (external action, spend, irreversible) - Something unexpected happens - A decision point requires human judgment 5. **Adapt** โ If a step fails, try alternatives before escalating ### Phase 4: REPORT When all steps complete: ``` ## โ Goal Complete: [goal] ### What Was Done - Step 1: [result] - Step 2: [result] - ... ### Outputs - [List of files, links, artifacts created] ### What Was Learned - [Insights discovered during execution] ### Recommended Next Steps - [What to do with the results] - [Follow-up opportunities] ### Stats - Total time: Xm - API calls: X - Est. cost: $X.XX ``` ## Guardrails ### Always Ask Before: - โ๏ธ Sending emails, DMs, or messages to anyone - ๐ข Posting to social media (Twitter, LinkedIn, etc.) - ๐ฐ Spending money or making API calls > $1 estimated - ๐๏ธ Deleting files or data - ๐ Changing permissions, credentials, or configs - ๐ Making any public-facing change ### Auto-Proceed On: - โ Reading files, searching the web - โ Creating drafts (not publishing) - โ Organizing or summarizing information - โ Running analysis or calculations - โ Creating files in the workspace ### Budget Caps - **Default per-goal budget:** $5 API spend max - **Per-step timeout:** 5 minutes (escalate if stuck) - **Total goal timeout:** 60 minutes (checkpoint and ask to continue) - Human can override any cap at confirm time ## Available Tools & Skills Reference When planning, draw from this toolkit: ### Research & Information | Tool | Use For | |------|---------| | `web_search` | Quick web lookups | | `web_fetch` | Read full web pages | | `qmd search` | Search Obsidian vault knowledge base | | `content-research-writer` skill | Deep research + writing | | `research-coordinator` skill | Multi-source research | ### Content Creation | Tool | Use For | |------|---------| | `content-atomizer` skill | Turn 1 piece โ 13+ posts | | `direct-response-copy` skill | Sales copy | | `seo-content` skill | SEO articles | | `newsletter` skill | Newsletter editions | | `email-sequences` skill | Email flows | | `nano-banana` skill | Image generation (Gemini) | ### Marketing & Strategy | Tool | Use For | |------|---------| | `positioning-angles` skill | Find hooks that sell | | `keyword-research` skill | SEO keyword strategy | | `business-prospecting` skill | Lead research | | `landing-page-design` skill | Landing pages | | `page-cro` skill | Conversion optimization | ### Communication | Tool | Use For | |------|---------| | `bird` CLI | Twitter/X (read, post, reply) | | Gmail | Email (read, send) | | Notion | Pages and databases | | Telegram | Messaging | ### Development | Tool | Use For | |------|---------| | `exec` | Shell commands | | `codex` | Code generation (GPT) | | `claude` | Code generation (Claude) | | File tools | Read, write, edit files | ## Example Goals ### 1. Competitor Analysis โ Comparison Page ``` Goal: "Research our top 3 competitors in the AI assistant space and build a comparison page" Plan: 1. Identify top 3 competitors (web search) โ 5min 2. Research each: pricing, features, reviews โ 15min 3. Build comparison matrix โ 10min 4. Write comparison page copy โ 15min 5. Create visual comparison table โ 5min Total: ~50min, ~$0.50 API cost ``` ### 2. Content Repurposing Pipeline ``` Goal: "Take my latest blog post and turn it into a week of social content" Plan: 1. Read and analyze the blog post โ 2min 2. Extract key themes and quotes โ 5min 3. Generate 5 Twitter threads โ 15min 4. Generate 5 LinkedIn posts โ 15min 5. Create 3 image prompts + generate visuals โ 10min 6. Build content calendar โ 5min Total: ~52min, ~$1.00 API cost ``` ### 3. Lead Research Sprint ``` Goal: "Find 20 potential clients in the SaaS space who might need our marketing services" Plan: 1. Define ideal client profile โ 5min 2. Search for SaaS companies (web) โ 15min 3. Research each company's marketing gaps โ 20min 4. Score and rank prospects โ 10min 5. Build outreach-ready prospect list โ 10min 6. Draft personalized intro messages [NEEDS APPROVAL] โ 15min Total: ~75min, ~$0.75 API cost ``` ### 4. SEO Content Sprint ``` Goal: "Create 3 SEO-optimized blog posts for our target keywords" Plan: 1. Review target keyword list โ 2min 2. Research top-ranking content for each keyword โ 15min 3. Create outlines using SEO skill โ 10min 4. Write article 1 โ 15min 5. Write article 2 โ 15min 6. Write article 3 โ 15min 7. Add internal links and meta descriptions โ 10min Total: ~82min, ~$2.00 API cost ``` ### 5. Launch Prep Checklist ``` Goal: "Prepare everything needed to launch our new product next Tuesday" Plan: 1. Audit what exists (landing page, emails, social) โ 10min 2. Identify gaps โ 5min 3. Write launch email sequence (3 emails) โ 20min 4. Create social media posts (Twitter, LinkedIn) โ 15min 5. Generate launch graphics โ 10min 6. Build launch day timeline โ 5min 7. Draft press/outreach messages [NEEDS APPROVAL] โ 15min Total: ~80min, ~$2.50 API cost ``` ### 6. Weekly Review & Planning ``` Goal: "Review this week's metrics, summarize wins/losses, and plan next week's priorities" Plan: 1. Pull metrics from available sources โ 10min 2. Summarize key wins โ 5min 3. Identify what didn't work โ 5min 4. Review upcoming calendar โ 5min 5. Propose next week's top 3 priorities โ 10min 6. Create actionable task list โ 5min Total: ~40min, ~$0.25 API cost ``` ## Usage Just tell the agent your goal in natural language: > "Take the wheel: Research the top 5 AI newsletter tools, compare them, and recommend the best one for a solopreneur" > "Take the wheel: Build a complete email welcome sequence for new subscribers โ 5 emails over 2 weeks" > "Take the wheel: Audit our Twitter presence and create a 30-day content strategy" The agent will plan, confir
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.