Skip to content

docs(agents): standardize AE-HANDOFF protocol#2302

Merged
ootakazuhiko merged 2 commits intomainfrom
feat/2296-agent-handoff-protocol
Feb 26, 2026
Merged

docs(agents): standardize AE-HANDOFF protocol#2302
ootakazuhiko merged 2 commits intomainfrom
feat/2296-agent-handoff-protocol

Conversation

@ootakazuhiko
Copy link
Collaborator

概要

  • /handoff 運用の標準プロトコルを文書化
  • PR/Issueコメントで再利用できる最小テンプレートを追加

変更内容

  • 追加: docs/agents/handoff.md
    • AE-HANDOFF の必須項目(Goal/Status/Next actions/Commands/Artifacts/Risks/Blockers)を定義
    • Change Package が存在する場合の参照方法を定義
  • 追加: templates/comments/AE-HANDOFF.md
    • すぐ貼り付けできるコメントテンプレート
  • 更新: AGENTS.md
    • Progressive Disclosure に docs/agents/handoff.md を追加
  • 更新: docs/agents/README.md
    • Handoff標準プロトコルへの導線を追加

影響範囲

  • ドキュメントのみ(workflow実装ロジック変更なし)

検証

  • pnpm -s run check:doc-consistency

Rollback

  • 本PRをrevertすれば元に戻せます

関連

@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

Quality Summary

  • Adapters:

  • Formal: n/a

  • Replay: n/a

  • Trace IDs:

Harness Health

  • severity: ok
  • source: workflow=PR Maintenance, runId=22444007580, sha=34b709fb6210ea6a5d1dbaaac3f07158224ad755
Gate Status Checks
artifactsSchema skip 0
testingHarness skip 0
contextPack skip 0
ciExtended skip 0

@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

Progress Summary

  • Missing: metrics, quality, traceability, phaseState

@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

Generate Artifacts Preview

Generated at: 2026-02-26T13:24:46.902Z

  • tests/api/generated: clean
  • artifacts/codex: clean
  • artifacts/spec: clean

@github-actions github-actions bot added the risk:low Low risk PR (auto-merge candidate) label Feb 26, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

KvOnce Trace Validation

  • OTLP: ✅ Success (Issues: 0)
  • NDJSON: ✅ Success (Issues: 0)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes the AE-HANDOFF protocol for agent-to-agent handoffs by introducing documentation and a reusable comment template. This work is separated from the Change Package implementation (#2289) and focuses solely on defining the minimal protocol for handoff communications between agents. The documentation establishes required fields (Goal, Status, Next actions, Commands, Artifacts, Risks, Blockers) and integrates the handoff protocol into the agent documentation hierarchy.

Changes:

  • Adds standard AE-HANDOFF protocol documentation with required/optional fields and usage examples
  • Adds reusable comment template for PR/Issue handoffs
  • Integrates handoff documentation into Progressive Disclosure order and agent docs index

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
templates/comments/AE-HANDOFF.md Reusable comment template with all handoff protocol fields
docs/agents/handoff.md Complete protocol specification including purpose, required fields, usage, and example
docs/agents/README.md Adds handoff protocol reference to agent docs index and notes future Prompt Pack expansion
AGENTS.md Inserts handoff.md as #2 in Progressive Disclosure order, renumbers subsequent items

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 26, 2026

CI Status Snapshot (2026-02-26T20:08:07.347Z)

@ootakazuhiko ootakazuhiko force-pushed the feat/2296-agent-handoff-protocol branch 2 times, most recently from f8d2568 to 0871e23 Compare February 26, 2026 10:02
@ootakazuhiko ootakazuhiko force-pushed the feat/2296-agent-handoff-protocol branch from 521848e to 791132c Compare February 26, 2026 13:23
@ootakazuhiko ootakazuhiko merged commit b879d90 into main Feb 26, 2026
26 of 27 checks passed
@ootakazuhiko ootakazuhiko deleted the feat/2296-agent-handoff-protocol branch February 28, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk:low Low risk PR (auto-merge candidate)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Agents][Process] /handoff の標準プロトコル(AE-HANDOFF)と最小Evidenceテンプレを整備(Change Package #2289 と分離)

2 participants