modeler-decision-logger

Append human modeling decisions with timestamps to an auditable log.

452|24|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/zhnnky329/MathModeling-skills --skill modeler-decision-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modeler-decision-logger
Source: https://github.com/zhnnky329/MathModeling-skills/tree/main/.claude/skills/modeler-decision-logger
Command: npx skills add https://github.com/zhnnky329/MathModeling-skills --skill modeler-decision-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and preserves human modeling judgments in a single, auditable log so teams can trace decisions and rationale across a modeling contest.

Core Features & Use Cases

  • Append-only log of per-sub-question decisions to maintain traceability.
  • Provenance with timestamps and references to human artifacts for auditability.
  • Clear separation between human decision artifacts and AI-generated content to avoid drift.

Quick Start

Process the latest DECIDED artifact and append a new record to the canonical decision log.

Frequently Asked Questions about modeler-decision-logger

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

FAQPage Schema
How do I maintain an append-only decision log for human modeling judgments?

An append-only decision log captures human modeling judgments mechanically, adding timestamped records to a single canonical log to ensure traceable provenance and prevent in-place edits.

What is provenance in decision-logging for contest management?

Provenance in decision-logging provides auditable traceability by recording timestamps and references to human artifacts, ensuring downstream narratives can verify the source and rationale of modeling decisions.

How do I separate human decision artifacts from AI-generated content to avoid drift?

You separate human decision artifacts from AI content by logging per-sub-question decisions in a canonical, append-only log that preserves the human modeling judgments independently from generated narratives.

Can I edit or delete previous entries in a canonical decision log?

No, a canonical decision log enforces an append-only convention that prevents in-place edits, ensuring that all human modeling decisions remain permanently auditable and traceable across the contest.

What decision points are supported by append-only decision-logging?

Append-only decision-logging supports framing, method choice, result verdict, confidence, and assumption necessity, capturing each human decision point to provide traceable provenance for downstream narratives.

Does decision-logging require any specific dependencies to track modeling provenance?

No dependencies are required to track modeling provenance; the decision logger applies mechanical validation to the latest decided artifact and appends records with timestamps and identifiers directly.