Agentic role prompts for AI agent sessions in this repository.
Roles extend crucible baseline roles with sysprims-specific scope, responsibilities, and validation requirements.
| Role | Slug | Category | Purpose |
|---|---|---|---|
| Development Lead | devlead |
agentic | Core implementation, architecture |
| Security Review | secrev |
review | Security analysis, FFI safety, PID validation |
| Quality Assurance | qa |
review | Testing, cross-platform coverage |
| Release Engineering | releng |
automation | Release coordination with CI/CD platform validation |
| CI/CD Automation | cicd |
automation | Pipelines, runners, platform matrix |
| Information Architect | infoarch |
agentic | Documentation, schemas, standards |
All roles include sysprims-specific extensions:
Every role that touches code references:
- REPOSITORY_SAFETY_PROTOCOLS.md - mandatory reading
- ADR-0011: PID Validation Safety - prevents kill(-1) disasters
Roles that involve builds or releases reference:
- Platform Support Matrix - canonical 6-platform reference
The releng and cicd roles include explicit pre-push checklists:
- actionlint validation
- shellcheck validation
- Runner availability verification
- Platform matrix consistency checks
Reference roles in session prompts or AGENTS.md:
roles:
- slug: releng
source: config/agentic/roles/releng.yamlOr load directly in a session:
Role: releng (config/agentic/roles/releng.yaml)
| Task | Primary Role | May Escalate To |
|---|---|---|
| Feature implementation | devlead | secrev (security), qa (testing) |
| Bug fixes | devlead | qa (regression tests) |
| Security review | secrev | human maintainers (critical) |
| Test design | qa | devlead (implementation questions) |
| CI/CD changes | cicd | releng (release workflows), secrev (secrets) |
| Release preparation | releng | cicd (workflow issues), human maintainers (approval) |
| Documentation | infoarch | devlead (technical accuracy) |
Role files conform to the role-prompt schema.