scope

Plan product ideas into ordered feature scopes and reconcile them after shipping.

Updated Sep 19, 2026
One-click install
npx skills add https://github.com/idehen-divine/lumished --skill scope-idehen-divine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scope
Source: https://github.com/idehen-divine/lumished/tree/main/.ai/skills/scope
Command: npx skills add https://github.com/idehen-divine/lumished --skill scope-idehen-divine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a rough product idea into an ordered, honest build plan is hard, and plans drift from reality as code ships. This Skill decomposes an idea into coarse feature sections with phases, statuses, and workflow rigor tiers, then keeps the living scope document in docs/scope/ current after every shipped slice. ## Core Features & Use Cases - Plan, replan, and add modes: Infer intent from one command to plan a new product, reconcile what shipped and queue the next slice, or enroll a single ad hoc feature without replanning. - Build approach personas: Slice the scope as Tracer Bullet, Skateboard, Facade, or Journey so decomposition genuinely differs per product strategy. - Workflow tier recommendations: Assign a Vibe, Lean, Medium, or Full rigor dial per project and per feature, driving verification stages and spec gating. - Use Case: Describe an async standup app idea, answer a few decision panels, and receive a docs/scope/scope.md with foundations first, phased slices, Done when lines, and the next command to run. ## Quick Start Run /scope with a one or two sentence description of the product you want to build.

Frequently Asked Questions about scope

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a product idea into a build plan with an AI agent?▼

Run /scope with a short description of your product. It asks batched decision panel questions about business goals and capabilities, recommends a build approach and workflow tier, then writes an ordered feature scope to docs/scope/scope.md.

What is the difference between plan, replan, and add modes?▼

Plan creates a new scope from a product sized idea, replan runs with no argument on an existing scope to reconcile shipped work and queue the next slice, and add enrolls one named feature as a single coarse row without replanning.

Does the scope skill work on existing codebases or monorepos?▼

Yes. Brownfield mode enrolls already built features as existing or in-progress from MEMORY.md and a code scan, while monorepo mode plans per workspace under docs/scope/<workspace>/ with a top level index mapping rollups.

When should I choose Tracer Bullet versus Skateboard?▼

Tracer Bullet proves the whole stack connects with one thin real end to end slice, suiting production builds. Skateboard ships the smallest genuinely usable product first, cutting structure like teams or roles, suiting fast validation of one core loop.

What are the limitations of the scope skill?▼

It never picks tools, providers, or libraries; those decisions belong to the /architect skill per feature. It also writes only scope files, never specs, code, or MEMORY.md, and keeps atomic build tasks inside specs rather than the scope.