Plugin Claude Code
Handoff MCP — persistent AI session context across Claude Code sessions.
Plugin Claude Code
Handoff MCP — persistent AI session context across Claude Code sessions.
Instructions file CodexOpenCode
AGENTS.md instructions for alphaelements/handoff-mcp, covering handoff-mcp repository guidance, scope and safety, session handoff, repository workflow and claude and codex boundaries.
Plugin Claude Code
Optional auto-injection hooks: injects relevant project memories and linked documents on every prompt and file edit. Requires handoff-mcp plugin.
Plugin Claude Code
Automated task consumption loop — parallel TDD implementation, adversarial testing, and architectural review using handoff-mcp sessions. Language and framework agnostic.
Agent
Shared rules for session-developer / session-tester / session manager to ensure bugs and improvements found during work are never silently swallowed but recorded as new handoff tasks.
Agent
Research director. Opus-level coordinator that evaluates coverage, identifies gaps, and gates transitions between research phases. Makes PASS/REINVESTIGATE/APPROVE/REVISE decisions.
Agent
Research drafter. Synthesizes verified findings into a structured specification or document. Sonnet base.
Agent
Research investigator. Explores assigned facets through web search, doc reading, and code analysis. Returns structured findings with evidence and confidence ratings. Sonnet base.
Agent
Research verifier. Adversarially cross-checks another investigator's findings. Attempts to refute claims, verify sources, and identify logical gaps. Sonnet base.
Agent
Session developer. Implements assigned tasks via strict TDD and returns a structured report. Sonnet base (session manager can override model via args).
Agent
Session doc reconciler. Detects and applies documentation updates triggered by code changes. Two modes - audit (read-only) and apply (single writer). Sonnet base.
Agent
Session integration tester. Runs the whole-project test suite and E2E once, and judges whether the session's work is actually wired into the system. Sonnet base.
Agent
Session repairer. Fixes a specific finding with targeted verification. Sonnet base.
Agent
Session reviewer. Validates test report sufficiency, reviews spec/architecture quality, and provides macro-level assessment. Opus base.
Agent
Session tester. Adversarially verifies the assigned tasks within their own scope — whether the tests mean anything, and what they fail to guarantee. Sonnet base.
Command
Research and specification workflow — parallel investigation, adversarial verification, Opus-gated drafting. Produces specs, technical reports, or decision documents.
Command
Multi-WT extension for session-loop — read this when config.toml [worktree.sessionloop] autoassign = true.
Command
Automated task consumption loop — parallel TDD implementation, testing, and review per session (session manager procedure).
Plugin Claude Code
MCP server that gives AI coding agents persistent memory across sessions. Tracks tasks, decisions, blockers, and project context.
Skill Claude CodeCodex
Document management — save, read, search, import, and traverse structured project documents (specs, designs, ADRs, guides, notes). Triggers on 'ドキュメント保存', '仕様書を管理', '設計書をインポート', 'save this doc', 'import specs', 'document management', 'タスク開始', 'spec registration', '仕様登録', 'verification check', or when the user asks to…
Skill Claude CodeCodex
Import existing handoff documents into .handoff/ management. Reads the specified file, structures its content into tasks/decisions/blockers/notes, and calls handoffimportcontext in one shot. Triggers on '/handoff-import ', 'import handoff', 'take this into handoff'.
Skill Claude CodeCodex
Load handoff context for the current project. Calls handoffloadcontext, summarizes tasks/decisions/blockers, and shows what to work on next. Triggers on '/handoff-load', 'コンテキスト読み込み', 'what was I working on', 'resume work'.
Skill Claude CodeCodex
Project memory — save, query, merge, and clean up durable project knowledge (lessons, rules, conventions, gotchas). Triggers on 'メモリ保存', 'これ覚えて', '知見を残して', '過去の知見', 'memory save', 'memory query', 'remember this', 'recall', 'cleanup memories', or when recording post-incident learnings, recurring NG patterns, or…
Skill Claude CodeCodex
Send a cross-project referral to another project's .handoff/. Triggers on 'send referral', 'refer to ', 'cross-project', 'notify other project', or when work in one project reveals an issue/improvement needed in another.