mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
Adds an autonomous mode to the build command: once a spec exists, `/build auto` (also `all`/`fast`) generates the plan if missing, takes a single plan approval, then implements every task in dependency order with full TDD and a commit per task. Removes the manual stepping between tasks without removing verification — each task still earns a passing test and its own commit, so any point is a clean rollback. Auto-pauses for human input on failures, spec ambiguity, or high-risk/irreversible tasks (auth, destructive migrations, payments, deletes, deploys, secrets). - .claude/commands/build.md: two-mode definition (default vs auto) - .gemini/commands/build.toml: mirrored for Gemini CLI - README.md, docs/getting-started.md: document the new mode