Carbuyer Tick banner
adammpkins adammpkins

Carbuyer Tick

Productivity community

Description

--- description: One full tick of the car-buying workflow — search, evaluate, negotiate, update market --- # /carbuyer-tick Run one complete iteration of the CarBuyer workflow. Designed to be invoked in a loop: `/loop 2h /carbuyer-tick`. ## Preconditions Read `CLAUDE.md` startup checklist. Halt early if any criteria field is `<!-- TBD -->`, and tell the user exactly which ones. ## Procedure Run these four commands in sequence. If one fails, record the failure in the run log, continue to th

Installation

Installs to ~/.claude/commands/adammpkins-carbuyer-carbuyer-tick.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/adammpkins/CarBuyer/HEAD/.claude/commands/carbuyer-tick.md -o ~/.claude/commands/adammpkins-carbuyer-carbuyer-tick.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository