mirror of
https://github.com/obra/superpowers
synced 2026-08-07 10:14:12 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 537d649ab3 |
@@ -85,6 +85,7 @@ digraph brainstorming {
|
|||||||
- Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
|
- Scale each section to its complexity: a few sentences if straightforward, up to 200-300 words if nuanced
|
||||||
- Ask after each section whether it looks right so far
|
- Ask after each section whether it looks right so far
|
||||||
- Cover: architecture, components, data flow, error handling, testing
|
- Cover: architecture, components, data flow, error handling, testing
|
||||||
|
- For a new project (or one with no configured tooling), the design presentation includes a short tooling question alongside the architecture: which of these to set up from the start — cheapest before any code exists: aggressive linting + auto-formatting (the stack's standard, e.g. ruff+format / eslint+prettier / clippy+rustfmt); unit-test infrastructure (runner, layout, a first passing fixture); end-to-end test infrastructure; fuzz or mutation testing where the stack supports it. The user's selections land in the spec's Global Constraints so every later plan and task inherits them.
|
||||||
- Be ready to go back and clarify if something doesn't make sense
|
- Be ready to go back and clarify if something doesn't make sense
|
||||||
|
|
||||||
**Design for isolation and clarity:**
|
**Design for isolation and clarity:**
|
||||||
|
|||||||
Reference in New Issue
Block a user