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.mdfrom plugin.json skills list - Removed
skill-prd-score.mdfrom 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.mdNote: Natural language like "octo design a PRD" will no longer trigger the PRD workflow. Use the slash command /octo:prd instead.
Upgrade
/octo:update --updateOr reinstall:
/plugin uninstall claude-octopus
/plugin install claude-octopus@nyldn-pluginsFull changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md