Loading...
Loading...
AI SDLC resumable task-runtime workflow. Use when an AI assistant needs to start or resume a versioned delivery run, select dependency-ready work, enforce step, failure, and token budgets, retry safely, persist exact stop reasons, recover state from an append-only journal, or require commit evidence at task boundaries. Supports `--quick-flow` for deterministic local runs and `--full-flow` for strict transition review.
npx skill4agent add mikegorelikoff/ai-sdlc-harness ai-sdlc-runtimeInternal AI SDLC skill, not client-facing by default. Every rule below is important to follow. None of it can be skipped. The journal is authoritative; complete state is a recoverable TOON-first projection.
ai-sdlc-runtime_ai_sdlc/runs/<run-id>/journal.jsonlstate.jsonstate.toon--quick-flow--full-flowai-sdlc-handoff/v1resultblockersnext_requirednext_optionalreasoncommandexpected_artifactsummary.txt*-summary.txt_ai_sdlc/runs/<run-id>/_ai_sdlc/state.toonstate.toonartifact_metadatametatagsai-sdlc-run-plan/v1ai-sdlc-run-event/v1ai-sdlc-run-state/v1_ai_sdlc/specs-index.toonspecs-index.mdreferences/runtime-contract.mdreferences/run-plan.schema.jsonreferences/run-event.schema.jsonreferences/run-state.schema.jsonscripts/runtime.pypython3 skills/ai-sdlc-runtime/scripts/runtime.py . --start --run-id delivery-004 --plan run-plan.json --format toon
python3 skills/ai-sdlc-runtime/scripts/runtime.py . --next --run-id delivery-004 --format toon
python3 skills/ai-sdlc-runtime/scripts/runtime.py . --record --run-id delivery-004 --task T001 --outcome succeeded --result-fingerprint <sha256> --tokens 420 --commit <sha>
python3 skills/ai-sdlc-runtime/scripts/runtime.py . --resume --run-id delivery-004 --format toon--next--retry--resume--nextidempotent: true