task-triage
Use when task complexity is unclear — classify as Trivial, Simple, Compound, Complex, or Blocked and recommend the minimal path before spawning subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when task complexity is unclear — classify as Trivial, Simple, Compound, Complex, or Blocked and recommend the minimal path before spawning subagents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when running workspace tests, choosing a test command, or summarizing results before handoff to debugger.
Use when running workspace tests, choosing a test command, or summarizing results before handoff to debugger.
Use when: running pre-commit or pre-push CI-equivalent checks in any workspace — discovers workflow commands with Cursor tools, filters for local executability, scopes to staged changes, and runs checks cheapest-first.
Use when the user wants to install or customize cursorAssistant in the current project (GitHub install or configure).
Use when: running pre-commit or pre-push CI-equivalent checks in any workspace — discovers workflow commands with Cursor tools, filters for local executability, scopes to staged changes, and runs checks cheapest-first.
Use when: discovering package manifests, assessing dependency health, finding replacements, or confirming import usage before removal — discovery only; mutating installs are handled by the deps agent.
| name | task-triage |
| description | Use when task complexity is unclear — classify as Trivial, Simple, Compound, Complex, or Blocked and recommend the minimal path before spawning subagents. |
| disable-model-invocation | true |
Classify work before choosing subagents or a large implementation pass. Prefer this skill over a dedicated triage subagent.
planner or multiple specialistsinventory vs main Agent is enough| Tier | Description | Path |
|---|---|---|
| Trivial | One lookup or trivial edit | Answer in-chat |
| Simple | Few files, one approach | Main Agent |
| Compound | Multiple files or approaches | planner then implement |
| Complex | Migration, subsystem, unclear reqs | planner + specialists |
| Blocked | Missing info or unconfirmed destructive work | Stop; list blockers |
Tier: <tier>
Scope: <one line>
Approach: <path>
Blockers: <none | details>
Do not over-classify: three related files with one pattern is Simple, not Complex.
Before two or more Task subagents:
See references/parallel-scope.md for a template.
| Need | Route |
|---|---|
| Wide parallel codebase search | Built-in Explore |
| Structured inventory / caller map | inventory |
| External cited research | researcher |
| Repo docs (README, guides) | docs |
| Packages / CVE / install | deps |
| PR or diff review | review |
| Test or command failure | debugger |
| Plan before multi-file work | planner |
| Moves / layout | organise |
| Hygiene / prune | cleaner |
| Git / PR | commit |
.cursor/ lifecycle | cursorLifecycle or cursorAssistantSetup |
| Search method unclear | workspaceSearch skill |
| CI before push | ciPreflight skill |
If two rows seem to fit, use the Conflict resolution table in AGENTS.md.