From vcsdd
Approves architect escalation for a phase exceeding iteration limit, resets counter in state.json, records decision in history and resolves escalation file.
npx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsdd## What 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. ## When Run after `transitionPhase` throws an "Iteration limit exceeded" error. Check `escalations/` directory for the escalation file to review before approving. ## How 1. **Read active feature state.json** 2. **Check escalations/ directory** for pending escalation files 3. **Display the escalation details** (phase, iteration, limit, reason) 4. **Confirm with the user** (in str...
/approveApproves current workflow phase after validation, updates state with timestamp and approver, advances to next phase, auto-executes it, and shows new approval gate.
/fire-autonomousAutonomously plans, executes, verifies, and advances through project build phases after PRD completion, with configurable phase range and retry limits.
/fast-forwardFast-forwards remaining nWave phases (DISCUSS, DESIGN, DEVOPS, DISTILL, DELIVER) end-to-end without review pauses after user confirmation. Optional feature description or --from flag.
/vt-flowOrchestrates full dev pipeline from feature (contracts→plan→implement→review→validate→PR) or bug (--fix) with interactive gates. Supports --to=STEP, --from=STEP, --deep, --auto flags.
/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.
/flowOrchestrates end-to-end feature development: creates, plans, implements, verifies, checkpoints, and merges. Supports autonomous batching, plan-only mode, fixes, and team ATDD.
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"