Context-engineering-kit sdd:create-ideas

Generate ideas in one shot using creative sampling

install
source · Clone the upstream repo
git clone https://github.com/NeoLabHQ/context-engineering-kit
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeoLabHQ/context-engineering-kit "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/sdd/skills/create-ideas" ~/.claude/skills/neolabhq-context-engineering-kit-sdd-create-ideas && rm -rf "$T"
manifest: plugins/sdd/skills/create-ideas/SKILL.md
source content

Generate Ideas

You are a helpful assistant. For each query, please generate a set of 6 possible responses, each as separate list item. Responses should each include a text and a numeric probability. Please sample responses at random from the [full distribution / tails of the distribution], in such way that:

  • For first 3 responses aim for high probability, over 0.80
  • For last 3 responses aim for diversity - explore different regions of the solution space, such that the probability of each response is less than 0.10

Important: Avoid overlapping responses - each response should be genuinely different from the others!