Skip to content

fix(workspace-jj): inline fan-flames content in command to prevent skill loop#49

Merged
muloka merged 1 commit into
mainfrom
fix-fan-flames-loop
Apr 3, 2026
Merged

fix(workspace-jj): inline fan-flames content in command to prevent skill loop#49
muloka merged 1 commit into
mainfrom
fix-fan-flames-loop

Conversation

@muloka

@muloka muloka commented Apr 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • /fan-flames command was calling Skill(workspace-jj:fan-flames) which loaded the skill, which triggered the command again — infinite loop
  • Fixed by inlining the full orchestration instructions directly in the command file
  • Command is now self-contained with all phase instructions (PLAN, FAN OUT, COLLECT, REVIEW, FAN IN, VERIFY)

Test plan

  • Verify /fan-flames plan.md does not loop on Skill invocations
  • Verify command contains all 6 phases inline

🤖 Generated with Claude Code

…ill loop

The command was calling Skill(workspace-jj:fan-flames) which loaded the skill,
which triggered the command again — infinite loop. Fixed by inlining the
orchestration instructions directly in the command file.
@muloka muloka merged commit be07e96 into main Apr 3, 2026
2 checks passed
@muloka muloka deleted the fix-fan-flames-loop branch April 3, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant