By cookys
Orchestrate development workflows with structured lifecycle skills and methodology agents that enforce discipline across planning, coding, testing, debugging, and review phases. Automate task sizing, quality gates, retrospectives, and root-cause analysis while maintaining Three Red Lines discipline.
This directory ships **three methodology agents** bundled with autopilot. They carry autopilot's discipline axis into agent-level execution so dispatched reviews, debugs, and plans follow the same Three Red Lines as the skill layer.
Use when encountering any bug, service outage, test failure, flaky test, or unexpected runtime behavior — applies autopilot's evidence-first methodology (gather → narrow → hypothesize → verify → propose-fix). Never guesses from memory. Triggers PUA mode after 2+ failed attempts. Read-only diagnostic — produces fix proposals, does not apply patches.
Use when breaking fuzzy requirements into parallelizable subtasks, decomposing L-size work, or producing structured Task Breakdowns — applies autopilot's six-element Task Prompt contract (goal / scope / input / output / acceptance / boundaries). Read-only — does not write code or apply edits. Dispatched by autopilot:dev-flow on L-size tasks and by autopilot:think-tank for structured decomposition.
Use when performing pre-commit / pre-merge review, security audit, or plan critique — applies autopilot's Three Red Lines (closure / fact-driven / exhaustiveness). Every finding cites file:line. Default-assumes everything is broken until verified. Dispatched primarily via autopilot:quality-pipeline.
Compare two implementations and find every difference. Use when: "compare X with Y", "check X against Y", "verify X matches Y", "flag anything missing", "比對 X 和 Y", "檢查有沒有漏掉", "驗證是否一致", feature parity review between old and new systems, spec vs implementation verification, cross-system completeness check. Not for debugging a single discrepancy or writing comparison tests.
Pre-code Socratic design exploration — when the options don't exist yet. Use when: "I haven't figured out the approach", "help me think through X", "what should this even be / 還沒想清楚", "explore how to do X before we build", "我不確定要怎麼做", "尚未成形 / 沒有方向". DISCOVERS the options, surfaces 2-3 genuinely different approaches, and GATES implementation until you approve a design. Not for: deciding between options that ALREADY exist on the table (→ think-tank), external best-practice research (→ survey), an approach you've already chosen (→ references/plan-template.md to author the plan, then dev-flow), or a quick known fix (→ dev-flow).
Full delegation — you own the goal end-to-end, user just wants results. Triggers: "CEO mode", "get it done", "you decide", "handle everything", "I trust you", "take over", "full authority", "just do it", "搞定 X", "幫我處理", "全權處理", "你決定". Not for: research-only (→ survey), participatory planning (→ dev-flow), or parallel task dispatch.
Evidence-first debugging for correctness issues. Invoke when diagnosing bugs, crashes, logic errors, data corruption, connectivity problems, intermittent failures (incl. flaky tests with environment divergence), or 'works on my machine' issues. For performance issues (slow / high latency / CPU / memory), use the profiling skill instead. For perf regressions with known change attribution, profiling is still primary — measure first, don't guess from the deploy diff.
Start here before writing any code — sizes task (S/L/H/Fix), sets up branch and session rules. Use when: "I'm starting on X", "quick fix for Y", "continuing from yesterday", "hotfix needed", "let's implement X", "skip to coding", "我要開始做 X", "快速修一下", "接續昨天的進度", resuming a feature branch, or any task that touches code. Not for: debugging (→ systematic-debugging), authoring a plan doc (→ references/plan-template.md), pre-code design exploration (→ brainstorm), or code review (→ quality-pipeline).
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Standalone-capable lifecycle orchestration for Claude Code that coexists with Superpowers.
20 skills covering lifecycle management, strategic decisions, methodology, and quality gates.
Works standalone; gracefully delegates tactical execution to Superpowers when installed.
English | 正體中文
Claude Code on its own — even with the built-in superpowers plugin if you've installed it — leaves several layers unaddressed:
Autopilot ships 20 skills covering lifecycle orchestration, strategic intelligence, methodology, and quality gates. Works standalone; coexists with the optional superpowers plugin (see Superpowers Coexistence below).
| Skill | What It Does | Coexists with |
|---|---|---|
| dev-flow | Sizes tasks (S/L/H), sets session rules for config injection and quality gates, manages project tracking | superpowers:writing-plans (planning) |
| survey | Dual-agent research (researcher + skeptic) | — (no equivalent) |
| brainstorm | Pre-code Socratic design exploration — discovers options when none exist yet, surfaces 2-3 approaches, gates implementation until a design is approved | superpowers:brainstorming (internalized) |
| think-tank | 6-role debate for strategic decisions | superpowers:brainstorming (different level — requirements exploration) |
| think-tank-dialectic | Hegelian dialectic for irreversible / high-stakes decisions with LOW consensus. 4 职能 + 2 adversarial roles (Popper falsifier + Munger inverter). NOT a "better think-tank" — a different tool for a different situation | — (no equivalent) |
| ceo-agent | Autonomous execution with CEO-level judgment | — (no equivalent) |
| research-to-ship | Pinned participatory pipeline: research best-practice → plan → dialectic loop review → project → dev-flow, with a human gate between each phase. Delegates to survey/think-tank-dialectic/project-lifecycle/dev-flow | — (no equivalent) |
| quality-pipeline | Unified quality gate: test → scan → completeness → review | superpowers:verification-before-completion (partial) |
| finish-flow | Size-aware closing forcing function — TaskCreates discrete L-5 / H-9 / Fix / S-Lite sub-tasks so nothing gets silently compressed | — (no equivalent) |
| doc-sync | Doc↔code drift audit (WRONG / STALE / MISSING claims, adversarially verified, report-only). Scoped (cheap, per-diff) + full (whole-repo) modes; native dispatch with CC Workflow fast-path. Wired into finish-flow L-5.4 | — (no equivalent) |
| project-lifecycle | Plan → bootstrap → structure → archive | superpowers:finishing-a-development-branch (partial) |
| learn | Auto-records knowledge from failures; knowledge health audit | — (no equivalent) |
| retro | Engineering retrospective from git history | — (no equivalent) |
| distill | Distills recurring procedures/corrections from your conversation history into your own personal skills (routed to a private @skills-dir pack / project dirs, never into autopilot) | — (no equivalent) |
| next | Scan all work sources, recommend highest-priority task | — (no equivalent) |
| audit | Systematic comparison between implementations | — (no equivalent) |
| debug | Evidence-first debugging methodology (tool → log → code) with Three Red Lines | superpowers:systematic-debugging (broader hypothesis-driven framing) |
Codebase-to-pitch pipeline — scans any SaaS project, identifies personas and pain points, then generates pitch deck and landing page materials.
npx claudepluginhub cookys/autopilot --plugin autopilotFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.