CtrlK
BlogDocsLog inGet started
Tessl Logo

markusdowne/handoff-integrity-check

Validate agent handoff packets and resume readiness using schema, freshness, and replay checks. Use when tasks pause/resume across sessions, agents, or humans — including when a user wants to continue where they left off, hand off to another agent, resume a previous task, or pick up an interrupted workflow. Includes explicit untrusted-content/prompt-injection guardrails for third-party inputs.

96

1.50x

Quality

100%

Does it follow best practices?

Impact

96%

1.50x

Average score across 9 eval scenarios

Overview
Skills
Evals
Files

task.mdevals/scenario-3/

Resuming a Long-Paused Data Pipeline Task

Problem Description

A data engineering team had an urgent all-hands situation last week and had to abandon a multi-day Airflow pipeline refactoring effort mid-stream. The engineer who was leading the work created a handoff document just before stepping away, but that was several days ago. Now the team is trying to figure out whether they can safely pick up where they left off, or whether the handoff needs to be refreshed first.

The team lead has asked for a written assessment of the handoff's current state. The pipeline touches production data and the team can't afford to resume based on stale context — they need confidence that the documented state still reflects reality before anyone starts making changes.

Output Specification

Write your assessment to a file named resume-assessment.md. The team lead needs to know whether the handoff is safe to resume from, and if not, what needs to happen before work can start again.

Input Files

The following files are provided as inputs. Extract them before beginning.

=============== FILE: handoff.json =============== { "objective": "Refactor legacy Airflow DAGs to use TaskFlow API and migrate to Airflow 2.8", "completed": [ "Inventoried all 34 legacy DAGs", "Converted 12 of 34 DAGs to TaskFlow API", "Set up Airflow 2.8 dev environment" ], "unresolved": [ "DAG 'etl_customer_events' has a custom XCom backend that may not be compatible with 2.8" ], "assumptions": [ "Airflow 2.7 remains in production until migration is complete", "No new DAGs will be added during the migration window" ], "next_action": "Investigate XCom backend compatibility issue in 'etl_customer_events' and open ticket if patch required", "risks": [ "Production DAGs could break if 2.8 incompatibilities are not caught in dev", "Custom operators in legacy DAGs may need refactoring" ], "updated_at": "2024-03-12T11:45:00Z", "resume_token": "airflow-refactor-sess-7fGh2kL9" }

Install with Tessl CLI

npx tessl i markusdowne/handoff-integrity-check

evals

SKILL.md

tile.json