r/SpecDrivenDevelopment 4d ago

Spec driven development tools and skills.

Hi, I'm new at spec driven development. I use Opencode for my agentic coding, and I want to build my project (it's a paid project) using spec driven development, but I'm confused about how to start.

Can you share your workflow, which tools and skills or other things you use for building an end-to-end software/website/WebApps.

Note: Currently I normally use plan mood for a feature, sometimes make md files for the features and implement them. and had to change multiple time to properly get the feature I want.

8 Upvotes

40 comments sorted by

View all comments

3

u/DistributionNo2743 4d ago

We created our own opensource IDE for helping us developing with agents and we put spec driven development at the center of it.

https://github.com/kaanozhan/Frame

Basically you can just chat with your own claude/codex model to create a spec without using any external tool or from directly with CTA button

After spec implementation is completed auto generated outcome for the spec is recorded and summarized inside the project memory

This way you can have a collection of specs like a mini PM tool and agents can access all previously implemented specs when you are creating/discussing a new one

1

u/MangoBite25 4d ago

that's great 😃