From alp-river
Runs the alp-river pipeline — a self-assembling route of stages that triages requests, grows or shrinks on signals, and fires gates at decision points.
How this command is triggered — by the user, by Claude, or both
Slash command
/alp-river:go Describe what you want doneThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Go Task: $ARGUMENTS Run the composed-route pipeline per WORKFLOW.md `## Pipeline`. The router figures out the rest: - `triage` reads your request, picks the path (talk / sketch / code / system) and seeds the opening signals (a bug is a `code` or `system` with a `bug` signal, not its own path). - The deterministic router (`hooks/route.py`) assembles the stages your task needs and recomposes as it learns more - growing on discovered signals, shrinking when they clear. - Gates fire only at decisions that could change the outcome. Size (XS-XXL) is a readout of the assembled route, not a se...
Task: $ARGUMENTS
Run the composed-route pipeline per WORKFLOW.md ## Pipeline. The router figures out the rest:
triage reads your request, picks the path (talk / sketch / code / system) and seeds the opening signals (a bug is a code or system with a bug signal, not its own path).hooks/route.py) assembles the stages your task needs and recomposes as it learns more - growing on discovered signals, shrinking when they clear.End with the literal line <!-- pipeline-complete --> at the final stop or summary.
npx claudepluginhub alp82/alp-river --plugin alp-river/adhoc-flowConstructs, tracks, reviews, and executes a tailored adaptive workflow plan for user requests using plan-manager and building blocks like research, planning, and execution.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/command-pipelineExecutes a pipeline of commands from a specification string, supporting conditions, iterations, variables, error handling, retries, and parallel branches.
/buildExecutes an implementation plan by analyzing the task graph and automatically selecting parallel (team-dev) or serial (sdd) execution.
/erne-orchestrateOrchestrates full ERNE multi-agent pipeline from plan to validation for a task description, coordinating architect, developers, tester, reviewer, and profiler to produce code, tests, review verdict, and performance report.
/workflowGenerates and runs ad-hoc StateGraph workflows from natural language descriptions, incorporating quality gates from CLAUDE.md with ASCII diagram preview.