plugins/dp-cto/skills/adhoc-brainstorm/SKILL.md
Use when you need to make a decision, compare options, or think through a list of items systematically — 'help me decide', 'weigh these options', 'walk me through the tradeoffs'.
npx skillsauth add raisedadead/dotplugins adhoc-brainstormInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Lightweight structured decision skill. Walks through a list of items one at a time, presenting context and options for each. No tracker state, no spec pipeline, no stage machine.
If the user provided items in args or conversation → use them. Otherwise → ask: "What items do you want to brainstorm? Provide a list, a file path, or describe the topic."
Parse into a numbered list of discrete items to decide on.
For each item:
AskUserQuestion — typically: Keep / Relax / Modify / Remove. Add a recommendation with rationale.One item per message. Do not batch. Do not skip ahead.
After all items are decided, present a decision summary table:
| # | Item | Decision | Notes | | --- | ---- | -------- | ----- |
Then ask: "All items decided. Want to act on these now, or save for later?"
development
Use when the user shares a URL, names a resource from SOURCES.md, shares operational feedback, says 'adopt', 'learn from', 'what can we steal from', 'compare with', 'self-develop', or 'how do we get better'.
tools
Use when you need to set up or rebuild the dp-lsp Docker image after installing the plugin — 'set up LSP', 'build the image', 'install language servers'.
development
Use when you want to write tests first, enforce test-driven development, or add test coverage — 'write tests for this', 'TDD this feature', 'add test coverage'. Strict RED-GREEN-REFACTOR discipline.
testing
Use when starting major work that needs formal design review — cross-team changes, architectural decisions, or complex features where requirements need discovery before implementation.