7 comments

  • lizmutton2 minutes ago
    all these orchestrating and giving skills etc. -- are they more or less being developed by trying things out? or is there a better way?
  • deaux1 hour ago
    &gt; Plan mode helped a bit. However, in Plan mode, Claude would write up a giant plan document and ask for feedback. It&#x27;s hard to review a multi-page plan. Making matters worse, if you give it feedback, it would respond with a whole new version of the multi-page plan. That&#x27;s not a productive way to plan out a project or feature.<p>It&#x27;s sure baffling how Anthropic has kept Claude Code&#x27;s plan mode so linear and inflexible. It may ask a couple of questions before writing it, but there&#x27;s always going to be parts that need editing. Yet there&#x27;s no good &quot;Sounds good, but it needs these edits&quot; option after it presents you the plan. It gives you (paraphrased) &quot;1. Proceed with auto-edits 2. Proceed without auto-edits 3. Cancel the plan&quot;. Note that 3 doesn&#x27;t even write the plan to the file at all, even if it&#x27;s 95% fine. So your options are either A. Pick 1 or 2, immediately press escape to interrupt, then tell it to make edits or B. Pick 3, tell it to make edits, after which it has to write the entire plan from scratch again.<p>This is such bad UX that it really feels like either 1. Anthropic employees don&#x27;t use Claude Code much - this seems incredibly unlikely or 2. It&#x27;s intended to burn output tokens as it has to write a huge plan again.<p>IMO Superpowers isn&#x27;t the ideal solution because it too lacks flexibility, but including the &quot;plan sketch&quot; stage is sure an improvement.
    • Lerc35 minutes ago
      &gt;<i>It&#x27;s sure baffling how Anthropic has kept Claude Code&#x27;s plan mode so linear and inflexible</i><p>It&#x27;s difficult to know what the appropriate process for a model would be without widespread deployment. I can see how they have to strike a fine balance between keeping up with what the feedback shows would be best and changing the way the user interacts with the system. Often it&#x27;s easy to tell what would be better once something is deployed, but if people are productively using the currently deployed system you always have to weigh the advantage of a new method against the cost of people having to adapt. It is rare to make something universally better, and making things worse for users is bad.
    • MachineBurning56 minutes ago
      There&#x27;s also:<p>4. Tell claude what to do instead, which will update the plan base on what you say.<p>5. Add comments to the plan directly - similar to 4 - but you can comment on specific parts.<p>Note: I use the VSCode extension, not sure if it differs in terminal mode.
      • deaux40 minutes ago
        Maybe they&#x27;ve updated it in the last couple weeks and my comment is out of date - I hope so! Because the 5th option definitely wasn&#x27;t there when I recently used it, and the 4th you&#x27;re mentioning looks familiar but I&#x27;m pretty sure in that case to it didn&#x27;t (used to?) write it to a file.<p>Will try it again.
    • CPLX41 minutes ago
      You can just tell it what to do. I have a cut and paste handy that lets the tool know to present all judgement calls to me a few at a time in logical groups to give feedback on. I go through that process and then it pulls the plan from that
  • JohnCClarke1 hour ago
    Online reviews indicate that Superpowers is best for people who are not already experienced SW development managers.<p>Is that true? What is your experience of it?<p>For me, I am a solid KISS believer, so I have not yet found a better framework than just plain old Claude Code. But happy to move to a better workflow, if it&#x27;s real.
    • tao_oat1 hour ago
      Overall I think it&#x27;s useful.<p>Superpowers has several skills. Its core workflow is:<p>- Brainstorm with you to design a spec<p>- Use subagents to review its own spec, then get your approval<p>- Based on the spec, write a plan, use subagents to review before final approval<p>- Use subagents to implement (using TDD)<p>I think that the brainstorming skill [1] is great. It helps flesh out a rough early idea. I also like that it uses subagents to adversarially review its own spec&#x2F;plan; that has caught several things I would&#x27;ve missed. I do <i>not</i> like the separation of spec&#x2F;plan; IMO the models are good enough to get straight to coding once the spec is written. The plan often ends up being code blocks in a Markdown doc.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;obra&#x2F;superpowers&#x2F;tree&#x2F;main&#x2F;skills&#x2F;brainstorming" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;obra&#x2F;superpowers&#x2F;tree&#x2F;main&#x2F;skills&#x2F;brainst...</a>
    • avib9956 minutes ago
      [dead]
  • raesene91 hour ago
    The install mechanism for the superpowers plugin for codex and opencode is .... interesting. From <a href="https:&#x2F;&#x2F;github.com&#x2F;obra&#x2F;superpowers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;obra&#x2F;superpowers</a><p>Fetch and follow instructions from <a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;obra&#x2F;superpowers&#x2F;refs&#x2F;heads&#x2F;main&#x2F;.codex&#x2F;INSTALL.md" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;obra&#x2F;superpowers&#x2F;refs&#x2F;head...</a><p>it&#x27;s like curl|bash but with added LLM agents...
  • bestouff2 hours ago
    How is it better than <a href="https:&#x2F;&#x2F;github.com&#x2F;gsd-build&#x2F;gsd-2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gsd-build&#x2F;gsd-2</a> ?
    • abirch1 hour ago
      Does gsd have Test Driven Development?
  • d--b57 minutes ago
    I personally don&#x27;t like superpowers very much. My boss does. I think Claude makes more mistakes when using superpowers than when not.<p>but maybe it&#x27;s my fault.<p>I recommend trying. it doesn&#x27;t hurt. Just don&#x27;t believe it&#x27;s a silver bullet. It&#x27;s still the same Claude.<p>The way I use Claude is quite similar to what super powers does under the hood anyways. Like I always ask things like this: &quot;if I want to do X, what questions do you need to ask me to have all the information you need to make it happen&quot;
    • Syzygies30 minutes ago
      &gt;The way I use Claude is quite similar to what super powers does under the hood anyways.<p>I bake my own bread and solo code, both episodic. No matter how I vary fresh starts, I always end up in the same place. The optimization problem feels to be a giant bowl.<p>This reminds me of named flavors of management style for teams of programmers. A friend in this role instead prefers deep dives into Apollo flight control, and abstracting.<p>As a solo programmer I always converge on staying extraordinarily involved in planning and code review, and working in steps of finer granularity than superpowers suggests. One may produce less code this way, but it&#x27;s the only way I know to discover one needs less code.
    • no_shadowban_641 minutes ago
      [dead]
  • croes1 hour ago
    The best name they came up with is Superpowers?