← Back to context

Comment by alok-g

2 days ago

I would love to see examples for various types of specs written, as in actual texts of the specs for various types of it.

It would also help to understand how are changes to specs handled? Is the agent given both old and new versions to figure out the updates needed?

Thanks.

Here are some - I used sddw to create: - chunker - app to get smart slices from text and organize them in hierarchical LLM/Obsidian wiki. There were two features implemented using sddw and 15 subtags:

-- https://github.com/sermakarevich/chunker/blob/master/.sddw/c...

-- https://github.com/sermakarevich/chunker/blob/master/.sddw/m...

- ccw (claude code workflow - plugin to compile generic claude code workflows based on sdd approach) - https://github.com/sermakarevich/ccw/blob/main/.sddw/claude_...

Btw you can use ccw to create your own custom version of sddw quite fast - with specs format and sequence of steps that suit you best.