This is the central orchestration repository for automated code generation using SuperClaude personas. The system automates the entire software development lifecycle from architecture design to implementation and QA.
- Create a new issue using the "Service Creation Request" template
- The issue must have the
service-typelabel - SuperClaude Architect persona will:
- Analyze requirements
- Create service repositories
- Set up CI/CD pipelines
- Generate implementation issues
- Issues created in service repositories trigger development
- SuperClaude Developer persona will:
- Implement the feature
- Write tests
- Create a PR
- PRs trigger automatic QA review
- SuperClaude QA persona will:
- Review code quality
- Run tests and linting
- Approve or request changes
- Approved PRs are automatically merged
ANTHROPIC_API_KEY: Your Anthropic API key for ClaudeORG_ADMIN_TOKEN: GitHub token with org admin permissions
architect-orchestrator.yml: Handles service creationdeveloper-workflow-template.yml: Template for service reposqa-reviewer.yml: Handles PR reviews
service-type: Triggers architect workflowimplementation: Triggers developer workflowfeature: Feature implementationbug: Bug fixqa-approved: PR approved by QAneeds-work: PR needs changes
- Always use issue templates for consistency
- Provide detailed requirements in service requests
- Monitor workflow runs for any failures
- Review generated code before production deployment
Check GitHub Actions tab for:
- Workflow execution status
- Error logs
- Performance metrics
For issues or improvements, create an issue in this repository.