scope-analyst
SolidCatch ambiguities and hidden requirements before planning.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- antonbabenko
- Repository
- antonbabenko/deliberation
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
scope
Use when unsettled requirements or decisions need a spec, options, acceptance criteria, authority bounds, or decision record. Not for implementing approved scope or writing files during read-only advice; use implement.
scope
Review the bead or caller intent write scope for completeness and ambiguity. Triggers: "review write scope", "check scope boundaries", "scope this change".
scout
Triggered by /scout <area-or-topic>. Briefs the developer on an unfamiliar area of an EXISTING codebase before they write a plan: existing patterns with file:line pointers, conflicting mental models, impact map, watch-outs, and open questions — cached to docs/pre-plans/scout-findings.md, which /plan-review reads automatically. Use when the user says "scout the X area", "scout this", "give me a rundown of Y", "brief me on Z before I plan", or wants to understand code before planning. Does NOT propose implementations, write code, or pick an approach — that's the plan's job.