When an agent works in a discipline directory, it needs to know not just what to do but how to reason. The methods of a discipline — what counts as evidence, how claims are validated, what forms of argument are legitimate — are among the biggest shapers of how work proceeds. This text surveys how methods are represented in knowledge management systems and what the ASR can learn from existing practice.

The epistemology-methodology-methods-practice hierarchy

Carter and Little (2007) [@carter2007epistemology] establish a layered hierarchy that the knowledge organization literature has broadly adopted:

LevelQuestion answeredExample
EpistemologyWhat counts as knowledge?Constructivism, positivism, pragmatism
MethodologyWhat approach, and why?Grounded theory, axiomatic proof, ethnography
MethodsWhat specific techniques?Semi-structured interview, induction, tactic proof
PracticeHow is it actually done here?”We use Lean 4 with Mathlib, constructive only”

Epistemology constrains methodology, which constrains methods, which are enacted as practice. Using “methodology” as a synonym for “methods” is imprecise — methodology is the study and justification of methods, not the methods themselves.

Tennis (2008) [@tennis2008epistemology] extends this to knowledge organization specifically, arguing that epistemology is critical to KO because “it reflects our assumptions about language, the primary material of KO systems.”

For the ASR, this hierarchy maps to existing structures:

  • Epistemologyrelationality and discipline-level philosophical commitments (e.g., constructive reasoning)
  • Methodology → discipline-level methods/ directories and domain ASR specs
  • Methods → specific techniques encoded as skills and curricula
  • Practice → CLAUDE.md, AGENTS.md, and operational skills

Existing method ontologies

Several OWL ontologies encode scientific methods as machine-readable artifacts:

EXPO (Ontology of Scientific Experiments) — 200+ concepts covering experimental design. Distinguishes hypothesis-driven (Galilean) from exploratory (Baconian) approaches. General-purpose but experiment-focused.

OBI (Ontology for Biomedical Investigations) — 2,500+ terms covering all investigation phases: planning, execution, reporting. Part of the OBO Foundry ecosystem.

P-Plan — extends W3C PROV-O to represent the plans that guided scientific processes. Plans decompose into Steps with input/output Variables. Supports sub-plans. Enables linking workflow templates as Linked Data.

REPRODUCE-ME — modular ontology for reproducibility, extending PROV-O and P-Plan. Eight core components: Data, Agent, Activity, Plan, Step, Setting, Instrument, Material. Applied to Jupyter notebooks.

SPAR family — ontologies for scholarly publishing: FABIO (bibliographic data), CiTO (citation semantics), DoCO (document structure).

None of these taxonomizes research methods across disciplines in a single artifact. A comprehensive method ontology — covering qualitative, quantitative, experimental, ethnographic, formal, and computational methods — does not yet exist. This is a genuine gap.

What the ASR should do

The methods/ directory in the ASR’s directory organization spec is already the right structural home. The research suggests refining how it works:

  1. Methods files should encode the hierarchy. Each method file should state its epistemological grounding, its methodological tradition, and the specific techniques it involves. Frontmatter fields could include epistemology:, methodology:, and techniques:.

  2. Methods are first-class content. They should be terms or concepts, not just prose descriptions. A method is as addressable and linkable as any other concept in the vault.

  3. Methods shape AGENTS.md. A discipline’s AGENTS.md should reference its methods. When an agent reads the AGENTS.md for mathematics, it should learn that the epistemology is constructive, the methodology is axiomatic proof, and the specific methods include tactic proofs in Lean and term proofs in Agda.

  4. External grounding is required. Policy 003 applies: methods should cite the discipline’s established methodological literature, not be invented ad hoc. When our method diverges from established practice, document why.

  5. The accretion trajectory applies to methods. Methods should follow the same learn → document → curricula → skills → scripts → formalization path as other knowledge. A well-documented method becomes a curriculum, then a skill, then a script that partially automates it.

Sources