This handles the messy front end of development when you have a rough idea but haven't figured out the details yet. It walks through understanding your project context, asks questions one at a time (preferring multiple choice), then generates six possible approaches with probabilities weighted toward both solid options and creative outliers. Once you pick a direction, it presents the design incrementally in 200-300 word chunks so you can course correct before getting too far down the wrong path. The whole thing ends with a markdown file in .specs/plans and optionally sets up a worktree for implementation. Honestly most useful for features where the requirements are fuzzy and you need someone to help think it through rather than just execute.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill brainstorm