ops_handoff

Generate context packets and update dashboards at session end.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maisonnat/axur-tool --skill ops-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops_handoff
Source: https://github.com/maisonnat/axur-tool/tree/main/.agent/skills/ops_handoff
Command: npx skills add https://github.com/maisonnat/axur-tool --skill ops-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cleanly closes sessions by automatically generating contextual summaries, saving progress, and extracting lessons for future tasks.

Core Features & Use Cases

  • Auto-context generation at session end to accelerate knowledge transfer.
  • ACE Protocol (Analyze-Capture-Evolve) workflow to structure learnings.
  • Generates context_packet.xml and updates the project dashboard to reflect completed work.
  • Logs lessons learned into memory for continual improvement and reuse.

Quick Start

Run the handoff workflow to close the session, generate the context packet, and update the dashboard.

Frequently Asked Questions about ops_handoff

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

FAQPage Schema
How do I automate session handoff context generation for AI agents?

Session handoff context is generated automatically by running the handoff workflow, which creates a contextual summary, saves progress, and extracts lessons for future tasks using the ACE protocol.

What is the ACE protocol for project knowledge transfer?

The ACE protocol is an Analyze-Capture-Evolve workflow that structures learnings during end-of-session task management, ensuring project knowledge transfer and post-session reviews are properly recorded into memory.

How do I update a project dashboard with completed work at session end?

Updating a project dashboard at session end is handled by the handoff workflow, which runs a git-state check, generates a context_packet.xml file, and automatically reflects completed work on the dashboard.

Can I log lessons learned into memory automatically after a development session?

Logging lessons learned into memory is performed automatically during the handoff workflow, applying the ACE protocol steps to extract and append session insights for continual improvement and reuse.

Do I need a git-state check before generating a context packet?

A git-state check is required before generating a context packet, as the handoff workflow depends on verifying repository status to accurately capture progress and structure the end-of-session handoff.

Best way to structure end-of-session task management for development teams?

End-of-session task management is best structured using the ACE protocol workflow, which analyzes session work, captures context into an XML packet, and evolves project memory by recording extracted lessons.