원클릭으로
blocker-detection
Use this skill when investigating blockers, stalled work, or anything preventing progress.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when investigating blockers, stalled work, or anything preventing progress.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when the user asks about deepagents harness capabilities, tool names, task delegation, filesystem access, or sandbox execution. It provides a concise operational cheat sheet.
Use this skill for multi-track tasks that benefit from delegation, parallel research, or structured planning. It guides the main agent to use the task tool, subagents, and write_todos for coordination.
Use this skill for requests related to Linear issues, projects, sprints, and team workload. This skill provides guidance on how to effectively query and interact with Linear data.
Use this skill when generating project updates, status reports, or stakeholder communications.
Use this skill for tasks that require running commands or scripts in the sandbox. It provides a plan-first workflow for using run_sandbox_workflow, dependency setup, verification, and iterative loops.
Guide for creating or updating skills. Covers naming, required frontmatter, store-backed paths, and publishing.
| name | blocker-detection |
| description | Use this skill when investigating blockers, stalled work, or anything preventing progress. |
This skill helps identify and resolve blockers before they derail projects.
Use these tools in order:
get_linear_issues(filter: "blockers") - Explicitly blocked itemsget_linear_issues(filter: "stalled") - Work that stopped movingsearch_memories(query: "blocked waiting dependency") - Historical contextFor each blocker, identify:
Always provide actionable next steps:
| Type | Signs | Resolution |
|---|---|---|
| Dependency | "waiting on X", linked issue | Escalate to owner of X |
| Decision | "need to decide", "TBD" | Identify decision maker |
| Resource | Unassigned, overloaded owner | Reassign or add capacity |
| External | Third-party, API, approval | Escalate, find workaround |
| Technical | Bug, infrastructure issue | Get engineering help |
3 Active Blockers:
1. **ABC-123** blocked 5 days
- Waiting on security review
- @security-team can unblock
- Suggested: Ping in #security-reviews?
2. **DEF-456** stalled 8 days
- No activity, assignee @mike
- May be forgotten
- Suggested: Check if still needed?
3. **GHI-789** blocked by dependency
- Waiting on ABC-100
- ABC-100 is 80% complete
- Should unblock in ~2 days
**Suggested actions:**
1. Escalate security review
2. Check in with Mike
3. Monitor ABC-100 progress