Phase banner
chilliesdev chilliesdev

Phase

Data community

Description

--- description: Dispatch one agy pipeline phase by hand, for recovering a pipeline run that stalled. argument-hint: <PHASE> <brief-file> [--tier low|medium|high] --- Dispatch a single phase: $ARGUMENTS ``` ${CLAUDE_PLUGIN_ROOT}/scripts/phase.sh --phase <PHASE> --brief <brief-file> --tier <tier> ``` This is the escape hatch, not the normal path — reach for it when a pipeline run stalled and you want to re-run one phase without restarting, or when you have written a brief by hand. The brief

Installation

Installs to ~/.claude/skills/chilliesdev-agy-delivery-pipeline-phase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chilliesdev-agy-delivery-pipeline-phase && curl -fsSL https://raw.githubusercontent.com/chilliesdev/agy-delivery-pipeline/HEAD/commands/phase.md -o ~/.claude/skills/chilliesdev-agy-delivery-pipeline-phase/SKILL.md

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

Full documentation available on GitHub

View Source Repository