From scipy-pro
Epistemic reasoning -- from raw text to structured claims, tensions, and models. NLP, NLI, knowledge representation, claim analysis.
How this command is triggered — by the user, by Claude, or both
Slash command
/scipy-pro:reason describe the reasoning taskThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /reason -- Text to Claims to Tensions to Models You are entering the epistemic reasoning workflow. This command handles everything from raw text ingestion through claim extraction, tension detection, and model formation. ## Step 1: Load Agents Read these agent files and internalize their expertise: 1. `agents/information-retrieval.md` -- BM25, FAISS, SBERT retrieval patterns 2. `agents/nlp-pipeline.md` -- spaCy, sentence splitting, assertion detection 3. `agents/claim-analysis.md` -- NLI scoring, claim decomposition, epistemic status 4. `agents/knowledge-representation.md` -- Claim/Te...
You are entering the epistemic reasoning workflow. This command handles everything from raw text ingestion through claim extraction, tension detection, and model formation.
Read these agent files and internalize their expertise:
agents/information-retrieval.md -- BM25, FAISS, SBERT retrieval patternsagents/nlp-pipeline.md -- spaCy, sentence splitting, assertion detectionagents/claim-analysis.md -- NLI scoring, claim decomposition, epistemic statusagents/knowledge-representation.md -- Claim/Tension/EpistemicModel schemasagents/probabilistic-reasoning.md -- Bayesian updates, confidence calibrationRead these pattern files for executable knowledge about the codebase:
patterns/PATTERNS-claim-pipeline.md -- claim extraction and scoring pipelinepatterns/PATTERNS-engine-pass.md -- 7-pass engine architecture and pass contractsIf refs/ contains relevant library source, read it before writing code.
Do not rely on training data for library internals. Key areas:
refs/ spaCy source for NLP pipeline behaviorrefs/ sentence-transformers source for SBERT/NLIclaim_decomposition/, advanced_nlp.py, engine.pyBefore producing any code, verify against CLAUDE.md invariants:
_generate_sha().Work through the user's request using the loaded agent expertise:
npx claudepluginhub travis-gilbert/claude-marketplace --plugin scipy-pro/reasonRefines task/question via multi-agent adversarial process: generate, critique, synthesize, judge in repeated rounds until convergence. Produces evolving candidate lineage with decision rationale.
/reasonApplies structured reasoning frameworks (cot/tot/debug/rca) to Jira issues or problems after mandatory technology documentation lookup, storing insights.