I've been using a custom Claude Code skill for development and thought that I would share in case it helps anyone else. The "epic-runner" skill is designed to organize development efforts into epics and stories similar to how I've been building software for 25+ years. It takes any prompt like "create a login page" and helps you organize the requirements into an epic then break it down in to user stories are that delivered one at a time. I've found this helpful as I still like to manually QA my work (human in the loop) and also have stages where I review the requirements (what to build) separate from the implementation plan (how to build it). I am sure that there are a number of similar skills out there already, but this one works well for me. Here's a link if anyone wants to check it out. I would love some feedback if you have notes - I am already wanting to add more checks like "definition of done" and architectural reviews. https://lnkd.in/eVxPQe5u
Awesome rec, Jonathan. Will be using this going forward!
Optimising Business Processes | Custom Tech Solutions | Client Solutions Strategist at Ascendro Web Technologies
2wMy go-to is still waterfall-per-story for gating architecture before implementation - manual checkpoints after AI output caught 80% of our early cycle issues last year. Having "definition of done" and clear story boundaries has been the only way to avoid sprawling technical debt with agents writing stories. The manual QA step is underrated.