mirror of
https://github.com/obra/superpowers.git
synced 2026-08-04 05:08:46 +08:00
Compare commits
2 Commits
docs/codex
...
fix/x6a-sd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7a4285985 | ||
|
|
bb2a34b2a0 |
@@ -3,12 +3,6 @@
|
|||||||
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
|
Superpowers is a complete software development methodology for your coding agents, built on top of a set of composable skills and some initial instructions that make sure your agent uses them.
|
||||||
|
|
||||||
|
|
||||||
## We're Hiring!
|
|
||||||
|
|
||||||
We're hiring someone to help out full time with Superpowers community and code work.
|
|
||||||
You can read about the job at https://primeradiant.com/jobs/superpowers-community-engineer/
|
|
||||||
If this sounds like someone you know, definitely send them our way.
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Give your agent Superpowers: [Claude Code](#claude-code), [Antigravity](#antigravity), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [GitHub Copilot CLI](#github-copilot-cli), [Kimi Code](#kimi-code), [OpenCode](#opencode), [Pi](#pi).
|
Give your agent Superpowers: [Claude Code](#claude-code), [Antigravity](#antigravity), [Codex App](#codex-app), [Codex CLI](#codex-cli), [Cursor](#cursor), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [GitHub Copilot CLI](#github-copilot-cli), [Kimi Code](#kimi-code), [OpenCode](#opencode), [Pi](#pi).
|
||||||
|
|||||||
@@ -193,6 +193,14 @@ that implementer. Single-file mechanical fixes also take the cheapest tier.
|
|||||||
|
|
||||||
## The Task Loop
|
## The Task Loop
|
||||||
|
|
||||||
|
**Batch small same-shape work.** When the plan lists several tasks that are
|
||||||
|
each a small, independent edit of the same kind — the same one-line fix,
|
||||||
|
constant change, or field addition repeated across files — do not dispatch
|
||||||
|
one subagent per task. Compose ONE dispatch brief listing every file and
|
||||||
|
its change, send the whole batch to a single subagent, and review its diff
|
||||||
|
as one unit. Reserve one-dispatch-per-task for work that needs its own
|
||||||
|
judgment, its own tests, or its own review surface.
|
||||||
|
|
||||||
Everything you paste into a dispatch prompt — and everything a subagent
|
Everything you paste into a dispatch prompt — and everything a subagent
|
||||||
prints back — stays resident in your context for the rest of the session
|
prints back — stays resident in your context for the rest of the session
|
||||||
and is re-read on every later turn. Hand artifacts over as files.
|
and is re-read on every later turn. Hand artifacts over as files.
|
||||||
|
|||||||
Reference in New Issue
Block a user