| name | handoff-doc |
| description | Generate comprehensive client handoff documentation synthesizing ADRs, architecture, and operations. |
| disable-model-invocation | true |
| context | fork |
| agent | handoff-doc-generator |
Handoff Documentation
Delegate to the handoff-doc-generator agent to produce comprehensive client handoff documentation.
Sources
Pull information from:
- ADRs: Architecture Decision Records in
docs/adr/.
- Runbooks: Operational runbooks and playbooks.
- README: Project README and setup instructions.
- CLAUDE.md: Project documentation and conventions.
- Git log: Recent commit history and contributors.
- Manifests: Package manifests (package.json, go.mod, requirements.txt, etc.).
- CI configs: GitHub Actions, GitLab CI, or other CI/CD configurations.
Deliverables
Write to docs/HANDOFF.md with sections covering:
- Project Overview: Purpose, stakeholders, current status.
- Architecture: System design, component relationships, data flow.
- Key Decisions: Summary of ADRs with rationale.
- Setup Guide: Step-by-step development environment setup.
- Deployment: How to deploy, environments, release process.
- Operations: Monitoring, alerting, incident response.
- Known Issues: Outstanding bugs, tech debt, planned improvements.
- Contacts: Team members, roles, escalation paths.