Add SpecBuddy to plugins and an OpenSpec walkthrough to articles - #8
Conversation
SpecBuddy is a JetBrains and VS Code plugin that drives the /opsx commands against an existing openspec/ directory: a change is proposed from an editor tab, delta specs are reviewed beside the main specs they modify, tasks.md runs a group at a time behind a review gate, and the change is archived from the IDE. Both entries inserted alphabetically; `npm run lint` reports no new warnings (the one remaining is pre-existing on openspec-ui-vscode). Disclosure: I am SpecBuddy's author. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Nice website. Please remove the article/tutorial entry. This is only for generic contributions, and not to promote products other stuff besides the OpenSpec project itself. Before I want to add this, you should make clear on your website if your product is a commercial or open source product now and in the future. It says it's free but it is unclear if this is a freemium, a cloud service, or a product in beta stage which will cost money in the future. Because I don't see a github or other project page it is unclear how populair and relevant this is. I'm not against commercial products but intention of software should be very clear before I can add links to this awesome list. |
|
Hello, thank you for the reply! The product is free, but I’m not ruling out switching to a freemium model in the future. At the very least, I don’t have any such plans right now. |
Two entries. Disclosure: I'm SpecBuddy's author.
OpenSpec as Integration or Plugin
SpecBuddy drives the
/opsx:*commands against theopenspec/directory you already have — nothing to migrate, it just needs theopenspecCLI on your PATH. What it adds is the part OpenSpec leaves to the terminal:/opsx:explore,/opsx:propose), and shows up in a Spec Explorer as a unit of work with its state on the row — Draft, 3/7 tasks, Review;MODIFIEDrequirement jumps to the original inopenspec/specs/, or shows both as a diff, and a main spec lists the active changes targeting it;tasks.mdruns a group at a time behind a review gate, so you see a diff per step instead of one diff at the end;Ships for JetBrains IDEs and for VS Code / Open VSX. The section already lists
intellij-openspecand several VS Code extensions, so this sits alongside those; the difference is that the review surface, not the spec browser, is the point.Articles & Tutorials
Walkthrough of the same loop on a real change — where
/opsx:applyleaves you as a passenger, and what a step boundary with a human at it looks like.Checks
opsx-feature-dev, and afterOpenSpec on IntentDriven).npm run lint— no new warnings. The one that remains (README.md:105, 164 chars onopenspec-ui-vscode) is pre-existing onmain; I left it alone rather than touch an unrelated line.Happy to drop the article entry and keep only the plugin, or to reword either description.