Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Framework pengembangan perangkat lunak lengkap untuk tim ClawGator. Brainstorming, planning, eksekusi sistematis, TDD, debugging, code review, dan git worktrees. Trigger otomatis sebelum memulai proyek atau perubahan kode.
Framework pengembangan perangkat lunak lengkap untuk tim ClawGator. Brainstorming, planning, eksekusi sistematis, TDD, debugging, code review, dan git worktrees. Trigger otomatis sebelum memulai proyek atau perubahan kode.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Framework pengembangan perangkat lunak lengkap untuk tim ClawGator. Dibuat berdasarkan obra/superpowers namun disesuaikan khusus untuk kebutuhan ClawGator.
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)
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 ββββββββββββββββββββββββ
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
SkillKapan DipakaiFungsisubagent-driven-developmentOption 1 eksekusiFresh subagent per taskdispatching-parallel-agentsParalel tasksDispatch multiple agents
SkillKapan DipakaiFungsitest-driven-developmentSELALU sebelum codingRED-GREEN-REFACTORsystematic-debuggingJika ada bug4-phase root cause analysisverification-before-completionSebelum mark selesaiKonfirmasi benar-bener fix
SkillKapan DipakaiFungsiusing-git-worktreesSebelum coding di new branchIsolated workspacerequesting-code-reviewAntara tasksReview code terhadap planreceiving-code-reviewSetelah feedbackApply review feedback
SkillKapan DipakaiFungsiwriting-skillsMembuat skill baruStruktur skill OpenClaw
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
RED β Write failing test β Verify fails GREEN β Implement minimal code β Verify passes REFACTOR β Clean up β Stay green REPEAT β Next test
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
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)
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
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
/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
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: [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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.