Agent Skills: Novelty Matrix

|

UncategorizedID: willoscar/research-units-pipeline-skills/novelty-matrix

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/novelty-matrix

Skill Files

Browse the full folder contents for novelty-matrix.

Download Skill

Loading file tree…

.codex/skills/novelty-matrix/SKILL.md

Skill Metadata

Name
novelty-matrix
Description
|

Novelty Matrix

Transforms a claim ledger plus related-work surface into a novelty positioning table for paper-review.

Input

Required:

  • output/CLAIMS.md

Optional:

  • manuscript reference list
  • user-provided related work list

Output

  • output/NOVELTY_MATRIX.md

Contract

Each matrix row must expose:

  • claim
  • closest related work
  • overlap
  • delta
  • evidence note

Script boundary

scripts/run.py should:

  • extract candidate related works from available sources
  • generate stable overlap/delta rows
  • write a table-shaped artifact

Keep matching heuristics and markdown rendering in shared tooling.

Acceptance

  • output exists
  • includes at least one row per claim
  • if related works are unavailable, the artifact says so explicitly

Non-goals

  • final novelty judgment prose
  • retrieval of a new literature corpus