rule-of-five-code
Installation
SKILL.md
Rule of Five — Code
Each pass has ONE job. Re-read the entire artifact through that lens. See references/pass-order-rationale.md for order rationale and convergence details.
Quick Start
Create native tasks for 5 passes with sequential dependencies:
TaskCreate: "Pass 1: Draft"
description: "Shape and structure. Get the outline right. Breadth over depth."
activeForm: "Drafting"
TaskCreate: "Pass 2: Correctness"
description: "Logic, bugs, regressions. Does it work? Did it break anything?"
activeForm: "Checking correctness"
addBlockedBy: [draft-task-id]