Back to list
gonzaloetjo

handoff-writing

by gonzaloetjo

ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code

2🍴 0📅 Jan 21, 2026

SKILL.md


name: handoff-writing description: Use when completing a task and writing handoff documentation. Provides exact format required for runs/handoffs/*.md files.

Handoff Writing

Template

The handoff file is pre-created at the path in state.jsoncurrent_handoff. Edit it (don't create new).

Use exactly these section headers:

# Handoff: <task-id>

## Summary
Brief description of what was accomplished (2-4 sentences).

## Files Touched
- path/to/file1.py - Added X function
- path/to/file2.ts - Fixed Y bug

## How to Verify
- Run `npm test` to verify tests pass
- Run `python script.py` to check output

Rules

  1. Edit, don't create - Template exists at current_handoff path
  2. Exact headers - ## Summary, ## Files Touched, ## How to Verify
  3. Be specific - List actual files modified, actual verification commands
  4. Minimum length - Validation rejects handoffs under 100 characters

Post-Agent Handoffs

If you're a post-agent (alto-qa, code-simplifier, alto-gitops), derive your path:

  • current_handoff: runs/handoffs/task-001.md
  • Your handoff: runs/handoffs/task-001-<suffix>.md

Where suffix is: -qa, -simplifier, -gitops

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon