Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
11–20 of 21 posts
Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#12Thoughts 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).
Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#13Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#14How 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.
I feel that my scaffold is more adherent to old-style waterfall, for example it begins with the definition of the stakeholders, and take advantage of the less adopted practice to maintain assumptions and constraints, not just user stories and requirements.
A big difference is that I have introduced decisions, that are not just design decision, but also coding decisions: after the initial requirement elicitation phase whenever the agent needs to decide on approach or estabilish a pattern, that is crystallised in a decision artifact, and they are indexed in a way that future coding sessions will automatically inject the relevant decisions in their context. Another difference is that when using the scaffold you can tell high level goals, and if the project is complex enough the design will propose a split in multiple components. Every component can be seen as a separtate codebase, with different stack and procedures. In this way you obtain a mono-repo, but with a shared requirement/design that helps a lot in the change management, because sometime changes will affect several components, and without the shared requirements and design it will be pretty hard to automate.
Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#15Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#16Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#17Thoughts 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).
It's currently in the coding phase, so the requirements definition and the design phase is done.
You can see the repo yourself, the most interesting artefacts generated are from the ojectives phase and are indexed in this file: https://github.com/pangon/local-TTS-web-app/blob/main/1-obje...
Another interesting output of the scaffold skill is the execution plan, organized in phases with milestones, where the new capabilities delivered can be tested after completing a phase: https://github.com/pangon/local-TTS-web-app/blob/main/3-code...
Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#18Re: Show HN: AI SDLC Scaffold, repo template for AI-assisted software development
#19Figma would make this even more amazing but great work!