Kernel Core

Use when coordinating non-trivial coding-agent tasks. Do not use for trivial one-line edits unless the touched area is high-risk.

mattbaconz 9906ca9 665 B Updated

File contents

kernel-core

Purpose

Coordinate task contracts, verification, evidence, and handoff discipline for non-trivial agent work.

Trigger

Use when a coding-agent task requires durable context, quality gates, or evidence-backed completion.

Workflow

  1. Read the current task contract.
  2. Select relevant quality gates.
  3. Record evidence before completion.

Output

Writes or updates .agent/state/current-task.md and .agent/evidence/ artifacts when filesystem access is available.

mattbaconz/kernel/tree/main/tests/fixtures/eval-skills/.agent/skills/kernel-core commit 9906ca993e

Frequently asked questions

npx skillmds@latest add mattbaconz/kernel-core