一键导入
super-duper-fixer-cat
Expert review to debug, then fix using brainstorming workflow in an isolated git worktree with subagent-driven-development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert review to debug, then fix using brainstorming workflow in an isolated git worktree with subagent-driven-development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Render a single "where am I, what have I done, what's next" survey HTML page composing anchor cascade + tesseract shelf + git state + CHECKPOINT.md + TaskList. Read-only by design.
Subagent-driven development as the explicit combination of /subagent-driven-development (sequential, review-gated execution) and /dispatching-parallel-agents (independent fan-out). Opens with one combined pre-dispatch question to set the execution mode and the edit-approval mode, then dispatches accordingly.
Use when a discrete task boundary is crossed in multi-step work — step completion, subagent dispatch return, Skill-tool invocation return, /proceed gate passed, test-run completion, or file-write to a durable artifact (spec, plan, SKILL.md). Do not substitute an in-place TaskList update for this skill.
Use when resuming paused work, starting a session where a CHECKPOINT.md exists, or when the user says "continue from checkpoint", "resume", or "pick up where we left off"
Use when pausing work that will be resumed later, when switching contexts, or when the user asks to save a checkpoint. Creates a CHECKPOINT.md that captures full resumption context.
retry last operation attempted before the user interrupted the process, or otherwise continue last attempted tool use
| name | super-duper-fixer-cat |
| description | Expert review to debug, then fix using brainstorming workflow in an isolated git worktree with subagent-driven-development |
| argument-hint | [<scope|directive>] |
| user-invocable | true |
/expert-review debug, then fix using /super with /duper with /cat
If ARGUMENTS explicitly ban implementation ("explore only", "do not fix yet", "brainstorm approaches, don't edit code", "leave implementation for a follow-up session", or similar), skip /expert-review (nothing to debug pre-implementation), skip /duper (no worktree needed when no edits are planned), and skip /cat (no implementation to parallelize). Invoke /brainstorming directly, produce the design artifact (visual-aid, prose, or spec-stub per operator preference), and STOP at the design gate. Do not dispatch to TDD/implementation subagents. The brainstorm artifact IS the deliverable; follow-up session picks up via /checkpoint-resume.
Rationalization counter: "the skill says to run the full flow, so I should" — no, an explicit operator directive to explore-only overrides the default flow. The full-flow sequence assumes an implementable target; exploration tasks have no such target yet.