# Scope And Blockers

> Keep scope and blockers explicit. Use when requirements are broad, ambiguous, or blocked by missing information.

- Skill: `lubochka/scope-and-blockers` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/scope-and-blockers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/scope-and-blockers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lubochka/scope-and-blockers

---


# 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`

