Lightweight readiness assessment before task completion or phase transition
Lightweight readiness assessment to verify all required work is complete before marking a task done, completing an iteration, or transitioning phases.
Based on $ARGUMENTS[scope] (defaults to "task"):
| Scope | Focus | Typical Checks |
|---|---|---|
| task | Single task completion | Code, tests, docs, commit |
| iteration | Iteration completion | All tasks, metrics, goals met |
| phase | Phase transition | Phase criteria, artifacts |
Task Scope:
git status --porcelainIteration Scope (all task checks plus):
Phase Scope (all iteration checks plus):
Output a structured report with: scope, date, strict mode, overall PASS/FAIL status, checks performed with results, missing items, recommendations, and next steps.
If $ARGUMENTS[strict] == "true": any missing item results in FAIL. Otherwise: provide warnings for missing items; may pass with recommendations.
Returns: assessment scope, overall pass/fail status, checks performed with results, missing items, recommendations, next steps.