# Scope And Blockers

> Scope And Blockers

- Skill: `lubochka/scope-and-blockers-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/scope-and-blockers-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/scope-and-blockers-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/lubochka/scope-and-blockers-3

---

# Scope And Blockers

## Purpose
Keep scope and blockers explicit.

## When to Use
Use when requirements are broad, ambiguous, or blocked by missing information.

## Inputs
User request, plan, constraints, assumptions, dependencies.

## Steps
1. Define in-scope work.
2. Define out-of-scope work.
3. List blockers and their impact.
4. Continue with safe assumptions when possible.

## Gates
No hidden expansion of scope; blockers are visible.

## Evidence
Plan, issue list, or final response names skipped and blocked items.

## Anti-Patterns
Silently changing the goal; stopping early without naming the blocker.

## Related
`assumption-registry`, `goal-delivery-completeness`


