scope-check

Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts. Use when user says 'any scope creep', 'scope review', 'are we staying in scope'.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "scope-check" with this command: npx skills add sadowskr/skillsmp-sadowskr-sadowskr-scope-check

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

architecture-decision

Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Every major technical choice should have an ADR.

Repository SourceNeeds Review
General

architecture-review

Validates completeness and consistency of the project architecture against all design specs. Builds a traceability matrix mapping every design spec technical requirement to ADRs, identifies coverage gaps, detects cross-ADR conflicts, verifies stack compatibility consistency across all decisions, and produces a PASS/CONCERNS/FAIL verdict. The architecture equivalent of /design-review.

Repository SourceNeeds Review
General

brainstorm

Guided product concept ideation — from zero idea to a structured product concept document. Uses professional studio ideation techniques, user psychology frameworks, and structured creative exploration.

Repository SourceNeeds Review
General

create-stories

Break a single epic into implementable story files. Reads the epic, its design spec, governing ADRs, and control manifest. Each story embeds its design spec requirement TR-ID, ADR guidance, acceptance criteria, story type, and test evidence path. Run after /create-epics for each epic.

Repository SourceNeeds Review
scope-check | V50.AI