Skip to main content

Quick Reference

Quick Reference

Separation of Duties: See Separation of Duties - Getting started guides document onboarding. They do NOT own agent manifests, execution, or infrastructure configuration.

This page has been consolidated. See the comprehensive Quick Reference for AI Agents which contains all commands and workflows.



Essential Commands

Git Worktree (REQUIRED)

# Create worktree for issue git worktree add ~/Sites/.workingtrees/LLM/<project>/<branch> <branch> # List worktrees git worktree list # Remove worktree after merge git worktree remove ~/Sites/.workingtrees/LLM/<project>/<branch>

BuildKit CLI

buildkit golden test # Run all quality checks buildkit agents list # List available agents buildkit drupal sync # Sync Drupal modules

GitLab CLI

glab issue list # List issues glab mr create # Create MR glab ci status # Check pipeline

For the complete reference, see Quick Reference for AI Agents.