NikolasMarkou/epistemic-deconstructor
Instructions file
Claude Code instructions for NikolasMarkou/epistemic-deconstructor, covering claude.md, project purpose, repository structure, working with this codebase and file modification guidelines.
NikolasMarkou/epistemic-deconstructor
Instructions file
Claude Code instructions for NikolasMarkou/epistemic-deconstructor, covering claude.md, project purpose, repository structure, working with this codebase and file modification guidelines.
NikolasMarkou/epistemic-deconstructor
Skill Claude CodeCodex
Systematic reverse engineering of unknown systems using scientific methodology. Use when: (1) Black-box analysis, (2) Competitive intelligence, (3) Security analysis, (4) Forensics, (5) Building predictive models. Features 6-phase protocol with a mandatory abductive expansion sub-phase, Bayesian inference…
NikolasMarkou/epistemic-deconstructor
Agent
Phase 1.5 abductive expansion specialist. Runs the TI-AA-SA-AR-IC operators (trace inversion, absence audit, surplus audit, analogical retrieval, inference chains) to generate and stage candidate causes for observations collected in Phase 1, then promotes high-coverage candidates into the tracked hypothesis set. Use…
NikolasMarkou/epistemic-deconstructor
Agent
Phase 1 specialist: I/O boundary mapping, probe signal design, stimulus-response database construction. Enumerates all system channels and characterizes transfer behavior. Use for Phase 1 execution.
NikolasMarkou/epistemic-deconstructor
Agent
Phase 2 specialist: causal graph construction, falsification loop execution, sensitivity analysis (Morris/Sobol'), differential analysis. Establishes cause-effect relationships and actively tries to BREAK hypotheses. Use for Phase 2 execution.
NikolasMarkou/epistemic-deconstructor
Agent
Independent bias and cognitive trap detector. Reviews decisions.md and hypothesis updates for anchoring, confirmation bias, mirror-imaging, Dunning-Kruger, and other analytical traps. Runs in background after each phase to audit analytical quality. Use proactively after phase completions.
NikolasMarkou/epistemic-deconstructor
Agent
Phase 0.3 domain-orientation specialist. Runs the five operators (TE term extraction, TG term grounding, MM metrics mapping, AM alias map, CS canonical sources) to construct an auditable glossary, metrics catalog, and source ledger before the analyst commits to hypotheses expressed in unfamiliar jargon. Conditional on…
NikolasMarkou/epistemic-deconstructor
Agent
Bayesian hypothesis tracking engine. Manages ALL bayesiantracker.py and belieftracker.py operations. Enforces evidence calibration rules (LR caps, anti-bundling, prior discipline, disconfirm-before-confirm). Use for ANY hypothesis add/update/compare/report operation.
NikolasMarkou/epistemic-deconstructor
Agent
Phase 4 specialist: sub-model composition (serial/parallel/feedback), uncertainty propagation, emergence testing, archetype classification, and simulation execution via simulator.py. Use for Phase 4 execution.
NikolasMarkou/epistemic-deconstructor
Agent
Epistemic Deconstructor protocol orchestrator. Manages the 6-phase analysis FSM (P0-P5), tier selection (RAPID/LITE/STANDARD/COMPREHENSIVE/PSYCH), exit gate verification, and user interaction. Loaded in two ways: (1) as the main thread via claude --agent ed-orchestrator, OR (2) as a procedure document read by the…
NikolasMarkou/epistemic-deconstructor
Agent
Phase 3 specialist: model structure selection (ARX/ARMAX/NARMAX/State-Space), parameter estimation, uncertainty quantification. Runs parametricidentifier.py for structural system ID (ARX/ARMAX/NARMAX), tsreviewer.py, forecastmodeler.py, and fourieranalyst.py for signal analysis and forecasting. Use for Phase 3…
NikolasMarkou/epistemic-deconstructor
Agent
PSYCH tier specialist: behavioral analysis owning all six phases 0-P through 5-P (Context, Baseline, Stimulus-Response, Structural ID, Motive, Validation). Three pluggable sub-phases — domain orientation (0-P.3), scope interrogation (0-P.7), and abductive expansion (1-P.5) — are orchestrator-dispatched to…
NikolasMarkou/epistemic-deconstructor
Agent
Quick coherence screening agent for RAPID tier (Phase 0.5). Performs claim validation: coherence checks, red flag scan, domain calibration, verdict generation (CREDIBLE/SKEPTICAL/DOUBTFUL/REJECT). Use when tier is RAPID.
NikolasMarkou/epistemic-deconstructor
Agent
Background research agent for web searches, document analysis, and information gathering. Runs in background to fetch domain context, reference data, and external information while other agents work. Use proactively whenever external information would strengthen the analysis.
NikolasMarkou/epistemic-deconstructor
Agent
Phase 0.7 scope interrogation specialist. Runs the M1-M4 scope-expansion mechanisms (flow tracing, archetype-accomplice enumeration, residual-signature matching, adversarial steelman prompts) to surface drivers that live outside the initially-framed scope. Use at Phase 0.7 and re-run post-Phase 3 on residuals. Runs in…
NikolasMarkou/epistemic-deconstructor
Agent
Filesystem I/O handler for epistemic analysis sessions. Handles ALL sessionmanager.py operations: creating sessions, reading/writing files, path resolution. Use for ANY session file operation.
NikolasMarkou/epistemic-deconstructor
Agent
Phase 5 specialist: validation hierarchy (interpolation/extrapolation/ counterfactual), residual diagnostics, baseline comparison (FVA), domain calibration, uncertainty quantification (conformal prediction), simulation bridge, and final report generation. Use for Phase 5 execution.