4 Commits

  • Add autonomous planner agent with safety rules and PROACTIVE auto-triggering
    - Created autonomous-planner.md agent file with context-aware workflow suggestions
    - Implemented safety-rules.json for safe/risky operation classification
    - Updated all installers (auto-installer.sh, interactive-install-claude.sh) to include autonomous planner
    - Updated agent counts: 40→41 total agents, 8→9 PROACTIVELY coordinators, 4→5 Bonus agents
    - Updated documentation (README.md, MASTER-PROMPT.md, extra-tools/README.md)
    - Added test-autonomous-planner.sh TDD test suite
    - Auto-triggers on: code changes, tests passing, deployments, safe task execution
  • Update documentation with Superpowers agent and correct agent counts
    - Updated MASTER-PROMPT.md: agent count 38→39, bonus agents 3→4
    - Updated README.md: bonus agents 2→3, added Superpowers agent
    - Updated extra-tools/README.md: added agents section with Superpowers agent
    - Corrected PROACTIVELY agent count from 8 to 7 in README.md
  • Update extra-tools README to reference 4-step auto installer
    - Added 4-Step Auto Installer as recommended option for new users
    - Clarified use cases for each installer option
    - Reorganized installation recommendations by user scenario
  • refactor: Rename 'deprecated' directory to 'extra-tools'
    - Renamed deprecated/ directory to extra-tools/
    - Updated README.md to reflect 'Extra Tools' branding
    - Changed messaging from 'deprecated/obsolete' to 'alternative workflows'
    - Added clear use cases for each tool
    - Improved documentation with emojis and better structure
    
    Tools now positioned as additional/optional utilities rather than deprecated:
    - install-claude-customizations.sh - Automated installer for scripted setups
    - export-claude-customizations.sh - Backup/transfer utility
    - sync-agents.sh - Agent synchronization with external repos
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>