Skip to main content
Run any Skill in Manus
with one click
GitHub repository

reasoningtool

reasoningtool contains 655 collected skills from benjam3n, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
655
Stars
9
updated
2026-03-29
Forks
0
Occupation coverage
30 occupation categories · 100% classified
repository explorer

Skills in this repository

route-response-routing-tree
software-developers

Route any input through a branching question tree to narrow down the optimal response strategy before writing. Two stages — PERCEIVE (classify input) then ACT (select response). Covers all prompt types.

2026-03-29
gg-guess-generation-exhaustive-search-with-coverage-tracking
software-developers

Generate exhaustive guesses about user input using ALL search methods with coverage tracking. Guessing is SEARCH through possibility space. Tracks space created vs space covered to ensure comprehensive exploration.

2026-03-29
selection-guess-selection-evaluation
software-developers

Systematically evaluate and select from a set of guesses, options, or possibilities. Combines ARAW analysis with prioritization to determine which guesses are strong, weak, actionable, or eliminable.

2026-03-29
aex-assumption-extraction
project-management-specialists

Extract hidden assumptions from any content. Surfaces what must be true for claims to hold, enabling deeper analysis.

2026-03-23
analyze-analyze-a-situation
project-management-specialists

Sub-orchestrator for analytical requests. Routes to decomposition, systems analysis, comparison, risk assessment, or synthesis based on what kind of analysis is needed.

2026-03-23
ar-assume-right-search
project-management-specialists

Assume Right - Deep recursive rightness search. For every claim, assume it's right — find what must follow, then assume THOSE implications are right too. Recurse until bedrock. Track every claim found.

2026-03-23
claim-test-a-claim
project-management-specialists

Sub-orchestrator for claims and assertions. Routes to ARAW-based testing with appropriate depth, balance, and supplementary analysis skills.

2026-03-23
decide-make-a-decision
project-management-specialists

Sub-orchestrator for decisions. Routes to comparison, ARAW testing, dominance analysis, or goal clarification based on what the user knows and the stakes involved.

2026-03-23
diagnose-find-the-cause
project-management-specialists

Sub-orchestrator for diagnostic questions. Routes to UAUA exploration, causal tracing, safety analysis, or direct debugging based on how much is known and the nature of the problem.

2026-03-23
dsn-design-principled-design-creation-and-improvement
graphic-designers

Apply universal design principles to create or improve designs. Domain-adaptive, generative, grounded in exemplars. Embeds generate → critique → iterate.

2026-03-23
ecal-effort-calibration
project-management-specialists

Determine how much thinking to invest in a decision. Maps stakes, reversibility, and diminishing returns to effort levels (minimum, standard, maximum).

2026-03-23
emotion-process-a-feeling
office-clerks-general-439061

Sub-orchestrator for emotional inputs. Acknowledges the emotion, identifies the implicit request, and routes to the appropriate analytical skill — with expanded routing for reframing, scope control, and self-check skills.

2026-03-23
evaluate-assess-something
project-management-specialists

Sub-orchestrator for evaluation. Routes to ARAW, MECE validation, procedure validation, assumption extraction, risk analysis, or quality checks based on what's being assessed and what kind of evaluation is needed.

2026-03-23
extract-skill-extractor
computer-occupations-all-other

Given any prompt, decompose it into implicit sub-tasks and extract every potentially useful skill, grouped by role and prioritized with invocation-ready suggestions.

2026-03-23
ht-hypothesis-testing
market-research-analysts-and-marketing-specialists-131161

Systematic procedure for formulating testable hypotheses, designing tests, and updating beliefs based on evidence. Supports context-adaptive variants.

2026-03-23
improve-improve-it
software-developers

Take something that works but could be better. Find the highest-leverage improvements and apply them. Not for broken things (/fix) — for things that work but underperform their potential.

2026-03-23
iterate-figure-out-what-to-iterate-on
project-management-specialists

Meta-iteration skill. Identifies what needs iteration, at what level, in what dimension, at what scale, and what should be deleted — then executes the highest-value iteration.

2026-03-23
pce-procedure-engine-comprehensive-analysis
project-management-specialists

The deep analysis engine. Routes input by type, applies appropriate analysis depth, produces structured understanding and action.

2026-03-23
reframe-reframe-the-problem
project-management-specialists

Systematically reframe a problem by changing the level of abstraction, stakeholder perspective, time horizon, success criteria, or constraint set. Generate genuinely different framings, not word substitutions.

2026-03-23
rlsk-relationship-analysis
project-management-specialists

Analyze and improve relationships by identifying parties, assessing state, surfacing unmet needs, and finding actionable patterns.

2026-03-23
se-space-enumeration
project-management-specialists

Generate comprehensive lists by systematically covering all dimensions. Ensures nothing is missed through structured enumeration.

2026-03-23
sid-situation-identification
project-management-specialists

Identify what situation you are actually in before attempting to solve it. Prevents the most dangerous failure: solving the wrong problem perfectly.

2026-03-23
steelman-steelman-the-opposition
project-management-specialists

Construct the strongest possible version of an opposing argument before critiquing it. Ensures you're fighting the real argument, not a straw man. Includes finding the kernel of truth in positions you disagree with.

2026-03-23
want-clarify-a-goal
project-management-specialists

Sub-orchestrator for goals and wants. Routes to WantTo analysis to trace what the want commits you to and find the actual want.

2026-03-23
aw-assume-wrong-search
project-management-specialists

Assume Wrong - Deep recursive wrongness search. For every claim, assume it's wrong — find why, then assume THOSE reasons are wrong too. Recurse until bedrock. Track every claim found.

2026-03-23
ess-external-source-search
market-research-analysts-and-marketing-specialists-131161

Systematic procedure for searching external sources to find evidence, data, and information relevant to a question.

2026-03-23
gosm-goal-oriented-state-machine
project-management-specialists

Goal-Oriented State Machine. Context-adaptive dispatcher that routes to the right analysis depth based on urgency, stakes, and expertise.

2026-03-23
sdc-self-deception-check
project-management-specialists

Detect when reasoning is actually rationalization. Mechanical checks for motivated reasoning, emotional override, and evidence asymmetry.

2026-03-23
tradestudy-trade-study-trade-off-analysis
project-management-specialists

Systematically evaluate alternatives against weighted criteria using a structured decision matrix. Includes pairwise comparison for weighting, multi-criteria scoring, sensitivity analysis, and documented decision rationale.

2026-03-23
grade-grade-llm-output
software-developers

Grade any LLM output as an external grader who knows nothing about the project. Identifies systematic failures in reasoning, voice, and honesty that the LLM cannot see from inside its own generation.

2026-03-23
pbtc-pre-baked-thesis-check
software-developers

Detect when reasoning is working backwards from a predetermined conclusion. Surfaces the signs that the 'analysis' is actually a case built to support a thesis that was chosen before the evidence was examined.

2026-03-23
wawd-what-are-we-doing
project-management-specialists

Force a full stop and honestly answer what is actually happening right now. Catches drift, confusion, lost purpose, cargo-culting, and the moment when activity replaced thinking.

2026-03-23
araw-assume-right-assume-wrong-search
software-developers

Assume Right / Assume Wrong search - For every claim, explore what follows if true (AR) and what breaks if false (AW). Number every finding. Recurse until bedrock. Compile a complete registry. Derive synthesis only from the registry.

2026-03-23
argd-argumentative-document
technical-writers

Construct a rigorous argumentative document with thesis, evidence, counterarguments, and structured reasoning.

2026-03-20
blank-drawing-a-blank
technical-writers

Break through creative or productive blocks when nothing comes to mind

2026-03-20
cn-communication-narrative-orderings
technical-writers

Orderings for presentations, writing, and communication where sequence affects audience engagement and comprehension.

2026-03-20
comc-communicate
technical-writers

Designs a communication for any context. Identifies audience, determines goal, chooses medium, structures the message, and anticipates objections.

2026-03-20
create-produce-content
technical-writers

Sub-orchestrator for creative and content production requests. Routes to appropriate writing skills based on content type and quality needs.

2026-03-20
crtv-creativity-procedure
technical-writers

Systematic procedure for generating novel ideas. Moves through divergent generation, combinatorial play, and convergent evaluation against the original need.

2026-03-20
cts-content-strategy
market-research-analysts-and-marketing-specialists-131161

Develop and execute content strategy that attracts, engages, and converts

2026-03-20
Showing top 40 of 655 collected skills in this repository.