auto
Installation
SKILL.md
Ship: Auto
Full staged workflow for explicit end-to-end production delivery.
Execution
Resolve ../../scripts/auto-orchestrate.sh relative to this skill file, then
run the shared stage-aware orchestrator:
SHIP_ORCH="../../scripts/auto-orchestrate.sh"
if [ -f .ship/ship-auto.local.md ]; then
"$SHIP_ORCH" resume
else
"$SHIP_ORCH" init '<user requirement goes here>'
fi