mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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.
1.7 KiB
1.7 KiB
model
| model |
|---|
| claude-sonnet-4-0 |
Deployment Checklist and Configuration
Generate deployment configuration and checklist for: $ARGUMENTS
Create comprehensive deployment artifacts:
-
Pre-Deployment Checklist:
- All tests passing
- Security scan completed
- Performance benchmarks met
- Documentation updated
- Database migrations tested
- Rollback plan documented
- Monitoring alerts configured
- Load testing completed
-
Infrastructure Configuration:
- Docker/containerization setup
- Kubernetes manifests
- Terraform/IaC scripts
- Environment variables
- Secrets management
- Network policies
- Auto-scaling rules
-
CI/CD Pipeline:
- GitHub Actions/GitLab CI
- Build optimization
- Test parallelization
- Security scanning
- Image building
- Deployment stages
- Rollback automation
-
Database Deployment:
- Migration scripts
- Backup procedures
- Connection pooling
- Read replica setup
- Failover configuration
- Data seeding
- Version compatibility
-
Monitoring Setup:
- Application metrics
- Infrastructure metrics
- Log aggregation
- Error tracking
- Uptime monitoring
- Custom dashboards
- Alert channels
-
Security Configuration:
- SSL/TLS setup
- API key rotation
- CORS policies
- Rate limiting
- WAF rules
- Security headers
- Vulnerability scanning
-
Post-Deployment:
- Smoke tests
- Performance validation
- Monitoring verification
- Documentation published
- Team notification
- Customer communication
- Metrics baseline
Include environment-specific configurations (dev, staging, prod) and disaster recovery procedures.