From vcsdd
Approves architect escalations to extend iteration limits for phases hitting caps in a pipeline workflow. Updates state.json, resolves escalation files, and unblocks transitions.
npx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsddThis skill uses the workspace's default tool permissions.
Approves an escalation when an iteration limit has been exceeded, allowing the pipeline to continue beyond its default cap. This command represents the Architect's explicit decision to grant an exception.
Structures escalations in /do workflow for blocking Global Invariants, Acceptance Criteria, and manual reviews with evidence, attempts, hypotheses, and resolution options.
Routes VCSDD adversary findings from verdict.json to earliest affected phases per category/severity table, enforces iteration limits, and triggers escalations to markdown files.
Orchestrates multi-phase development pipelines with checkpoint/resume to handle rate limits, interruptions, and GitHub issues/commits. Saves state to .claude/pipeline-state.json after each phase.
Share bugs, ideas, or general feedback.
Approves an escalation when an iteration limit has been exceeded, allowing the pipeline to continue beyond its default cap. This command represents the Architect's explicit decision to grant an exception.
Run after transitionPhase throws an "Iteration limit exceeded" error. Check escalations/ directory for the escalation file to review before approving.
state.iterations[phase] to limit - 1 (so the next transitionPhase call will be at exactly the limit)state.phaseHistory: { from: currentPhase, to: currentPhase, timestamp: ..., reason: "Architect escalation approved: <reason>", escalationApproved: true }\n## Resolution\n\nApproved by Architect at <timestamp>. Iteration counter reset to allow one more attempt.\n to the file--phase <phase> — specify which phase to approve (required if multiple escalations pending)--reason <text> — brief justification for the exception (optional, defaults to "Architect approved continuation")/vcsdd-escalate
/vcsdd-escalate --phase 3
/vcsdd-escalate --phase 3 --reason "All prior findings were minor structural issues; core logic is correct"