decompose
SolidLightweight project decomposition skill. Analyzes project scope through a brief interview and determines whether the project should be treated as a single feature or split into multiple sub-features. For multi-split projects, generates a project manifest listing sub-features, dependencies, and execution order.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- tercel
- Repository
- tercel/spec-forge
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
ce-plan
Decompose a project into an ordered, dependency-aware feature plan with sizing, risk, reachability, and session-fit gates — the spec-driven decomposition downstream stages consume. Triggers: plan/decompose/break a project into features or specs. Produces the multi-feature plan /ce-spec then details one feature at a time.
decompose
The greenfield decomposition interview. Routed to at startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker and no source code exists, or when the user invokes /decompose. A senior-architect persona drives a six-layer interview, persists every layer to disk so a context reset loses nothing, then populates .codearbiter/ and locks it initialized. No project-state doc is written before the layers are solid; orchestration does not resume until the lock is set.
decompose
Breaks one epic or feature into day-sized (or smaller) work items -- a fast-path companion to Pillar 4 (Increase Speed). Use when planning a single feature or epic, independent of running a full speed/throughput analysis.