Dev Pipeline banner
TheAstrelo TheAstrelo

Dev Pipeline

Data community

Description

# Development Pipeline (Memory-Safe, Interactive) Run the unified quality-gated development pipeline for the following task: $ARGUMENTS --- ## Memory-Safe Execution Model Each phase runs as a **SEPARATE `claude -p` subprocess** to prevent Bun memory accumulation (~1.35GB RSS crash). The orchestrating session (this one) stays lightweight — it only: 1. Builds the phase prompt (including task, session dir, upstream artifacts) 2. Executes via Bash: `echo "$PROMPT" | claude -p --dangerously-ski

Installation

Installs to ~/.claude/commands/theastrelo-claude-pipeline-dev-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheAstrelo/Claude-Pipeline/HEAD/.claude/commands/dev-pipeline.md -o ~/.claude/commands/theastrelo-claude-pipeline-dev-pipeline.md

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

Full documentation available on GitHub

View Source Repository