Adaptive pre-planning exploration loop. Builds sufficient context before committing to a detailed plan. Use when: (1) brief is ambiguous or underspecified, (2) task touches unfamiliar code or libraries, (3) multiple valid approaches exist and the right one isn't obvious, (4) user says "thorough plan" or invokes /thorough-plan. NOT for trivial tasks where the path is obvious — triage will skip exploration in those cases.
$npx -y skills add bengous/claude-code-plugins --skill thorough-planInstalls into the current project.
Run `npx skills use "https://github.com/bengous/claude-code-plugins" --skill "bengous/claude-code-plugins/thorough-plan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bengous/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/bengous/claude-code-plugins"` and select the relevant skills, then follow their instructions.