Making Claude Code Even Easier
April 3, 2026
Like many people, I use Claude Code everyday.
Like many people, I use Claude Code everyday. It's a game-changing tool, but it's also very frustrating at times: it can easily go off track and make bad decisions. Most of that is resolved with 'skills' that use prompts to instruct the Agent's behavior and prevent incorrect paths. You invoke the skill you need and Claude Code takes it from there.
I wanted something even easier. I tell the Agent what I want, it handles everything else and notifies me when it's time for me to take a look. I couldn't find anything to do this, so I wrote: lets-start.
Begin your session with /lets-start, or /lets-start <what you're building>, and the skill will do the rest. It will ask you questions to clarify, set up your workspace, route you to the correct 'gstack' skill to start the project, and make recommendations on the next steps once completed.
I used it last night to build an investor portal for Sterling Road in a couple of hours, starting with just a few sentences of description. The site was live before I went to bed.
It's open source, so feel free to edit and extend as you wish. For example, it's easy to switch from gstack if you prefer a different skill package, e.g. superpowers. Please try it out and let me know what you think!