CtrlK
BlogDocsLog inGet started
Tessl Logo

ambaba/session-resume

Write session resume cards at end of work and restore them at session start.

93

1.23x
Quality

96%

Does it follow best practices?

Impact

84%

1.23x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-1/

Resume Previous Work Session

Problem/Feature Description

Marcus is a senior engineer who uses Claude heavily across long, multi-day projects. He stepped away yesterday mid-task and is now returning to his workstation. He has several past sessions on record and wants to get back up to speed quickly without re-reading old conversation history.

Marcus types: "Where did I leave off? Let's pick up from there."

Output Specification

Read from the session history and produce a file resume-output.md in your current working directory that contains:

  • A summary of where things left off
  • A clear statement of the proposed next step you will take to continue the work

Input Files

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

=============== FILE: inputs/sessions.md ===============

  • 2026-04-20 — Setting up CI pipeline for monorepo: added GitHub Actions workflow for lint and unit tests; next: configure matrix builds for packages/api and packages/web in .github/workflows/ci.yml lines 34-52.
  • 2026-04-24 — Migrating user auth from JWT to session tokens: updated auth middleware; next: update the /refresh endpoint in handlers/auth.go line 89 to return the new session token format and write integration tests covering token expiry.
  • 2026-04-27 — Debugging slow checkout performance: identified bottleneck in cart_service.calculate_totals() at services/cart_service.py line 234 — missing database index on orders.user_id; next: write and apply migration to add the index, then run the load test fixture with 1000 orders to confirm fix.

evals

scenario-1

criteria.json

task.md

SKILL.md

tile.json