curriculum-gates

Evaluate curriculum graduation gates and promote stages when criteria pass.

5|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/zkysar1/Claude-Mind --skill curriculum-gates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curriculum-gates
Source: https://github.com/zkysar1/Claude-Mind/tree/main/.claude/skills/curriculum-gates
Command: npx skills add https://github.com/zkysar1/Claude-Mind --skill curriculum-gates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates graduation gates for curriculum stages and promotes when criteria are met.

Core Features & Use Cases

  • Gate evaluation: checks each gate against thresholds and reports status.
  • Promotion handling: advances to the next stage when all gates pass and logs the promotion.
  • Governance: integrates with evolution/logging to maintain an auditable progression path.

Quick Start

Promote your agent through its curriculum by invoking the evaluation cycle and letting it advance when gates pass.

Frequently Asked Questions about curriculum-gates

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

FAQPage Schema
How do I evaluate curriculum graduation gates for autonomous agents?

To evaluate curriculum graduation gates, run curriculum-evaluate.sh to check each gate against configured thresholds and report pass or fail status for autonomous agents progressing through multi-stage curricula.

How does curriculum stage promotion work during evolution cycles?

Curriculum stage promotion advances autonomous agents to the next stage when all gate criteria pass, updating the agent's curriculum.yaml file and logging the promotion event to the evolution file for auditability.

Can I use Bash scripts to automate curriculum gate evaluation and promotion?

Yes, the curriculum evaluation and promotion workflow uses Bash scripts, specifically curriculum-evaluate.sh for gate checking and curriculum-promote.sh for stage advancement, to automate the progression cycle.

What is the best way to maintain an auditable progression path for autonomous agent curricula?

Maintaining an auditable progression path requires integrating gate evaluation with evolution logging, where each successful promotion updates curriculum.yaml and appends a record to the evolution file during session consolidations.

When should I not use automated curriculum promotion for multi-stage agent training?

Automated curriculum promotion should not be used when gate criteria thresholds are incomplete or unconfigured, as the evaluation requires all gates to pass before advancing the autonomous agent through multi-stage curricula.