github nyldn/claude-octopus v7.8.8
v7.8.8: Fix PRD Command Recursive Loop

latest releases: v9.11.0, v9.10.3, v9.10.2...
2 months ago

Fix: PRD Command Recursive Loop

Eliminated the recursive skill loading loop that caused /octo:prd and /octo:prd-score commands to trigger 8+ times without producing output.

Problem

When running /octo:prd <feature>, the command file contained:

/skill skill-prd

Write a PRD for: $ARGUMENTS.feature

This caused a loop: command loads skill → skill content triggers detection → skill loads again → infinite recursion.

Solution

  • Removed /skill skill-prd directive from prd.md
  • Removed /skill skill-prd-score directive from prd-score.md
  • Instructions are now inlined directly in command files
  • Added "STOP - DO NOT INVOKE /skill OR Skill() AGAIN" header

Result

Commands now execute ONCE without looping:

/octo:prd WordPress integration on Pressable
# → Executes single workflow, creates PRD

/octo:prd-score docs/auth-prd.md
# → Scores PRD once, outputs report

Upgrade

/octo:update --update

Or reinstall:

/plugin uninstall claude-octopus
/plugin install claude-octopus@nyldn-plugins

Full changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.