Hacker News new | ask | show | jobs
by klabetron 84 days 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).
1 comments

You are totally right, I should have done that from the start. I have just made public a repo I used to test that version of the scaffold: https://github.com/pangon/local-TTS-web-app

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...