Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.62 KB

File metadata and controls

26 lines (18 loc) · 1.62 KB

AMS Tooling

Tools and projects in the AMS ecosystem — both things Luke has built and related work by others.


Built Here

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

Related Work

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