agency
Installation
SKILL.md
Agency CLI
Agency is a command-line AI agent orchestrator that runs coding agents in isolated Git worktrees with tmux-managed sessions.
Essential Commands
Create and Start a Task
agency new <slug> # Create task, start session, attach immediately
ag new <slug> # Short alias
agency new <slug> -e # Open editor to write task description
agency new <slug> -f spec.pdf # Attach a file during creation
agency new <slug> -f a.png -f b.pdf # Attach multiple files