github nyldn/claude-octopus v7.7.0
v7.7.0 - Standard Double Diamond Phase Names

latest releases: v9.29.2, v9.29.1, v9.29.0...
3 months ago

🎯 Major Change: Standard Double Diamond Phase Names

BREAKING (but backward compatible): Renamed all workflow phases to standard Double Diamond methodology names:

  • /co:probe/co:discover (probe kept as alias)
  • /co:grasp/co:define (grasp kept as alias)
  • /co:tangle/co:develop (tangle kept as alias)
  • /co:ink/co:deliver (ink kept as alias)

Why this change?

  • Standard Double Diamond methodology uses Discover/Define/Develop/Deliver
  • Fun names (probe/grasp/tangle/ink) now serve as playful labels, not primary names
  • Makes the plugin more professional and aligned with industry standards
  • All old commands still work via aliases - 100% backward compatible

✨ New Features

/co:embrace - Full 4-Phase Double Diamond Workflow

Runs complete Double Diamond workflow: Discover → Define → Develop → Deliver

/co:embrace        # Full workflow with natural language

Features:

  • 3 autonomy modes: supervised, semi-autonomous, autonomous
  • Quality gates with 75% consensus threshold
  • Session recovery and checkpointing
  • Natural language: "Build a complete authentication system"

New Phase Commands

/co:discover   # Discovery phase (🔍 probe)
/co:define     # Definition phase (🎯 grasp)
/co:develop    # Development phase (🛠️ tangle)
/co:deliver    # Delivery phase (✅ ink)

📚 New Documentation

TRIGGER_PATTERNS.md (597 lines)

Comprehensive reference for natural language trigger patterns:

  • Complete catalog of all skills and their triggers
  • Pattern disambiguation rules
  • Testing and troubleshooting guides
  • Custom trigger writing best practices
  • 90%+ pattern matching coverage

🔧 New Skills (5 total)

  1. skill-task-management - Task orchestration, checkpointing, and resumption

    • Handles "add to todos", "resume tasks", "save progress"
    • Multi-session workflows with WIP commits
  2. skill-visual-feedback - Image-based UI/UX feedback processing

    • Analyzes screenshots and visual issues
    • Identifies root causes for visual inconsistencies
  3. skill-decision-support - Options presentation and decision support

    • Presents 2-4 options with trade-offs
    • Structured comparison tables
  4. skill-iterative-loop - Iterative execution with conditions

    • Handles "loop N times", "keep trying until"
    • Safety mechanisms and stall detection
  5. skill-audit - Systematic audit and checking processes

    • Comprehensive codebase auditing
    • Categorized findings with remediation plans

🚀 Enhanced Skills

  • skill-debug: Better "why" question patterns
  • skill-finish-branch: Natural language triggers for git workflows
  • flow-discover: Comparison and decision patterns

📊 Statistics

  • 31 files changed
  • 3,743 insertions, 156 deletions
  • 19 total commands (5 new)
  • 38 total skills (5 new)
  • All tests passing

🔄 Migration Guide

No action required!

All old commands work as aliases:

/co:probe    → /co:discover ✅
/co:grasp    → /co:define ✅
/co:tangle   → /co:develop ✅
/co:ink      → /co:deliver ✅

Updating Your Workflows

Old style (still works):

"Research OAuth patterns"  # triggers probe
"Build auth system"        # triggers tangle

New style (recommended):

"Research OAuth patterns"  # triggers discover
"Build auth system"        # triggers develop

Both work identically - no breaking changes!


📦 Installation

/plugin marketplace add nyldn/claude-octopus
/plugin install claude-octopus@nyldn-plugins

Or update existing installation:

/co:update --update

🙏 Credits

Co-Authored-By: Claude Sonnet 4.5


Full Changelog: v7.6.3...v7.7.0

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.