plugins/dp-cto/skills/adhoc-research/SKILL.md
Use when you need to look something up, validate a claim, check documentation, or gather evidence before making a decision — 'research this', 'is this true', 'find out how X works'.
npx skillsauth add raisedadead/dotplugins adhoc-researchInstall 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.
Standalone research task. No tracker state, no task_id, no stage context. Works in any project.
Research the topic passed as arguments (or, if none provided, ask the user what to research and distill into 1-3 focused questions before proceeding).
Present findings grouped by confidence. Include source citations inline. Flag unresolved questions separately.
No stage transition. No handoff. The user reads your findings and decides next steps.
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.