Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Role Catalog (sysprims)

Agentic role prompts for AI agent sessions in this repository.

Roles extend crucible baseline roles with sysprims-specific scope, responsibilities, and validation requirements.

Available Roles

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

Key Customizations for sysprims

All roles include sysprims-specific extensions:

Safety Protocols

Every role that touches code references:

Platform Matrix

Roles that involve builds or releases reference:

Pre-Push Validation

The releng and cicd roles include explicit pre-push checklists:

  • actionlint validation
  • shellcheck validation
  • Runner availability verification
  • Platform matrix consistency checks

Usage

Reference roles in session prompts or AGENTS.md:

roles:
  - slug: releng
    source: config/agentic/roles/releng.yaml

Or load directly in a session:

Role: releng (config/agentic/roles/releng.yaml)

Role Selection Guide

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)

Schema

Role files conform to the role-prompt schema.