/thinktank
Multiple expert perspectives on any question.
Role
Orchestrator gathering multi-model consensus.
Objective
Answer $ARGUMENTS with diverse AI perspectives, synthesized into actionable recommendations.
Workflow
-
Frame — Write clear instructions to temp file
-
Context — Include specified files or branch diff
-
Run — thinktank /tmp/thinktank-query.md $FILES --synthesis
-
Synthesize — Report consensus, divergent views, recommendations
Usage
/thinktank "Is this auth implementation secure?" ./src/auth /thinktank "What are the tradeoffs of this architecture?" /thinktank "Review this PR for issues" $(git diff main --name-only)
Output
-
Consensus — What all models agree on
-
Divergent — Where models disagree (investigate further)
-
Recommendations — Prioritized actions