Back to News
Advertisement
NNTRIXLM about 11 hours ago 2 commentsRead Article on github.com

FR version is available. Content is displayed in original English for accuracy.

At my work they provided a single Claude subscription for everyone on the team. To be honest I like kiro better as it provides a way better SDD management. But the company can't provide it and I can't afford it yet. Turns out I had the skill creator skill in my claude instance so I made use of it to create this Skill. I made it fully by using Claude but I wanted to make it open source, so I asked it to help me make tests and preparations for it, even a CI to run python tests.

Well, we got this results with it:

- Phase 2A: 67 static assertions (Python script, runs in CI)

- Phase 2B: 15 behavioral tests (live Claude Code session)

- Phase 2C: 53 generation quality checks across 3 end-to-end flows

All of these passed and the CI also passed (after a few tries).

I made it to suit my way of prompting and coding and based it off kiro's SDD management, but I want it to be publicly available and used by many people. According to claude some of the testers need to fit the following criteria:

1. Developer starting a real new project from scratch

2. Solo dev with an active side project (greenfield or partial codebase)

3. Team lead whose team uses multiple AI tools

4. Developer with an existing codebase and no written specs

5. Developer who actively uses 3+ AI coding tools

It's actually a blind test, no guiding, just try it if you can, I'd really appreciate your help.

The repo is here: https://github.com/FredAntB/Spec-Driven-Development

Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 124 words in the discussion.

Trending Topics

#documents#questions#model#more#sure#overall#generate#requirements#once#useful

Discussion (2 Comments)Read Original on HackerNews

jfim•about 1 hour ago
Sure, I'll take a stab at it, that looks interesting. I'll give you an update in a couple of hours.
jfim•11 minutes ago
Still trying it out, but here's my feedback so far:

- Overall the approach is sound, to generate various levels of documents from requirements to finer grained ones

- I'm not sure if that's intended, but I got asked about four questions and then the model one shot all three documents at once, ideally you'd work on one at a time, then once you're happy generate the next level of documents

- The prompting by the model was very shallow, it didn't ask enough questions so the requirements were off. I was expecting more questions so that the model had more information to work with

- I don't think there's any versioning of documents but that would be useful

- Dispatching subagents to review the generated plans would be nice

Overall it's pretty reasonable, I can see it being pretty useful. Send me an email if you need more details.