What problem does it solve?
Deep investigation of test gaps and architectural weaknesses following an investigation, then devise a plan for architectural immunity rather than direct fixes. Use when the user asks to address root architectural causes after an investigation and to ensure issues are surfaced by testing rather than patched.
Core Features & Use Cases
- Post-investigation immunity design: Analyze an investigation to identify systemic architectural weaknesses that allowed the bug to slip through tests.
- Architectural mapping: Use subagents to thoroughly map components and their interactions to surface structural gaps.
- Immunity-focused plan: Produce a plan that changes architecture, patterns, and contracts to make future issues detectable by testing; generate a detailed plan in a dedicated temp/rectify/ directory and visualize with a mermaid diagram.
- Non-code remediation emphasis: Prioritize architectural immunity over direct code fixes and avoid altering source files.
Quick Start
Initiate rectify after an investigation to map gaps and draft an immunity plan.