8 comments

  • 8cvor6j844qw_d6 3 minutes ago
    What are people using for this nowadays?

    There seems to be a spectrum from fluid, iterative workflows like OpenSpec to more up-front alignment and control like Matt Pocock skills.

    Curious what people have settled on.

  • jmathai 9 minutes ago
    I have a super simple spec-based workflow. It works amazingly well. I’m amazed how well coding agents can work through what I consider large features.

    Last week, I gave a 471 line spec to implement a major feature and it didn’t flinch. I wrote about it here.

    https://jaisenmathai.com/articles/sojourn-for-ios-was-45-one...

  • wyum 37 minutes ago
    This is my first time seeing openspec, and it seems to share a similar philosophy to what I've been working on this year.

    If you like this / SDD, I'd appreciate your feedback:

    https://github.com/spekk-ai/spekk-cli

    Similar iterative specs philosophy. Ours is a bit different because we focus on declarative specs and installable agent skills. We chose Go for simplicity and minimal requirements (single binary).

    • passive 33 minutes ago
      I've also been building something like this, and browsing spekk-cli, it's interesting to see that we ended up with similar roles. Might be fun to compare and contrast a couple of these systems. :)
  • CharlieDigital 45 minutes ago
    This section https://openspec.dev/docs/setup links to "Concepts"

    Concepts links here: https://github.com/Fission-AI/OpenSpec/blob/main/docs-lab/gu...

    All the docs here are the templates rather than the actual file (I presume: https://github.com/Fission-AI/OpenSpec/blob/main/docs/concep...)

    Somehow not very confidence inspiring...

    • silvertab 33 minutes ago
      I think they might be in the process of re-designing the site and/or moving docs because it all used to work not that long ago, but the site design was completely different last time I checked.
  • jeremyjh 49 minutes ago
    This looks like exactly what I've been thinking I needed. I've tried Superpowers, GSD and oh-my-claude/openagent and mostly they burn more tokens.

    Lately I've been using stock OMP and its close to the right balance but not quite enough of the brainstorming and spec maintenance built in. I've tried to layer some simple stuff on myself but with mixed results.

  • slowmovintarget 1 hour ago
    I've been using this, or more pointedly, I built an agent fleet (bespoke harness) where the planner agent uses OpenSpec to generate the plan. Then turns the tasks into a ticket graph.

    It works fairly well, and it is definitely less heavy than SpecKit.

  • wyre 26 minutes ago
    It's just a bundle of skills and md files...

    Why does it need to have an entire CLI?

    • iamjfu 8 minutes ago
      The CLI is actually useful. It gives the skills a way to deterministically interact with the spec. For example, it can validate the shape without having to spend tokens reading the files.
  • Shacharp 27 minutes ago
    [dead]