一键导入
task-triage
Task triage and complexity classification. Use when selecting the OpenCode workflow pipeline for a user request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Task triage and complexity classification. Use when selecting the OpenCode workflow pipeline for a user request.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Onboard project or init project safely: prepare the active repository with agent state, a full persistent codebase-memory index, evidence-based AGENTS.md handling, and safe check reporting.
Backend implementation protocol. Use by backend agents when editing assigned server-side slices.
Code review protocol. Use when reviewing final diffs against .agents/PLAN.md.
Failure routing protocol. Use when routing test or review failures to the correct agent.
Frontend implementation protocol. Use by frontend agents when editing assigned UI slices.
Performance review checklist. Use for database, API, rendering, caching, loops, network calls, bundle, and runtime risks.
| name | task-triage |
| description | Task triage and complexity classification. Use when selecting the OpenCode workflow pipeline for a user request. |
Classify each request before expensive work.
level-0: answer only; no code change.level-1: genuinely tiny, isolated, reversible, low-risk change; no plan.level-2: small isolated implementation; compact plan.level-3: medium feature or multi-file change; plan plus critique.level-4: high-risk, architecture, auth, data, payment, security, migration, or large refactor; deep plan and approval gate..agents/REVIEW_code-<n>.md; Level 3+ also requires a .agents/REVIEW_plan-<n>.md artifact.templates/PLAN.md as the source for .agents/PLAN.md starting at Level 2..agents/PLAN.md for Level 2.planner and an assigned .agents/REVIEW_plan-<n>.md plan critique for Level 3+.continuous: tiny changes, small fixes, medium low-risk tasks, and well-understood implementation work. No user pause unless blocked, failures are ambiguous, scope expands, or risk increases.phase-gated: large features, UX-heavy changes, full-stack work with manual testing value, ambiguous product behavior, or features where the user should inspect intermediate results. Pause after each main phase checkpoint.approval-gated: security-sensitive changes, database migrations, auth/permission changes, payment/billing logic, destructive operations, and large refactors. Ask for explicit approval before implementation or risky phases.For Level 2+ plans, record the selected mode in .agents/PLAN.md and mirror the current pause state in .agents/PROGRESS.md when progress tracking is used.
When the next step requires user input, use the canonical question standard: use question for scope ambiguity, product decisions, approval requests, and unclear ownership. Provide 2–4 concise options. Put the recommended option first and mark it (Recommended) when a safe default exists. Never end a run with a plain-text question when the question tool is available.