Commit Graph

6 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
  • Add Superpowers agent with TDD and systematic engineering workflows
    - Created superpowers-agent.md with PROACTIVELY auto-triggering
    - Updated agent count from 38 to 39 across all files
    - Updated README.md with Superpowers coordinator documentation
    - Updated auto-installer.sh to reference 39 agents
    - Updated PROACTIVELY coordinators count from 7 to 8
  • Add agent-updater and sync-agents script
    - agent-updater.md: Special agent for syncing agents from GitHub
    - sync-agents.sh: Automated script to update local agents from upstream
      and push to Gitea for backup
  • Fix test-writer-fixer PROACTIVELY keyword consistency
    - Add PROACTIVELY (uppercase) to test-writer-fixer description
    - Ensures consistency with other 6 PROACTIVELY agents
    - All 7 coordinators now use uppercase PROACTIVELY keyword
    - Add MASTER-PROMPT.md.backup to .gitignore
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
  • Add ui-ux-pro-max agent with PROACTIVELY auto-triggering
    - Install ui-ux-pro-max as agent (~/.claude/agents/design/ui-ux-pro-max.md)
    - Install ui-ux-pro-max as SKILL (~/.claude/skills/ui-ux-pro-max/SKILL.md)
    - Add 5th PROACTIVELY agent for professional UI/UX design
    - Update MASTER-PROMPT.md with Step 1.5 for ui-ux-pro-max installation
    - Update README.md with ui-ux-pro-max integration details
    - Update blog post with ui-ux-pro-max as installed agent
    - Clarify Ralph is CLI tool (patterns integrated, not agents)
    
    Now includes 38 agents with 5 PROACTIVELY auto-triggering:
    1. studio-coach (complex multi-agent tasks)
    2. test-writer-fixer (after code modifications)
    3. whimsy-injector (after UI/UX changes)
    4. experiment-tracker (feature flags/experiments)
    5. ui-ux-pro-max (UI/UX design work)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>