Tools and projects in the AMS ecosystem — both things Luke has built and related work by others.
| Tool | Description |
|---|---|
| Agent Handoff Protocol | The core convention: AGENT.md and HANDOFF/ (DOC is optional in AMS) give agents persistent memory across sessions |
| Agent Handoff Plugin | Claude Code plugin wrapping the protocol; adds /handoff command for easy setup and session capture |
| Agent Project Tracker (private) | Private template for tracking a portfolio of agent-enabled projects across a machine or organization |
| TrackTime (private) | Claude Code skill for logging billable hours to CSV; no external services required |
Tools by others solving similar problems — surveyed as part of the "Agile for Agents" talk (Part 3).
| Tool | Notes |
|---|---|
| Spec Kitty | Robert Douglass's open-source CLI for spec-driven AI development — transforms requirements into implementation through an automated lifecycle: spec, planning, task breakdown, agent execution, review, and merge, with kanban visibility across parallel workstreams. Powerful but higher overhead; the Handoff Protocol was built as a simpler alternative after trying Spec Kitty. |
| Zora | Rich Yaker's agent context system |
| Dalia | Lullabot's AI agent framework for Drupal |