morpheus_advance
Advance development tasks through phase gates by validating required evidence. Submit evidence to progress through CHECK, CODE, TEST, GRADE, COMMIT, or ADVANCE phases, or provide skip reasons for intentional bypasses while maintaining auditability.
Instructions
Advance a task through a phase gate with evidence.
Validates that the evidence satisfies the gate requirements. Returns success with next phase instructions, or rejection with details on what's missing.
Args: task_id: The task ID to advance phase: Phase name: CHECK, CODE, TEST, GRADE, COMMIT, or ADVANCE evidence: JSON string with evidence key-value pairs skip_reason: When provided, fills missing evidence keys to bypass the gate. Use for intentional skips (e.g., "greenfield — no diff for Seraph"). Recorded in evidence for auditability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| phase | Yes | ||
| evidence | No | {} | |
| skip_reason | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |