From 67eb8473a29fcec45e3c9bad27f5510e4033ffd7 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Wed, 14 Jan 2026 16:24:00 -0800 Subject: [PATCH] feat: add /lfg command for full autonomous engineering workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Orchestrates: plan → deepen-plan → work → review → resolve todos → test-browser → feature-video - Uses ralph-loop for autonomous completion - Migrated from local command - Updated to use /test-browser instead of /playwright-test 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../.claude-plugin/plugin.json | 4 ++-- plugins/compound-engineering/CHANGELOG.md | 16 ++++++++++++++++ plugins/compound-engineering/commands/lfg.md | 19 +++++++++++++++++++ 3 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 plugins/compound-engineering/commands/lfg.md diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index c64273f..3ef79b7 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", - "version": "2.25.0", - "description": "AI-powered development tools. 27 agents, 20 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.", + "version": "2.26.0", + "description": "AI-powered development tools. 27 agents, 21 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", "email": "kieran@every.to", diff --git a/plugins/compound-engineering/CHANGELOG.md b/plugins/compound-engineering/CHANGELOG.md index 887f9a4..02a95b9 100644 --- a/plugins/compound-engineering/CHANGELOG.md +++ b/plugins/compound-engineering/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to the compound-engineering plugin will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.26.0] - 2026-01-14 + +### Added + +- **`/lfg` command** - Full autonomous engineering workflow + - Orchestrates complete feature development from plan to PR + - Runs: plan → deepen-plan → work → review → resolve todos → test-browser → feature-video + - Uses ralph-loop for autonomous completion + - Migrated from local command, updated to use `/test-browser` instead of `/playwright-test` + +### Summary + +- 27 agents, 21 commands, 14 skills, 1 MCP server + +--- + ## [2.25.0] - 2026-01-14 ### Added diff --git a/plugins/compound-engineering/commands/lfg.md b/plugins/compound-engineering/commands/lfg.md new file mode 100644 index 0000000..d28fe93 --- /dev/null +++ b/plugins/compound-engineering/commands/lfg.md @@ -0,0 +1,19 @@ +--- +name: lfg +description: Full autonomous engineering workflow +argument-hint: "[feature description]" +--- + +Run these slash commands in order. Do not do anything else. + +1. `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"` +2. `/workflows:plan $ARGUMENTS` +3. `/compound-engineering:deepen-plan` +4. `/workflows:work` +5. `/workflows:review` +6. `/compound-engineering:resolve_todo_parallel` +7. `/compound-engineering:test-browser` +8. `/compound-engineering:feature-video` +9. Output `DONE` when video is in PR + +Start with step 1 now.