# Send ClawGator Superpowers to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawgator-superpowers",
    "name": "ClawGator Superpowers",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/renggap/clawgator-superpowers",
    "canonicalUrl": "https://clawhub.ai/renggap/clawgator-superpowers",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawgator-superpowers",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawgator-superpowers",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "package.json",
      "CONTRIBUTING.md",
      "SKILL.md",
      "openclaw.plugin.json",
      "commands/write-plan.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawgator-superpowers"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawgator-superpowers",
    "downloadUrl": "https://openagent3.xyz/downloads/clawgator-superpowers",
    "agentUrl": "https://openagent3.xyz/skills/clawgator-superpowers/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawgator-superpowers/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawgator-superpowers/agent.md"
  }
}
```
## Documentation

### ClawGator Superpowers

Framework pengembangan perangkat lunak lengkap untuk tim ClawGator. Dibuat berdasarkan obra/superpowers namun disesuaikan khusus untuk kebutuhan ClawGator.

### Kapan Menggunakan

SELALU gunakan skill ini SEBELUM:

Memulai fitur baru atau komponen
Mengubah perilaku atau fungsi
Fix bug atau issue
Perubahan signifikan pada kode
Membuat perencanaan implementasi

Lewati untuk:

Pertanyaan simpel atau pencarian informasi
Perintah satu baris
Melihat konteks proyek (gunakan skill terkait)

### Alur Kerja Lengkap

Permintaan Pengembangan
    ↓
┌──────────────────────┐
│  USING SUPERPOWERS   │ ← Skill utama - memandu semua langkah
│  (skill dasar)       │   - Menemukan skill yang relevan
│                      │   - Menentukan prioritas skill
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│   BRAINSTORMING      │ ← Memahami requirement & desain
│  (jika butuh desain) │   - Tanya pertanyaan satu per satu
│                      │   - Usulkan 2-3 pendekatan
│                      │   - Validasi desain incrementally
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│  USING GIT WORKTREES│ ← Setup workspace terisolasi
│  (sebelum coding)    │   - Create branch baru
│                      │   - Setup project
│                      │   - Verify baseline tests
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│   WRITING PLANS      │ ← Buat rencana implementasi
│  (jika multi-task)   │   - Pecah jadi tasks kecil (2-5 min)
│                      │   - Exact file paths & complete code
│                      │   - Include TDD steps
└──────────┬───────────┘
           ↓
    ┌──────┴──────┐
    │             ↓
    │  ┌──────────────────────┐
    │  │ SUBAGENT-DRIVEN DEV  │ ← Eksekusi via subagent (option 1)
    │  │  (sesi ini)          │   - Fresh subagent per task
    │  │                      │   - Review antar task
    │  └──────────┬───────────┘
    │
    │  ┌──────────────────────┐
    │  │   EXECUTING PLANS    │ ← Eksekusi batch (option 2)
    │  │  (sesi terpisah)     │   - Batch execution
    │  │                      │   - Review checkpoints
    │  └──────────┬───────────┘
    │
    ↓  ↓
┌──────────────────────┐
│ TEST-DRIVEN DEVELOPMENT │ ← WAJIB untuk semua coding
│  (selalu aktif)         │   - RED: Tulis test, lihat fail
│                        │   - GREEN: Implement minimal code
│                        │   - REFACTOR: Clean up
└──────────┬─────────────┘
           ↓
┌──────────────────────┐
│ SYSTEMATIC DEBUGGING  │ ← Jika ada bug/issue
│  (jika error muncul)  │   - Phase 1: Investigasi root cause
│                      │   - Phase 2: Analisis pola
│                      │   - Phase 3: Hipotesis & testing
│                      │   - Phase 4: Fix & verify
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│   CODE REVIEW        │ ← Review antar tasks
│  (antara tasks)      │   - Requesting: Review code
│                      │   - Receiving: Apply feedback
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│   VERIFICATION       │ ← Konfirmasi benar-bener fix
│  (sebelum selesai)   │   - Test lagi
│                      │   - Cek regressions
└──────────┬───────────┘
           ↓
┌──────────────────────┐
│ FINISHING DEV BRANCH │ ← Selesai branch
│  (setelah semua)     │   - Verify tests
│                      │   - Present options:
│                      │   * Merge ke main
│                      │   * Buat PR
│                      │   * Keep branch
│                      │   * Discard
└──────────────────────┘

### 🎯 Skills Utama (Process)

SkillKapan DipakaiFungsiusing-superpowersSELALU di awal conversationMemandu penggunaan skillbrainstormingSebelum codingMemahami requirement & desainwriting-plansSetelah desain disetujuiBuat rencana implementasiexecuting-plansSetelah plan siapEksekusi planfinishing-a-development-branchSetelah selesaiWrap up branch

### 🔨 Skills Eksekusi

SkillKapan DipakaiFungsisubagent-driven-developmentOption 1 eksekusiFresh subagent per taskdispatching-parallel-agentsParalel tasksDispatch multiple agents

### 🧪 Skills Quality

SkillKapan DipakaiFungsitest-driven-developmentSELALU sebelum codingRED-GREEN-REFACTORsystematic-debuggingJika ada bug4-phase root cause analysisverification-before-completionSebelum mark selesaiKonfirmasi benar-bener fix

### 🔧 Skills Git & Review

SkillKapan DipakaiFungsiusing-git-worktreesSebelum coding di new branchIsolated workspacerequesting-code-reviewAntara tasksReview code terhadap planreceiving-code-reviewSetelah feedbackApply review feedback

### 📝 Skills Meta

SkillKapan DipakaiFungsiwriting-skillsMembuat skill baruStruktur skill OpenClaw

### Iron Laws

NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST (TDD)
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST (Debugging)
If you think there is even a 1% chance a skill might apply, you ABSOLUTELY MUST invoke it

### TDD Cycle

RED → Write failing test → Verify fails
GREEN → Implement minimal code → Verify passes
REFACTOR → Clean up → Stay green
REPEAT → Next test

### Debugging Cycle

Phase 1: Root Cause Investigation
  - Read errors carefully
  - Reproduce consistently
  - Check recent changes
  - Trace data flow

Phase 2: Pattern Analysis
  - Find working examples
  - Compare against references
  - Identify differences

Phase 3: Hypothesis & Testing
  - Form single hypothesis
  - Test it
  - Learn & iterate

Phase 4: Fix & Verify
  - Implement fix at root cause
  - Verify with original issue
  - Run all tests

### Prioritas Skill

Ketika multiple skills mungkin relevan:

Process skills first (brainstorming, debugging, writing-plans)
Quality skills second (TDD, systematic-debugging)
Git/Review skills third (worktrees, code-review)
Execution skills fourth (executing-plans, subagent-driven)

Contoh:

"Let's build X" → brainstorming → using-git-worktrees → writing-plans → executing-plans
"Fix this bug" → systematic-debugging → TDD
"Add X" → TDD (sederhana, no plan needed)

### Integration dengan OpenClaw

Skill ini terintegrasi penuh dengan OpenClaw:

✅ Automatic triggers pada kata kunci: "build", "create", "implement", "fix", "add"
✅ Folder skills/ berisi 14 sub-skills lengkap
✅ Sub-skills trigger otomatis berdasarkan konteks
✅ using-superpowers sebagai entry point
✅ Tools: brainstorm, plan_review, get_status
✅ OpenClaw Agent integration untuk subagent-driven-development

### Pengembangan ClawGator

Tim ClawGator menggunakan skill ini untuk:

🔨 Membangun fitur-fitur OpenClaw
🚀 Mengembangkan platform
🔧 Bug fixing dan improvement
📝 Perencanaan produk
💡 Brainstorming ide-ide baru
🔍 Debugging sistematis
✅ Testing dengan TDD
📊 Code review antar tasks

Skill ini memastikan tim ClawGator selalu:

Think before they code
Plan before they build
Verify before they ship
Test before production

### Struktur Folder

/home/clawgator-superpowers/
├── SKILL.md                    - Dokumentasi skill utama
├── openclaw.plugin.json        - Konfigurasi plugin
├── package.json                 - Metadata
├── brainstorming.js              - Core brainstorming function
├── index.js                     - Entry point
├── skills/                       - Sub-skills dari obra/superpowers
│   ├── using-superpowers/       - Skill dasar
│   ├── brainstorming/           - Brainstorming & desain
│   ├── writing-plans/           - Rencana implementasi
│   ├── executing-plans/         - Eksekusi plan
│   ├── test-driven-development/ - TDD workflow
│   ├── systematic-debugging/    - 4-phase debugging
│   ├── using-git-worktrees/     - Git worktrees
│   ├── subagent-driven-development/ - Eksekusi via subagent
│   ├── dispatching-parallel-agents/ - Paralel agents
│   ├── requesting-code-review/  - Review code
│   ├── receiving-code-review/   - Terima feedback
│   ├── verification-before-completion/ - Verify fix
│   ├── finishing-a-development-branch/ - Wrap up
│   └── writing-skills/          - Buat skill baru
└── README.md                     - Dokumentasi lengkap

### Memulai Proyek Baru

Buat fitur [nama fitur]

Skill akan otomatis:

Mengaktifkan using-superpowers
Brainstorming untuk pahami requirement
Buat git worktree baru
Tulis implementasi plan
Eksekusi dengan TDD
Test dan verify

### Fix Bug

Fix bug: [deskripsi bug]

Skill akan otomatis:

Mengaktifkan systematic-debugging
Investigasi root cause (4 phases)
Implement fix dengan TDD
Verify fix
Run semua tests

Versi: 1.0.0
Dibuat untuk: Tim ClawGator
Didasarkan: obra/superpowers (100% workflow, 14 sub-skills)
Lisensi: MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: renggap
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawgator-superpowers)
- [Send to Agent page](https://openagent3.xyz/skills/clawgator-superpowers/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawgator-superpowers/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawgator-superpowers/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawgator-superpowers)