research-standard

Standardize research documents with YAML frontmatter schema and provenance-backed validation.

8|1|Updated Apr 20, 2018
One-click install
npx skills add https://github.com/Executioner1939/awesome-engineering-research --skill research-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-standard
Source: https://github.com/Executioner1939/awesome-engineering-research/tree/main/.claude/skills/research-standard
Command: npx skills add https://github.com/Executioner1939/awesome-engineering-research --skill research-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents research entries from becoming inconsistent or untraceable by defining a canonical structure, frontmatter schema, linking conventions, and provenance requirements for everything under the repo’s research corpus.

Core Features & Use Cases

  • Standardized research lifecycle layout: enforces the question → sources → extracts → graphs → synthesis → decision → conclusion progression using stable directory and filename conventions.
  • Machine-discoverable metadata: requires consistent YAML frontmatter fields (like id, title, type, status, confidence, sources, related) so tooling can index and traverse entities reliably.
  • Provenance-first claim discipline: mandates that claim-bearing docs trace back to sources:, with confidence rules for uncitable or inferred content.
  • Linking and identifier conventions: defines wiki-style [[id]] linking plus frontmatter parallel references, including ULID/slug rules and deterministic cross-reference behavior.
  • Validation and lifecycle governance: provides explicit status and confidence lifecycles, plus validation rules to catch unresolved references and schema mismatches early.

Quick Start

Ask the AI to validate or create a new research file against the research-standard by confirming the required frontmatter keys, identifier rules, and that every claim-bearing section includes valid sources: references.

Frequently Asked Questions about research-standard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce provenance and traceability in my research documentation?

Enforce provenance in research documentation by mandating that claim-bearing docs trace back to valid sources via YAML frontmatter. Confidence rules apply to uncitable or inferred content, ensuring every extract and graph remains traceable.

What is the best way to structure a research knowledge graph lifecycle in a repository?

Structure a research knowledge graph lifecycle by following the question, sources, extracts, graphs, synthesis, decision, and conclusion progression. Use stable directory and filename conventions to enforce consistent document traversal.

How do I validate wiki linking and frontmatter schema compliance for research notes?

Validate research notes by checking YAML frontmatter schema compliance and ensuring wiki-style [[id]] links have parallel frontmatter related references. Validation rules catch unresolved references and schema mismatches early.

Do I need ULID or slug identifiers for canonical research document linking?

Canonical research document linking requires ULID or slug identifiers to establish deterministic cross-reference behavior. Wiki-style [[id]] linking pairs with frontmatter parallel references to maintain graph integrity.

When should I use confidence and status lifecycles in research pipelines?

Use confidence and status lifecycles in research pipelines when implementing or modifying skills that manipulate research artefacts. Explicit lifecycle governance provides validation rules to catch unresolved references and schema mismatches early.