go-modelisted
Install: claude install-skill BrianRWagner/ai-marketing-claude-code-skills
# 🎯 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 min