From astra
Use when resuming an interrupted astra run. Reconstructs state from events.jsonl and re-enters the executor loop. Do NOT use for new runs — use /astra-run instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/astra:astra-resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Get the next action from the orchestrator:
PYTHONPATH=${CLAUDE_PLUGIN_ROOT} python3 -m src.core resume \
--data-dir .astra \
--run-dir "${RUN_DIR}"
npx claudepluginhub weardo/astra --plugin astraResumes interrupted analysis pipelines by reading pipeline state from working directories, migrating V1 to V2 formats if needed, and continuing from next ready agents using DAG walker. Useful after context limits, failures, or breaks.
Resume interrupted HOTL workflow runs by loading sidecar state, verifying the last step, and continuing execution with a verify-first strategy.
Resumes a saved Hypo-Workflow pipeline from `.pipeline/state.yaml`, continuing from the next uncompleted step without replaying finished work. Handles lock files, worker separation, and subagent authorization.