mirror of
https://github.com/obra/superpowers.git
synced 2026-08-04 21:28:47 +08:00
Compare commits
2 Commits
docs/codex
...
fix/x7a-sd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61f669ebc9 | ||
|
|
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).
|
||||||
|
|||||||
@@ -142,17 +142,24 @@ a ledger file, not only in todos.
|
|||||||
Read the plan once, note its context and Global Constraints, and create a
|
Read the plan once, note its context and Global Constraints, and create a
|
||||||
todo per task.
|
todo per task.
|
||||||
|
|
||||||
Before dispatching Task 1, scan the plan once for conflicts:
|
Before dispatching Task 1, scan the plan once for conflicts, writing down
|
||||||
|
what you checked as you check it:
|
||||||
|
|
||||||
- tasks that contradict each other or the plan's Global Constraints
|
- tasks that contradict each other or the plan's Global Constraints
|
||||||
- anything the plan explicitly mandates that the review rubric treats as a
|
- anything the plan explicitly mandates that the review rubric treats as a
|
||||||
defect (a test that asserts nothing, verbatim duplication of a logic block)
|
defect (a test that asserts nothing, verbatim duplication of a logic block)
|
||||||
|
|
||||||
Present everything you find to your human partner as one batched question —
|
The scan's output is a table, not a verdict. One row for every pair of tasks
|
||||||
each finding beside the plan text that mandates it, asking which governs —
|
that share a file or an interface: the two tasks, what one produces against
|
||||||
before execution begins, not one interrupt per discovery mid-plan. If the
|
what the other consumes, and what you found. One row for every task: whether
|
||||||
scan is clean, proceed without comment. The review loop remains the net for
|
its own text agrees with itself — the tests it specifies against the code it
|
||||||
conflicts that only emerge from implementation.
|
specifies, the files it creates against the files it later touches. "The scan
|
||||||
|
is clean" without those rows is not a scan you ran.
|
||||||
|
|
||||||
|
Write the table to the ledger. Rule on each conflict it surfaces — the spec
|
||||||
|
is the binding authority, the plan is its argument — record the ruling beside
|
||||||
|
its row, and dispatch Task 1. The review loop remains the net for conflicts
|
||||||
|
that only emerge from implementation.
|
||||||
|
|
||||||
## Model Selection
|
## Model Selection
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user