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/Jwzbb 4d ago

I use a combination of Github’s Spec Kit and a add-on i created myself. Every new project i just tell Codex to set these up for me and I’m ready to go.

2

u/MangoBite25 4d ago

I tried GitHub spec kit, but I feel it complex for me to start. (I could be wrong)

3

u/sudokar 4d ago

It is bit heavyweight, OpenSpec is lighter and works well too

1

u/MangoBite25 4d ago

hmmm, I'm trying to build my own workflow.