SaaSHub helps you find the best software and product alternatives Learn more โ
Sddw Alternatives
Similar projects and alternatives to sddw
-
zed
Code at the speed of thought โ Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
plannotator
Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click.
-
nono
Capability-based agent runtime with fine-grained policies . Brokering access directly within the agent's operating context, with zero setup and zero latency
-
-
-
-
burr
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
-
-
-
-
modern-software-dev-assignments
Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2025)
-
llm-flashcards
300+ visual cards covering almost all large language model(LLMs) concepts and architectures. Best for revising LLM concepts before any big AI/ML technical interview rounds.
-
-
-
-
-
agentic_coding_flywheel_setup
Bootstraps a fresh Ubuntu VPS into a complete multi-agent AI development environment in 30 minutes: coding agents, session management, safety tools, and coordination infrastructure
sddw discussion
sddw reviews and mentions
- Apache Burr: Build reliable AI agents and applications
-
Ask HN: How do you run your agent swarm?
I passed through some evolution, from todo list with /clear + "take next task" prompt to cleaning most of the skills/plugins/claudemd, using centralized beads db, developing ask_human mcp on sqllite and creating lightweight python orchestrator with ui: https://github.com/sermakarevich/fleet.
My use cases are:
- centralized interface for spawning unrelated single tasks in parallel
- coding with spec driven development approach: https://github.com/sermakarevich/sddw
- reviewing codebase and triggering many small tasks to be executed in parallel
Few articles:
- https://simonwillison.net/2025/Oct/5/parallel-coding-agents/
- https://zachwills.net/i-managed-a-swarm-of-20-ai-agents-for-a-week-here-are-the-8-rules-i-learned/
- https://juhache.substack.com/p/on-the-road-to-agent-swarms
How do you run agent swarm today? What are the use cases?
-
Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
I am using Spec Driven Development approach implemented as a Claude Code plugin since Feb for all mid + size tasks. The idea is to write detailed specs first using agent help doing research and interviewing, decompose the task into smaller subtasks, write detailed spec for each task, implement each task separately. You can restart the session after every step in ะตัั workflow and after each subtask implementation since all requirements are materialized in specั. This helps to keep session context focused on a single task at time, improve adherence, reduce cost and allow to implement bigger tasks that are hard to implement with pure plan + code.
Discussion on hn: https://news.ycombinator.com/item?id=48231575
Repo: https://github.com/sermakarevich/sddw
Slides: https://docs.google.com/presentation/d/1SjKXF7hkoqyiN9-3tBGY...
-
Show HN: Plugin to Generate Claude Code Workflows Using Spec Driven Development
I have been using a Spec-Driven Development approach for all mid+ size coding tasks since Feb 2026: https://news.ycombinator.com/item?id=48231575. One of the reasons for developing my own plugin (sddw - spec driven development workflow https://github.com/sermakarevich/sddw/) was to adjust it to my specific needs and the typical size of the features I build. Since then, this approach (sddw) has been presented at a few companies, including Google Poland. One of the conclusions from these conversations was that some teams would also like to adapt the plugin to their specific needs, the size of their projects, and even to non-coding tasks such as marketing research.
So I built Claude Code Workflow (CCW). It's a generator for linear Spec-Driven Development (SDD) workflow plugins for Claude Code. You define a workflow in a single configs/.yaml file, and CCW regenerates all commands, install scripts, and plugin manifests automatically. You just need to add the instructions required for each step of your workflow.
-
Show HN: Spec-Driven Development Workflow for Claude Code
- delivering specs layer by layer help to catch early when agent got you wrong
Repo with claude plugin for spec driven development: https://github.com/sermakarevich/sddw
- Spec-Driven Development Workflow for Claude Code
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Stats
sermakarevich/sddw is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sddw is Shell.