Skip to content

Commit d314d7f

Browse files
fix: resolve first-run workflow failures (2.35.0)
- fix(lfg, slfg): make ralph-loop step optional — graceful fallback when ralph-wiggum skill not installed (EveryInc#154); add explicit "do not stop" instruction across all pipeline steps (EveryInc#134) - fix(plan): add mandatory "Write Plan File" step with explicit Write tool instructions before post-generation options — plan always written to disk even in LFG/SLFG pipeline context (EveryInc#155, EveryInc#134) - fix(plan): use full qualified agent name for spec-flow-analyzer to prevent Claude prepending wrong 'workflows:' prefix (EveryInc#193) Closes EveryInc#154, EveryInc#155, EveryInc#193 Contributing to EveryInc#134 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e190659 commit d314d7f

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

plugins/compound-engineering/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compound-engineering",
3-
"version": "2.34.0",
3+
"version": "2.35.0",
44
"description": "AI-powered development tools. 29 agents, 22 commands, 19 skills, 1 MCP server for code review, research, design, and workflow automation.",
55
"author": {
66
"name": "Kieran Klaassen",

plugins/compound-engineering/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the compound-engineering plugin will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.35.0] - 2026-02-17
9+
10+
### Fixed
11+
12+
- **`/lfg` and `/slfg` first-run failures** — Made ralph-loop step optional with graceful fallback when `ralph-wiggum` skill is not installed (#154). Added explicit "do not stop" instruction across all steps (#134).
13+
- **`/workflows:plan` not writing file in pipeline** — Added mandatory "Write Plan File" step with explicit Write tool instructions before Post-Generation Options. The file is now always written to disk before any interactive prompts (#155). Also adds pipeline-mode note to skip AskUserQuestion calls when invoked from LFG/SLFG (#134).
14+
- **Agent namespace typo in `/workflows:plan`**`Task spec-flow-analyzer(...)` now uses the full qualified name `Task compound-engineering:workflow:spec-flow-analyzer(...)` to prevent Claude from prepending the wrong `workflows:` prefix (#193).
15+
16+
---
17+
818
## [2.34.0] - 2026-02-14
919

1020
### Added

plugins/compound-engineering/commands/lfg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ argument-hint: "[feature description]"
55
disable-model-invocation: true
66
---
77

8-
Run these slash commands in order. Do not do anything else.
8+
Run these slash commands in order. Do not do anything else. Do not stop between steps — complete every step through to the end.
99

10-
1. `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`
10+
1. **Optional:** If the `ralph-wiggum` skill is available, run `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`. If not available or it fails, skip and continue to step 2 immediately.
1111
2. `/workflows:plan $ARGUMENTS`
1212
3. `/compound-engineering:deepen-plan`
1313
4. `/workflows:work`
@@ -17,4 +17,4 @@ Run these slash commands in order. Do not do anything else.
1717
8. `/compound-engineering:feature-video`
1818
9. Output `<promise>DONE</promise>` when video is in PR
1919

20-
Start with step 1 now.
20+
Start with step 2 now (or step 1 if ralph-wiggum is available).

plugins/compound-engineering/commands/slfg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ argument-hint: "[feature description]"
55
disable-model-invocation: true
66
---
77

8-
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated.
8+
Swarm-enabled LFG. Run these steps in order, parallelizing where indicated. Do not stop between steps — complete every step through to the end.
99

1010
## Sequential Phase
1111

12-
1. `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`
12+
1. **Optional:** If the `ralph-wiggum` skill is available, run `/ralph-wiggum:ralph-loop "finish all slash commands" --completion-promise "DONE"`. If not available or it fails, skip and continue to step 2 immediately.
1313
2. `/workflows:plan $ARGUMENTS`
1414
3. `/compound-engineering:deepen-plan`
1515
4. `/workflows:work`**Use swarm mode**: Make a Task list and launch an army of agent swarm subagents to build the plan

plugins/compound-engineering/commands/workflows/plan.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Think like a product manager - what would make this issue clear and actionable?
150150

151151
After planning the issue structure, run SpecFlow Analyzer to validate and refine the feature specification:
152152

153-
- Task spec-flow-analyzer(feature_description, research_findings)
153+
- Task compound-engineering:workflow:spec-flow-analyzer(feature_description, research_findings)
154154

155155
**SpecFlow Analyzer Output:**
156156

@@ -475,6 +475,20 @@ end
475475
- [ ] Add names of files in pseudo code examples and todo lists
476476
- [ ] Add an ERD mermaid diagram if applicable for new model changes
477477

478+
## Write Plan File
479+
480+
**REQUIRED: Write the plan file to disk before presenting any options.**
481+
482+
```bash
483+
mkdir -p docs/plans/
484+
```
485+
486+
Use the Write tool to save the complete plan to `docs/plans/YYYY-MM-DD-<type>-<descriptive-name>-plan.md`. This step is mandatory and cannot be skipped — even when running as part of LFG/SLFG or other automated pipelines.
487+
488+
Confirm: "Plan written to docs/plans/[filename]"
489+
490+
**Pipeline mode:** If invoked from an automated workflow (LFG, SLFG, or any `disable-model-invocation` context), skip all AskUserQuestion calls. Make decisions automatically and proceed to writing the plan without interactive prompts.
491+
478492
## Output Format
479493

480494
**Filename:** Use the date and kebab-case filename from Step 2 Title & Categorization.

0 commit comments

Comments
 (0)