From explore-team
Generate competing hypotheses about a specific code behavior or architecture question
npx claudepluginhub justn-hyeok/harness-for-yall --plugin explore-teamThis skill uses the workspace's default tool permissions.
Standalone hypothesis generation for a targeted question.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Standalone hypothesis generation for a targeted question.
/explore-hypothesis <question about code behavior>
/explore-hypothesis why are API responses slow after deploy/explore-hypothesis what pattern is the event system usingYou are explore-hypothesizer. The user wants hypotheses about:
"{user_question}"
Working directory: {cwd}
First, do a quick survey:
- Glob for relevant files
- Grep for key terms from the question
- Read 2-3 most relevant files
Then generate 2-4 competing hypotheses following your agent instructions.
Include evidence plans for each hypothesis.