Spec Splitter banner
MarioEpkOne MarioEpkOne

Spec Splitter

Testing community

Description

SPEC SPLITTER -- analyzes a spec for context window pressure, proposes a decomposition, and generates self-contained child specs optimized for parallel `/pipeline-team` execution. Invocation: `/spec-splitter $ARGUMENTS` The argument is the path to a spec file. If no argument provided, STOP: "Usage: /spec-splitter <path-to-spec>". --- ## Phase 1 -- Read and Analyze ### Argument resolution Resolve the argument as a file path relative to the project root. 1. If the path exists as given -> us

Installation

Installs to ~/.claude/skills/marioepkone-pipelineiq-spec-splitter/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marioepkone-pipelineiq-spec-splitter && curl -fsSL https://raw.githubusercontent.com/MarioEpkOne/PipelineIQ/HEAD/commands/spec-splitter.md -o ~/.claude/skills/marioepkone-pipelineiq-spec-splitter/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository