원클릭으로
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 직업 분류 기준
| 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.
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.