human-checkpoint

Escalate critical AI R&D decisions to human operators for approval.

51|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/TenureAI/PhD-Zero --skill human-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: human-checkpoint
Source: https://github.com/TenureAI/PhD-Zero/tree/main/.agents/skills/human-checkpoint
Command: npx skills add https://github.com/TenureAI/PhD-Zero --skill human-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that critical AI research and development decisions, especially those involving significant risks or requiring human oversight, are escalated appropriately to a human for approval.

Core Features & Use Cases

  • Risk Assessment: Identifies and flags major safety risks, hard blockers, and high-impact decisions.
  • Mode-Aware Escalation: Adjusts escalation triggers based on the AI's operational mode (full-auto, moderate, detailed).
  • Structured Decision Requests: Presents decisions with context, executable options, tradeoffs, and recommendations.
  • Use Case: When an AI needs to perform a large-scale file deletion or publish sensitive shared memory, this skill will pause execution and present a clear choice to the human operator: allow once, allow for the run, or disallow.

Quick Start

Use the human checkpoint skill to request a decision on a potentially destructive operation.

Frequently Asked Questions about human-checkpoint

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

FAQPage Schema
What is human-in-the-loop escalation for AI decision making?

Human-in-the-loop escalation pauses AI execution to request operator approval for critical decisions. It assesses safety risks and presents structured options with tradeoffs, preventing irreversible actions like large-scale file deletion without explicit human consent.

How do I implement human approval for destructive resource mutations?

Implement human approval by triggering a checkpoint that pauses execution and presents a decision request. Operators choose to allow once, allow for the run, or disallow, ensuring high-impact destructive mutations receive explicit human oversight.

When do I need a human checkpoint for risk management in AI workflows?

You need a human checkpoint when an AI workflow encounters hard blockers, high-resource approvals, or major safety risks like secret leakage. It ensures irreversible impact actions are escalated to human operators before execution proceeds.

Can I adjust escalation triggers based on different AI operational modes?

Yes, you can adjust escalation triggers using full-auto, moderate, and detailed modes. Mode-aware escalation adapts interaction policies based on active mode, changing how and when human approval is required.

What are the limitations of automated risk assessment for high-impact decisions?

Automated risk assessment cannot execute irreversible actions itself; it is limited to flagging major safety risks and hard blockers. It requires a human operator to review the presented tradeoffs and explicitly approve, disallow, or allow the action.