Commit Graph

162 Commits

Author SHA1 Message Date
Seth Hobson
a7c69c016f Remove slash command invocation syntax from README
Workflows and tools will be accessible via plugin system (coming soon).
For now, the README focuses on the 83 agents which are directly usable.

Changes:
- Removed /workflows: and /tools: invocation examples
- Updated multi-agent orchestration examples to show natural language
- Simplified migration guide to focus on what works now
- Plugin-based workflow/tool access will be documented in future PR
2025-10-08 19:37:14 -04:00
Seth Hobson
bcaf626904 Merge pull request #74 from wshobson/feature/consolidate-commands
Repository Consolidation: Merge Commands into Agents
2025-10-08 19:16:12 -04:00
Seth Hobson
ad8792253d Improve documentation for repository consolidation
Documentation Updates:
- Add migration warning and quick links section to README
- Expand installation section with update instructions
- Create comprehensive MIGRATION.md guide with:
  * Step-by-step migration process
  * Before/after structure comparison
  * Command syntax changes reference
  * Common issues and solutions
  * Testing instructions and rollback steps
- Document breaking changes in command invocation syntax
- Add troubleshooting resources and help links

This provides a smooth user experience for the major repository restructure.
2025-10-08 09:58:53 -04:00
Seth Hobson
d2f3886ae1 Consolidate workflows and tools from commands repository
Repository Restructure:
- Move all 83 agent .md files to agents/ subdirectory
- Add 15 workflow orchestrators from commands repo to workflows/
- Add 42 development tools from commands repo to tools/
- Update README for unified repository structure

The commands repository functionality is now fully integrated, providing
complete workflow orchestration and development tooling alongside agents.

Directory Structure:
- agents/    - 83 specialized AI agents
- workflows/ - 15 multi-agent orchestration commands
- tools/     - 42 focused development utilities

No breaking changes to agent functionality - all agents remain accessible
with same names and behavior. Adds workflow and tool commands for enhanced
multi-agent coordination capabilities.
2025-10-08 08:28:33 -04:00
Seth Hobson
5b93b00e61 Add plugin marketplace configuration
Create comprehensive workflow-based plugin marketplace with 20 plugins:

Workflow-Based Plugins (12):
- full-stack-development: Complete feature implementation
- security-hardening: Threat modeling and vulnerability assessment
- data-ml-pipeline: End-to-end ML/AI with MLOps
- incident-response: Production debugging and hotfix deployment
- performance-optimization: System-wide profiling and optimization
- tdd-development: Test-driven development cycles
- code-quality-review: Multi-perspective code analysis
- git-automation: Version control workflow automation
- legacy-modernization: Codebase migration and refactoring
- multi-platform-apps: Cross-platform development coordination
- cicd-automation: CI/CD pipeline orchestration
- agent-optimization: AI agent improvement and prompt engineering

Specialist Plugins (8):
- documentation-generation: API docs, diagrams, technical writing
- cloud-infrastructure: AWS/Azure/GCP, Kubernetes, Terraform
- database-operations: Architecture, optimization, administration
- language-specialists: 15 programming language experts
- seo-content-suite: 10 SEO optimization specialists
- business-operations: Business, HR, legal, support, sales
- specialized-domains: Blockchain, fintech, payments, gaming
- research-utilities: Research, DX optimization, context management

Each workflow plugin bundles:
- Workflow orchestrator commands
- All required agents for the workflow
- Supporting tools and utilities

Marketplace Configuration:
- .claude-plugin/marketplace.json with 20 comprehensive plugins
- strict: false for all plugins (marketplace entry serves as manifest)
- Proper path references to agents/, workflows/, and tools/ directories
- Update README with plugin marketplace installation instructions

Available October 9, 2025 via /plugin marketplace add wshobson/agents
2025-10-08 08:26:22 -04:00
Seth Hobson
ce7a5938c1 Consolidate workflows and tools from commands repository
Repository Restructure:
- Move all 83 agent .md files to agents/ subdirectory
- Add 15 workflow orchestrators from commands repo to workflows/
- Add 42 development tools from commands repo to tools/
- Update README for unified repository structure

This prepares the repository for unified plugin marketplace integration.
The commands repository functionality is now fully integrated, providing
complete workflow orchestration and development tooling alongside agents.

Directory Structure:
- agents/    - 83 specialized AI agents
- workflows/ - 15 multi-agent orchestration commands
- tools/     - 42 focused development utilities

No breaking changes to agent functionality - all agents remain accessible
with same names and behavior. Adds workflow and tool commands for enhanced
multi-agent coordination capabilities.
2025-10-08 08:25:17 -04:00
Seth Hobson
a80cfd0f53 feat: add database-architect agent and enhance backend-architect
- Add comprehensive database-architect agent for data layer design
  - Technology selection (SQL/NoSQL/TimeSeries/NewSQL)
  - Schema design and data modeling
  - Migration planning and strategy
  - Indexing, caching, and scalability patterns
  - Handles both greenfield and re-architecture
  - Works BEFORE backend-architect in workflow

- Enhance backend-architect agent with modern patterns
  - Expand from 31 to 283 lines with comprehensive capabilities
  - Add GraphQL, gRPC, WebSockets, event-driven architectures
  - Include resilience patterns, observability, and security
  - Add testing strategies and deployment patterns
  - Defer database design to database-architect
  - Works AFTER database-architect in workflow

Closes #70
2025-10-05 15:06:39 -04:00
Seth Hobson
5324c585f8 docs: Update README with observability-engineer agent and count (83 total)
- Added observability-engineer to Performance & Observability section
- Updated total agent count from 82 to 83
- Renamed "Performance & Research" to "Performance & Observability"
- Updated Opus model count from 21 to 22 agents
- Added observability-engineer to Critical Analysis category in Opus section
2025-09-21 11:51:45 -04:00
Seth Hobson
84a14df8cb Merge pull request #66 from Dpakkk/add-observability-engineer-agent
feat: add observability-engineer agent for production monitoring and reliability
2025-09-21 11:17:22 -04:00
Dpakkk
a4b330399a enhance(observability): expand knowledge base with 2024/2025 technologies
- Add Google SRE methodology and Fortune 500 enterprise patterns
- Include GDPR compliance and container security monitoring
- Add OpenTelemetry ecosystem and vendor-neutral standards
- Include edge computing, IoT, and serverless monitoring
- Add business intelligence integration capabilities
2025-09-16 22:41:12 -07:00
Dpakkk
311a2c62d7 feat(observability): add AI and machine learning integration capabilities
- Add anomaly detection and predictive analytics
- Include root cause analysis automation
- Add intelligent alert clustering and noise reduction
- Include time series forecasting and capacity planning
- Add NLP for log analysis and MLOps integration
2025-09-16 22:40:54 -07:00
Dpakkk
47780aeee5 enhance(observability): expand example interactions with specific scale metrics
- Add quantified examples (1M+ transactions, 10TB+ logs, 50+ services)
- Include enterprise-scale scenarios and compliance automation
- Add multi-region and serverless architecture examples
- Include ML-based anomaly detection and business KPI integration
2025-09-16 22:40:35 -07:00
Dpakkk
797c8a93e4 feat(observability): add enterprise integration and compliance capabilities
- Add SOC2, PCI DSS, HIPAA compliance monitoring
- Include SAML/AD integration for enterprise access
- Add multi-tenant architecture patterns
- Include ITSM tool integrations (ServiceNow, Jira)
- Add audit trail and compliance reporting
2025-09-16 22:40:12 -07:00
Dpakkk
f48d76e81a feat: add observability-engineer agent for production monitoring and reliability
- Comprehensive coverage of 11 observability capability areas
- Supports Prometheus, Grafana, Jaeger, ELK stack, OpenTelemetry
- Includes SLI/SLO management, chaos engineering, and incident response
- Production-ready monitoring strategies and cost optimization
- Follows same quality standards as existing agents
- Addresses critical gap in production reliability expertise
2025-09-16 22:35:03 -07:00
Seth Hobson
476444b741 docs: Update README with new agents and correct count (82 total)
- Updated agent count from 78 to 82
- Added 3 new security coding agents (backend, frontend, mobile) to Code Quality & Review section
- Added blockchain-developer agent to Specialized Domains section
- All new agents properly linked with descriptions
2025-09-15 08:02:40 -04:00
Seth Hobson
ec940a3fae Merge pull request #65 from Dpakkk/add-blockchain-developer-agent
feat: add blockchain-developer agent for Web3/smart contract development
2025-09-15 07:56:34 -04:00
Seth Hobson
7c55783e75 Merge pull request #62 from ChanMeng666/main
feat: Add comprehensive security coding expert agents with improved descriptions
2025-09-15 07:47:18 -04:00
Dpakkk
ac66a058d0 feat: add blockchain-developer agent for Web3/smart contract development
- Comprehensive coverage of 11 blockchain capability areas
- Supports Ethereum, Solana, Cosmos, and other major blockchains
- Includes DeFi, NFT, and enterprise blockchain patterns
- Production-ready security and auditing best practices
- Follows same quality standards as existing agents
- Addresses major gap in Web3 development expertise
2025-09-14 12:31:05 -07:00
ChanMeng666
3ecce1d557 Merge upstream/main: Sync with latest changes from wshobson/agents
- Updated README.md with table-based organization
- Added comprehensive TDD support with tdd-orchestrator.md
- Added examples/tdd-usage.md for TDD workflow examples
- Enhanced test-automator.md with TDD capabilities
- Preserved existing security coder agents
2025-09-14 16:08:41 +12:00
ChanMeng666
de20415d68 fix: Address PR feedback - shorten descriptions and improve mobile security agent
- Shorten descriptions in all three security coder agents to 2-3 lines
- Ensure mobile-security-coder.md is complete and properly formatted
- Address overlap concerns with existing security-auditor.md
- All agents now use model: opus for security-critical tasks
2025-09-14 15:55:15 +12:00
ChanMeng666
38645e5126 feat: enhance security coder agents with comprehensive improvements
- Change model from sonnet to opus for all three security coder agents
- Add clear differentiation from security-auditor with use-case boundaries
- Implement environment-specific clickjacking protection guidance
- Add WebView data cleanup recommendations for mobile security
- Standardize terminology to use 'allowlist' consistently
- Complete cross-platform security examples for mobile development
- Fix repetitive phrasing in behavioral traits
- Align all security practices with reference material requirements
2025-09-14 14:55:24 +12:00
Seth Hobson
a36be5db08 docs: Enhance README with table-based organization
- Convert all agent listings to professional tables
- Add structured tables with Agent, Model, and Description columns
- Reorganize model configuration section with distribution tables
- Enhance agent selection guide with task-based tables
- Maintain consistency with commands repository formatting
- Improve readability and information accessibility
- Keep all existing content while improving presentation
2025-09-13 14:14:30 -04:00
Seth Hobson
7ef790ec4c docs: Improve README with professional technical documentation
- Remove all emoji for cleaner professional appearance
- Reorganize content with logical categorical structure
- Improve technical clarity and concise descriptions
- Add clear hierarchy with consistent formatting
- Focus on functionality rather than marketing language
- Better organization of agents by functional domains
- Streamline model configuration section
- Enhance usage examples with technical focus
- Reduce content from 558 to 438 lines while maintaining all essential information
2025-09-13 14:01:50 -04:00
Seth Hobson
2c4133f09e feat: Add comprehensive TDD support to agents
- Add new tdd-orchestrator agent for managing complete TDD workflows
- Enhance test-automator with dedicated TDD capabilities and metrics
- Add TDD excellence section with red-green-refactor cycle automation
- Include support for Chicago and London TDD schools
- Add property-based TDD approaches and BDD integration
- Include TDD cycle metrics tracking and compliance monitoring
- Update README with new agent and TDD examples
- Add comprehensive TDD usage examples and documentation

This enhancement provides full TDD orchestration capabilities across
the agent collection, enabling test-first development with automated
cycle management, metrics tracking, and multi-agent coordination.

Addresses issue #64: TDD workflow support
2025-09-13 11:31:06 -04:00
ChanMeng666
7417c24126 feat: add three security coding expert agents for backend, frontend, and mobile development 2025-09-09 20:50:00 +12:00
Seth Hobson
54c2e0e37c Optimize model assignments: Better utilize Opus for complex reasoning
- Promoted 8 agents from Sonnet/Haiku to Opus for complex tasks
- Enhanced critical reasoning capabilities for:
  - data-scientist: Complex analytics and statistical modeling
  - hr-pro: Legal compliance and complex HR scenarios
  - legal-advisor: Legal analysis and contract review
  - backend-architect: System architecture and scalability
  - code-reviewer: Critical code quality and security
  - ml-engineer: Complex ML model development
  - terraform-specialist: Infrastructure architecture
  - database-optimizer: Performance-critical optimization

New distribution:
- Opus: 13 → 21 agents (+8) - Complex reasoning & critical tasks
- Sonnet: 50 → 45 agents (-5) - Balanced development work
- Haiku: 14 → 11 agents (-3) - Fast, focused utility tasks

Updated README with detailed Opus agent breakdown and strategic rationale
2025-09-07 22:36:44 -04:00
Seth Hobson
12765559a4 Comprehensive agent enhancement: Transform all 77 agents to expert-level
- Enhanced all agents with 2024/2025 best practices and modern tooling
- Standardized format with 8-12 detailed capability subsections per agent
- Added Django Pro and FastAPI Pro specialist agents
- Updated model assignments (Sonnet/Haiku) based on task complexity
- Integrated latest frameworks: React 19, Next.js 15, Flutter 3.x, Unity 6, etc.
- Enhanced infrastructure agents with GitOps, OpenTelemetry, service mesh
- Modernized AI/ML agents with LLM integration, RAG systems, vector databases
- Updated business agents with AI-powered tools and automation
- Refreshed all programming language agents with current ecosystem tools
- Enhanced documentation with comprehensive README reflecting all improvements

Total changes: 5,945 insertions, 1,443 deletions across 40 files
All agents now provide production-ready, enterprise-level expertise
2025-09-07 22:28:26 -04:00
Seth Hobson
40a9285f9b Merge pull request #58 from cryptonerdcn/main
Add ui-visual-validator
2025-09-01 21:11:39 -04:00
cryptonerdcn
d4ee996853 Add ui-visual-validator 2025-08-30 09:06:40 +09:00
Seth Hobson
1670098999 Merge pull request #57 from lukepatrick/feature/new-architects
feat: Two new Cloud-referenced Architects: Hybrid and Kubernetes
2025-08-25 07:29:52 -04:00
lukepatrick
1fe836d402 Two new Cloud-referenced Architects: Hybrid and Kubernetes
Signed-off-by: lukepatrick <lukephilips@gmail.com>
2025-08-24 19:55:43 -06:00
Seth Hobson
2bc01c4ca9 Merge pull request #56 from alexx-ftw/patch-1
Proper hr-pro.md
2025-08-20 17:20:28 -04:00
alexx-ftw
900f037cac Update README.md 2025-08-20 12:42:41 +01:00
alexx-ftw
b76ff8ccb1 Update hr-pro.md 2025-08-20 12:39:12 +01:00
alexx-ftw
7441f1971a Create hr-pro.md 2025-08-20 01:04:34 +01:00
Seth Hobson
cc31a8f777 remove github workflows 2025-08-19 19:39:52 -04:00
Seth Hobson
97724d9726 Remove hr-pro subagent
Removed the hr-pro.md file and all references to it from README.md.
Updated agent count from 75 to 74 and Sonnet agent count from 45 to 44.
2025-08-19 19:35:59 -04:00
Seth Hobson
3b246deeb0 Update README with correct agent count and model assignments
- Update agent count from 71 to 75 to reflect current repository state
- Correct model assignment counts: Haiku (15), Sonnet (45), Opus (15)
- Add hr-pro to Sonnet model section and Business & Marketing guidance
- Fix model distribution after recent PR merges
2025-08-15 22:34:11 -04:00
Seth Hobson
f0a6158807 Merge pull request #54 from hexpreso/main
Add hr-pro subagent under Business & Marketing
2025-08-15 22:02:15 -04:00
Seth Hobson
c9374cefd6 Merge pull request #51 from matsta10/add-seo-agents
Add 10 SEO subagents
2025-08-15 22:01:16 -04:00
Hexpresso
d5ef7aa70d Add hr-pro subagent under Business & Marketing section 2025-08-15 18:18:17 +02:00
Hexpresso
1eee4c0ff1 Create hr-pro.md 2025-08-15 18:16:22 +02:00
Matty G
537cd8d98a feat: add 10 SEO subagents
- seo-content-auditor: Content quality and E-E-A-T analysis
- seo-meta-optimizer: Title and meta description optimization
- seo-keyword-strategist: Keyword density and LSI suggestions
- seo-structure-architect: Header hierarchy and schema markup
- seo-snippet-hunter: Featured snippet formatting
- seo-content-refresher: Outdated content detection
- seo-cannibalization-detector: Keyword overlap analysis
- seo-authority-builder: Trust signal optimization
- seo-content-writer: SEO-optimized content creation
- seo-content-planner: Content strategy and outlines
2025-08-13 19:24:47 +01:00
Seth Hobson
e88a6ee87d Add GitHub Sponsors button
Add FUNDING.yml to enable sponsor button on repository
2025-08-10 10:51:19 -04:00
Seth Hobson
493684710e Add flutter-expert agent
- Add comprehensive Flutter development agent with expertise in Dart, widgets, and cross-platform features
- Supports state management patterns (Provider, Riverpod, Bloc, GetX)
- Handles platform-specific integrations for iOS, Android, Web, and desktop
- Includes performance optimization, testing strategies, and deployment configuration
- Update README to reflect 61 total agents (37 Sonnet agents)
2025-08-10 10:44:31 -04:00
Seth Hobson
37d2949c4a Merge pull request #46 from ayaman/main
Add ruby-pro agent
2025-08-10 10:22:39 -04:00
Ahmad Abdel-Yaman
d8a7c7dc33 Add ruby-pro agent 2025-08-08 23:26:24 +01:00
Seth Hobson
3b7a3f0e42 Update README.md to include scala-pro agent
- Added scala-pro to the Language Specialists section
- Updated descriptions to highlight Apache Pekko (Akka's open-source successor)
- Included ZIO/Cats Effect and Scala 3 features in the descriptions
- Maintained consistent formatting with other language specialist entries
2025-08-08 14:41:22 -04:00
Seth Hobson
ca807ebddb Merge pull request #45 from QwQ-dev/main
feat: scala-pro.
2025-08-08 14:37:48 -04:00
Seth Hobson
4ded033f42 Fix agent counts in README (58 total, 36 Sonnet agents) 2025-08-08 13:10:41 -04:00