0-Error Compute - Task Template

0-Error Task Template: 8-Phase Execution Framework

The 8 Phases (In Order)

PHASE 1: Understand (5-10 min)

Goal: Know exactly what you’re building

What to do:

Verify:

PHASE 2: Context (5-10 min)

Goal: Load all relevant frameworks

What to do:

Verify:

PHASE 3: Think (15-45 min)

Goal: Complete binary logic mapping

What to do:

Verify While Thinking:

PHASE 4: Verify (10-20 min)

Goal: Find verification gaps BEFORE coding

Verification Checklist:

If ANY answer is NO:

PHASE 5: Plan (5-10 min)

Goal: Know exactly what code to write

What to do:

Verify:

PHASE 6: Execute (10-30 min)

Goal: Write the code (should be trivial)

What to do:

Verify During Coding:

PHASE 7: Test (10-20 min)

Goal: Verify code matches logic

What to test:

Verify:

PHASE 8: Document (5-10 min)

Goal: Record what was built and why

What to do:

Total Time

The longer you think, the faster coding goes.

What This Prevents

Success Criteria

βœ… All 8 phases completed
βœ… All verification checkpoints passed
βœ… Code works first try
βœ… No debugging needed
βœ… All requirements met
βœ… Documentation complete


Next: Quick Reference β€” Keep This Visible