github nyldn/claude-octopus v7.8.9
v7.8.9: Remove PRD Skills from Auto-Triggering

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

Fix: PRD Skills Removed from Auto-Triggering

Completely eliminates the recursive skill loading issue by removing PRD skills from registration entirely.

Problem

Even after v7.8.8, saying "octo design a PRD..." still triggered Skill(octo:prd) because the skill files were registered in plugin.json. After loading, Claude would then search for and re-read the skill file, ignoring the "do not search" execution note.

Solution

  • Removed skill-prd.md from plugin.json skills list
  • Removed skill-prd-score.md from plugin.json skills list
  • Deleted the skill files entirely (commands now have inline instructions)
  • PRD functionality is now command-only

Usage (Command-Only)

# Create a new PRD - must use explicit command
/octo:prd user authentication system

# Score an existing PRD - must use explicit command
/octo:prd-score docs/auth-prd.md

Note: Natural language like "octo design a PRD" will no longer trigger the PRD workflow. Use the slash command /octo:prd instead.

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.