completion-vs-acceptance

Compute per-workflow-type completion and acceptance rates from structured event logs.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill completion-vs-acceptance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completion-vs-acceptance
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/completion-vs-acceptance
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill completion-vs-acceptance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Completion vs acceptance gap analysis for agent-driven work streams, enabling visibility into whether finished outputs are actually accepted downstream.

Core Features & Use Cases

  • Compute per-workflow-type completion and acceptance rates from structured task event data.
  • Classify each workflow type into a 2x2 trust quadrant and generate autonomy recommendations.
  • Produce a concise report summarizing findings and recommended mitigations for under-trusting or overconfident agents.

Quick Start

Provide a structured event log with fields such as task_id, workflow_type, status, and accepted (or a proxy) and supports a configurable time window and minimum sample size.

Frequently Asked Questions about completion-vs-acceptance

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

FAQPage Schema
How do I measure the gap between agent task completion and actual downstream acceptance?

Completion vs acceptance gap analysis measures the difference between an agent's claimed finished tasks and downstream acceptance rates using structured event logs. It computes per-workflow-type metrics to identify under-trusting or overconfident autonomous behaviors.

What is a trust quadrant classification for autonomous agent workflows?

A trust quadrant classification maps workflow types onto a 2x2 matrix using completion and acceptance rates. It categorizes agent outputs to generate autonomy recommendations and highlight where mitigations are needed for misaligned trust levels.

How do I calculate completion and acceptance rates from task event logs?

To calculate completion and acceptance rates, provide a structured event log containing task_id, workflow_type, status, and accepted fields. The analysis processes this data over a configurable time window with a minimum sample size to produce per-type rates.

Can I use workflow observability metrics for different task types like code review and email drafting?

Workflow observability metrics apply across various workflow types including code-review, email-draft, and db-migration. The analysis produces per-type completion and acceptance rates, quadrant classification, and an autonomy signal for each distinct category.

What data do I need to generate an autonomy signal for my agent workflows?

Generating an autonomy signal requires a structured event log with fields like task_id, workflow_type, status, and accepted or a proxy field. You must also configure a time window and minimum sample size to ensure sufficient data for reliable trust quadrant classification.

Why does my agent show high completion rates but low downstream acceptance?

High completion with low downstream acceptance indicates an overconfident agent within the trust quadrant framework. This gap analysis identifies the specific workflow types causing the mismatch and recommends targeted mitigations to realign autonomy levels.