skills/override-tier1/SKILL.md
Override a Tier 1 safety block with double-RED confirmation
npx skillsauth add pdlc-os/pdlc override-tier1Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing a Tier 1 safety override. This is the most dangerous operation in PDLC. The argument passed is the command that was blocked: $ARGUMENTS
If $ARGUMENTS is empty, stop:
"No command specified. Usage:
/pdlc override-tier1 \"<the blocked command>\""
Tier 1 blocks exist because these actions can cause irreversible damage:
Output in bold red:
\033[1;31m⛔ TIER 1 OVERRIDE REQUEST ⛔\033[0m
Command:
[the blocked command]Reason it was blocked: [determine from the command pattern which Tier 1 rule it violated]\033[1;31mThis action is potentially irreversible and dangerous.\033[0m
\033[1;31mConfirmation 1 of 2:\033[0m Type OVERRIDE (all caps) to proceed. Anything else cancels.
Wait for the user's exact input. If they type anything other than OVERRIDE, stop:
"Override cancelled. The command was not executed."
After the first confirmation, explain the specific consequences of this action:
\033[1;31mConfirmation 2 of 2:\033[0m You understand the consequences. Type I ACCEPT FULL RESPONSIBILITY to execute the command. Anything else cancels.
Wait for the user's exact input. If they type anything other than I ACCEPT FULL RESPONSIBILITY, stop:
"Override cancelled. The command was not executed."
If both confirmations pass:
Log the override in STATE.md Phase History:
| [now] | tier1_override | [current phase] | [sub-phase] | [feature] |
Also append to Active Blockers (as a record, not a blocker):
- [YYYY-MM-DD] TIER 1 OVERRIDE: [command] — approved by user with double-RED confirmation
Record as a decision — append to DECISIONS.md:
### ADR-[NNN]: Tier 1 Override — [short description]
**Date:** [today]
**Source:** User (explicit override)
**Phase:** [current phase]
**Status:** Active
**Decision:** Override Tier 1 safety block to execute: `[command]`
**Context:** [the reason the block existed]
**Risk accepted:** [the consequence explained in Step 3]
Execute the command:
[the blocked command]
Report result:
"Tier 1 override executed. The action has been logged in STATE.md and DECISIONS.md. Command:
[command]Result: [success/failure output]"
/pdlc override-tier1.data-ai
Run a feature autonomously from approved-PRD to shipped, evaluated by a per-turn Sentinel hook. Requires bypass-permissions mode and Agent Teams mode.
development
# Variant Convergence **Topic slug:** `variant-convergence` **Triggers:** - **Inception path — Brainstorm Design Step 10.7:** after Step 10.6 (Design-Laws Audit) completes, before Step 11 (PRD design-doc link updates) and the Step 12 design approval gate. Variants are HTML mockups Muse generates. - **Construction path — Build Review Step 12.5:** after Party Review (Step 12) writes its review file and Muse appends the *As-Built Audit* section to `ux-review.md`, before the Step 13 Review approval
data-ai
Force-release a stuck roadmap-level feature claim (admin command)
devops
Bypass the deploy-before-Operation guardrails block with a single confirmation