telexed ~ c / b987080b-49cradar:60 · agent_toolLIVE
← back
NO.
#b987080b
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-18 04:18:18
Importance
★ 6/10 — radar 60
`Superpowers`: skill framework for coding agents
FIG-0981:1

`Superpowers`: skill framework for coding agents

A reusable skills layer turns coding agents into spec-plan-TDD executors. Useful if your agent often jumps into code too early.

[ KEY POINTS ]
  1. Runs on Claude Code, Codex CLI, Codex App, Cursor, Copilot CLI, and others — not tied to one agent harness.
  2. Workflow is explicit: clarify intent, produce readable spec chunks, get design sign-off, then generate an implementation plan.
  3. The method pushes red/green TDD, YAGNI, and DRY; its value is guardrails, not a stronger base model.
  4. Subagent-driven execution can run for hours when the plan is tight. Best fit: scoped refactors, feature slices, test expansion.
Originalgithub.com/obra/superpowersRead original →

// related