Show HN: AI SDLC Scaffold, repo template for AI-assisted software development (github.com)

by pangon 12 comments 27 points
Read article View on HN

12 comments

[−] zihotki 56d ago
Please show your benchmarks and evals to prove that your template actually makes any sense and doesn't waste the credits/tokens/requests/etc.
[−] pangon 56d ago
I don't have any benchmarks avalable right now, and honestly I found pretty hard to make them considering that the workflow I have set up is not fully automated, but there is a lot of human intervention in the pre-coding phases.

I feel the problem of token wasting a lot, and actually that was the first reason I had to introduce a hierarchy for instructions, and the artfact indexes: avoid wasting. Then I realized that this approaches helped to keep a lean context that can help the AI agent to deliver better results.

Consider that in the initial phase the token consumption is very limited: is in the implementation phase that the tokens are consumed fast and that the project can proceed with minimal human intevenction. You can try just the fist requirement collection phase to try out the approach, the implementation phase is something pretty boring and not innovative.

[−] apinstein 56d ago
I am playing around with building my own similar and am faced with the question you pose.

How can you tell if your prompt process works? I feel like the outputs from SDLC process are so much more high level than could be done with evals, but I am no eval expert.

How would you benchmark this?

[−] pangon 56d ago
For sure the proposed approach is more token-consuming than just ask high level the final outcome of the project and make an AI agent to decide everything and deliver the code. This can be acceptable for small personal projects, but if you want to deliver production ready code, you need to be able to control all the intermediate decisions, or at least you want to save and store them. They are needed because otherwise any high level change that you will require will not be able to make focused and coherent enough code changes, with previous forgotten decision that are modified and the code change that will produce lots of side-effects.
[−] jstrebel 55d ago
How does your framework compare to spec-driven development e.g. https://github.com/github/spec-kit? In my experience, spec-kit produces a lot of markdown files and little source code.
[−] klabetron 55d ago
Thoughts on publishing an example output perhaps in another repo? Perhaps just the first two phases? Would be interesting to see what the output looks like practically speaking (before committing to using it for a project).
[−] grapheneposter 55d ago
I built a big brain download of how I think the day to day SDLC rolls now and used it to teleport my ideas into any harness as needed.
[−] milkoslavov 55d ago
We have built something similar for our SDLC, but it is based on Claude Code slash commands:

  - /tasks:capture — Quick capture idea/bug/task to tasks/ideas/

  - /tasks:groom — Expand with detailed requirements → tasks/backlog/

  - /tasks:plan — Create implementation plan → tasks/planned/

  - /tasks:implement — Execute plan, run tests → tasks/done/

  - /tasks:review-plan — Format plan for team review (optionally Slack)

  - /tasks:send — Send to autonomous dev pipeline via GitHub issue

  - /tasks:fast-track — Capture → groom → plan → review in one pass

  - /tasks:status — Kanban-style overview of all tasks
Workflow: capture → groom → plan → implement → done (with optional review-plan before implement, or send for autonomous execution).
[−] gzoo 56d ago
Figma would make this even more amazing but great work!
[−] panavm 46d ago
[flagged]
[−] panavm 51d ago
[flagged]
[−] rrojas-nexus 56d ago
[dead]
[−] SirBrenton 55d ago
[dead]
[−] xihe-forge 56d ago
[dead]
[−] QubridAI 53d ago
[flagged]
[−] panavm 55d ago
[flagged]