What problem does it solve?
Large or multi-part engineering tasks often fail as monolithic changes where something works but you cannot say which part, and something fails but you cannot say where. This Skill turns hard tasks into pieces that each pass or fail on their own, ordered so the riskiest assumption is tested first.
Core Features & Use Cases
- Verification-boundary splitting: Breaks work along independent pass/fail checks rather than implementation convenience, with each piece stated as a falsifiable claim plus its deciding test.
- Risk-weighted ordering: Names the highest-risk spots (silent failures, irreversible steps) and sequences work by information yield so shared assumptions are validated first.
- Lane briefs for subagents: Produces self-contained restart briefs with gates, dependency contracts, exact paths, success criteria, and stop conditions for delegating work to subagents or Codex.
- Use Case: When planning a corridor-sized refactor or writing lane briefs for parallel agents, use this Skill to produce a plan where every piece has a concrete check and integration risks are surfaced at the interfaces.
Quick Start
Ask the agent to decompose your large task into independently checkable pieces with explicit verification gates and risk-weighted ordering.