remediatelisted
Install: claude install-skill masterleopold/transmute-framework
# Stage 6R: Runtime Remediation
Read the Stage 6V verification report, categorize every failure by fixability, auto-fix all mechanical issues, and produce a human-review TODO list for issues requiring judgment — then re-verify to confirm fixes work. Lead a multi-agent runtime remediation project using Claude Code Agent Teams.
Read the detailed guide at `${CLAUDE_SKILL_ROOT}/references/remediate-detailed-guide.md` for full fixability taxonomy, teammate prompts, safety rules, and report templates.
## Prerequisites
1. **Stage 6V must have produced a report**: `./plancasting/_audits/visual-verification/report.md` must exist. If not, run Stage 6V first.
2. **Feature Scenario Matrix must exist**: Verify `./plancasting/_audits/visual-verification/feature-scenario-matrix.md` exists (generated by Stage 6V).
3. **6V gate decision check**:
- **6V PASS**: Skip 6R entirely -- proceed to 6P or 6P-R. No failures to remediate.
- **6V CONDITIONAL PASS with 6V-A/6V-B issues**: Proceed with 6R.
- **6V CONDITIONAL PASS with ONLY 6V-C issues**: Skip 6R -- proceed to 6P or 6P-R. 6R cannot fix 6V-C.
- **6V FAIL**: STOP -- fix critical issues manually first, then re-run 6V.
4. Create output directory:
```bash
mkdir -p ./plancasting/_audits/runtime-remediation
```
## Input
- **6V Verification Report**: `./plancasting/_audits/visual-verification/report.md` (primary input)
- **Feature Scenario Matrix**: `./plancasting/_audits/visual-verification/feature-scenario-matrix.md`