I rejected a 286k-star framework but kept one rule — and it's the only part still running a month later

Frequent-Ad-836 · reddit · 2026-09-14

The author evaluated obra/superpowers (286k stars), skipped installing it, but adopted one rule from its subagent-driven-development skill: a running plan doesn't wait on humans. Agents decide conflicts themselves, recording each as Ruling: decision — why — cost if wrong, with only four stop conditions (irreversible ops, security-sensitive actions, side effects outside the worktree, hopelessly broken plans). They added a "Decisions I made on your behalf" section to every unattended run's completion report — printing "none" when empty so emptiness and omission are distinguishable. After a month, decision count unchanged, but rulings moved from unread JSON fragments to one block read first after each run. Key insight: the value is collecting decisions before their context dies, not recording them. They skipped the framework itself for injecting a 63-line non-negotiable bootstrap that would clash with their own rule set.

Original post →

More from coding & agent

coding & agent channel →