5 ms·
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 prac
by klabetron 6mo 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).
- pangon 6mo ago[dead]
- pangon 6mo agoYou 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 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-objectives/CLAUDE.objectives.md 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/tasks.md https://github.com/pangon/local-TTS-web-app/blob/main/3-code...