packages/claude-code-plugin/commands/command-pipeline.md
Execute a pipeline of commands based on a specification.
Arguments: $ARGUMENTS
Parse pipeline specification from arguments. Supported formats:
init → expand-all → sprint-plan
status → if:pending>10 → sprint-plan → else → next
for:pending-tasks → expand → complexity-check
1. Project Setup Pipeline
init [prd] →
expand-all →
complexity-report →
sprint-plan →
show first-sprint
2. Daily Work Pipeline
standup →
if:in-progress → continue →
else → next → start
3. Task Completion Pipeline
complete [id] →
git-commit →
if:blocked-tasks-freed → show-freed →
next
4. Quality Check Pipeline
list in-progress →
for:each → check-idle-time →
if:idle>1day → prompt-update
Variables
status → $count=pending-countif:$count>10expand $high-priority-tasksError Handling
try:complete → catch:show-blockersoptional:test-runretry:3:commitParallel Execution
[analyze | test | lint]parallel → join:reportThis enables complex workflows like:
parse-prd → expand-all → filter:complex>70 → assign:senior → sprint-plan:weighted