Use when work needs to be handed off to another agent or another human. Produce a continuation-ready brief with the objective, completed work, assumptions, unresolved issues, and next action instead of a generic summary. Good triggers include "prepare a handoff", "make this resumable", and "summarize this for another agent".
92
100%
Does it follow best practices?
Impact
89%
1.41xAverage score across 8 eval scenarios
Passed
No known issues
A data engineering team is building a nightly ETL pipeline that ingests raw sales data from an S3 bucket, transforms it, and loads it into a data warehouse. The engineer who built the first stages is rotating off the project and needs to hand over to someone new.
What is working
s3://sales-data-raw/daily/ using the Spark job in jobs/extract.py; runs successfully in the test environmentorder_id field; logic is in jobs/validate.pydags/sales_pipeline.py and has been deployed to the staging Airflow instanceWhat is not yet done
jobs/transform.py) is stubbed out — currency normalisation and deduplication logic are not implementedjobs/load.py) does not exist yetOpen decisions
Relevant commands
pytest jobs/tests/ -qairflow dags trigger sales_pipelinehttp://airflow-staging.internal:8080Write a handoff document for the engineer taking over the pipeline build.
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
skills
compact-handoff