Ask HN: What is your (AI) dev tech stack / workflow?
151–160 of 187 posts
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#152Re: Ask HN: What is your (AI) dev tech stack / workflow?
#153I am using Spec Driven Development approach implemented as a Claude Code plugin since Feb for all mid + size tasks. The idea is to write detailed specs first using agent help doing research and interviewing, decompose the task into smaller subtasks, write detailed spec for each task, implement each task separately. You can restart the session after every step in the workflow and after each subtask implementation sinc…
Imm overwhelmed with a variety of SDD tools out there. Github spec kit, spec-kitty, symphony, GSD, this. How do people decide on the framework other than try them all. p.s. found this mind-boggling list of them all https://github.com/cameronsjo/spec-compare
Re: Ask HN: What is your (AI) dev tech stack / workflow?
#154Re: Ask HN: What is your (AI) dev tech stack / workflow?
#155Re: Ask HN: What is your (AI) dev tech stack / workflow?
#156Re: Ask HN: What is your (AI) dev tech stack / workflow?
#157Re: Ask HN: What is your (AI) dev tech stack / workflow?
#158Re: Ask HN: What is your (AI) dev tech stack / workflow?
#159Re: Ask HN: What is your (AI) dev tech stack / workflow?
#160At the moment I predominantly work with Python and hence PyCharm as the main IDE. However, I've built this plugin https://plugins.jetbrains.com/plugin/31117-agent-cli to render agentic CLIs as an editor tab in PyCharm and also some notification hooks so I don't have to switch windows and it's easy to jump around the code while the agent is doing its work. Besides that I have a collection of custom skills (plan for JI…