Commit Graph

2 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 complete UI/UX Pro Max skill with comprehensive design knowledge base
    This commit adds the full UI/UX Pro Max skill to prevent "file not found" errors
    when using the ui-ux-pro-max agent in Claude Code.
    
    Added files:
    - skills/ui-ux-pro-max/README.md - Complete skill documentation with:
      * 50+ design styles (Glassmorphism, Neumorphism, Claymorphism, Bento Grid, etc.)
      * 97 color palettes for different industries
      * 57 font pairings (Elegant, Modern, Playful, Professional, Technical)
      * WCAG 2.1 AA/AAA accessibility guidelines
      * Stack-specific patterns (React, Next.js, Vue, Tailwind, shadcn/ui)
      * Anti-patterns to avoid
      * Pre-delivery checklist
    
    - skills/ui-ux-pro-max/scripts/search.py - Design knowledge search tool with:
      * DESIGN_KNOWLEDGE dictionary with 8 domains
      * search_knowledge() function for searching domains
      * format_results() function for output formatting
      * main() function with argparse CLI interface
      * Support for --domain and --stack filters
      * Configurable max-results parameter
    
    Tested scenarios:
    ✓ Product domain search (dashboard, saas, ecommerce, etc.)
    ✓ Style domain search (glassmorphism, minimalism, etc.)
    ✓ UX domain search (accessibility, animation, forms, etc.)
    ✓ Stack-specific search (react, nextjs, vue, tailwind, shadcn)
    ✓ Max results limiting
    ✓ No results handling
    ✓ Help documentation
    
    The skill integrates with /tmp/claude-repo/agents/design/ui-ux-pro-max.md
    and provides professional design intelligence for web and mobile interfaces.
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>