基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/laurac8r/claude-damn --skill super-fixer-cat命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
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.
TaskCreate / TaskUpdate / render the current TaskList in response to `/task-list` (with or without flags). The skill body executes immediately on the syntax — no permission-seeking, no echoing the list back as plain text.
| name | super-fixer-cat |
| description | Expert review to debug, then fix using brainstorming workflow with subagent-driven-development |
| argument-hint | [<scope|directive>] |
| user-invocable | true |
/expert-review debug the below, then fix using /super 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) 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.