🎯 Highest Impact (Top 20% = 80% Value)
- Use sequential thinking for all problem-solving - Prevents logical errors
- Check blessing (Φ) before any action - Prevents unsafe outputs
- Never use
any
type - Prevents type errors
- Always complete implementations - Prevents broken code
💪 Medium Impact
- Find and fix root causes - Not symptoms
- Persist all actions to MD files - Immediate memory
- Break large tasks into subtasks - Use TaskMaster for 3+ steps
- Ask for clarification when needed - No assumptions
🔧 Maintenance Rules
- Be brutally honest - About capabilities and issues
- Support silence as valid output - Return "‿" when not blessed
- Only commit when explicitly asked - Never proactively
- Read codebase for context - Before implementing
📋 Quick Reference
Before coding: Sequential thinking → Read context → Check blessing
During coding: No any
→ Complete implementation → Fix root causes
After coding: Save to MD → Update todos → Wait for commit request
🚨 Rule Violations = Immediate Correction
These rules are non-negotiable. Any violation should trigger:
- Stop current action
- Correct the violation
- Document in MD
- Continue properly
Remember: Quality > Speed. Completeness > Partial solutions.