verify-learning

Evaluate agent learning state against a verification checklist using evidence from logs and journals.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zkysar1/Claude-Skills-Continual-Learning-Base --skill verify-learning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-learning
Source: https://github.com/zkysar1/Claude-Skills-Continual-Learning-Base/tree/main/.claude/skills/verify-learning
Command: npx skills add https://github.com/zkysar1/Claude-Skills-Continual-Learning-Base --skill verify-learning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides a rigorous, post-test verification process to ensure the agent has correctly learned and implemented new features or behaviors, preventing regressions and confirming operational integrity.

Core Features & Use Cases

  • Systematic Checklist Evaluation: Walks through a predefined checklist (config/verification-checklist.md) to assess agent state.
  • Evidence-Based Validation: Verifies agent actions by examining logs, journal entries, and reasoning bank data.
  • Use Case: After the agent claims to have improved its goal-setting mechanism, you would run this skill to confirm that new goals are being correctly prioritized, deferred, and tracked according to the updated logic.

Quick Start

Run the verify-learning skill to check the agent's current state against the verification checklist.

Frequently Asked Questions about verify-learning

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

FAQPage Schema
How do I verify an agent's learning state after implementing new features?

Agent learning validation works by evaluating specific behavioral sections for PASS, FAIL, or N/A status. It examines evidence from pipeline records, journal entries, and reasoning banks to confirm the agent correctly implemented new behaviors and is properly prioritizing, deferring, and tracking goals.

How do I validate agent behavior against expected outcomes using a checklist?

Validate agent behavior by walking through a predefined verification checklist that assesses experience archives, recurring goals, exploration noise, and deferred goals. The checklist cross-references actual agent actions against expected outcomes to ensure newly learned features function without regressions.

What is post-test verification for preventing agent learning regressions?

Post-test verification for preventing regressions is a systematic evaluation that ensures an agent has correctly learned and implemented new behaviors. It examines logs and reasoning bank data to confirm operational integrity and validate that the updated logic functions as expected.

Can I check deferred goals and exploration noise in agent reasoning records?

Yes, you can check deferred goals and exploration noise by examining the agent's reasoning bank data and journal entries. The verification process evaluates these specific sections against expected outcomes to confirm the agent is handling goal deferral and exploration correctly.

Does agent learning validation require specific pipeline records or journal entries?

Agent learning validation requires pipeline records, journal entries, and reasoning bank data as evidence. These records provide the necessary operational logs to evaluate the agent's current state against the verification checklist and confirm expected outcomes.

When should I run learning verification and regression testing for my agent?

Run learning verification immediately after an agent claims to have improved its goal-setting mechanism or implemented new features. This post-test check confirms the updated logic is functioning correctly and prevents operational regressions before deployment.