The AI Hub's Claude Cowork plugin for the University of Sydney's AI Solutions & RPA team.
ARIA is a collection of specialised skills that extend Claude's capabilities for RPA documentation, process analysis, stakeholder communications, and team productivity. It runs as a plugin in Claude Cowork.
- 10 specialised skills for RPA and AI Hub workflows
- SDD, PDD, and Test Script generation from deep dive transcripts
- Jira sprint planning and ticket management
- Confluence page creation with ADF formatting
- Stakeholder reporting and executive summaries
- Blue Prism process design advisory
- Process mining and automation opportunity analysis
- Built-in evaluation framework with quality criteria
- Claude Cowork plugin system (SKILL.md format)
- Python tooling (frontmatter validation, evaluation runner)
- Confluence + Jira + Slack integrations
- Blue Prism inventory cross-referencing
| Skill | Status | Description |
|---|---|---|
| rpa-doc-generator | Production | Generate SDDs, PDDs, and Test Scripts from deep dive transcripts |
| deep-dive-video-standard | Production | Enforce recording quality standards for process walkthroughs |
| jira-workflow-manager | Production | Manage Jira tickets, sprints, and workflow automation |
| confluence-publisher | Production | Create and publish Confluence pages with proper formatting |
| slack-comms-drafter | Production | Draft Slack messages for team updates and announcements |
| blue-prism-advisor | Beta | Advise on Blue Prism process design and best practices |
| stakeholder-reporter | Production | Generate stakeholder reports and executive summaries |
| process-mining-analyst | Beta | Analyse processes for automation opportunities |
| training-content-creator | Beta | Create training materials and onboarding guides |
| sdd-library-manager | Production | Search and manage the SDD library in Confluence |
| queue-triage | Production | Triage AHB service support queue with BP cross-referencing |
| service-queue-manager | Production | Automate triage, enrichment, and routing for service queues |
| usyd-design-templates | Production | USyd brand templates, logos, and design specifications |
git clone https://github.com/ibuzzardo/aria-plugin.git
cd aria-plugin
cp .env.example .env
# Validate all skill frontmatter
python scripts/validate-frontmatter.py
# List all test scenarios
python scripts/evaluate.py --list
# Run evaluation for a skill
python scripts/evaluate.py --skill rpa-doc-generatoraria-plugin/
├── CLAUDE.md # Plugin identity and behaviour config
├── plugin.json # Plugin manifest
├── skills/ # All ARIA skills (SKILL.md + CHANGELOG.md)
├── tests/ # Evaluation scenarios per skill
├── scripts/ # Validation and evaluation tooling
├── docs/ # Contributing guide, governance, skill template
└── .github/ # PR template
See docs/CONTRIBUTING.md for the full guide.
TL;DR: Branch from develop, follow the skill template, write tests, open a PR.
See the full Governance Framework on Confluence or the summary in docs/GOVERNANCE.md.
- Lead: Ian Buswell
- Team: AI Solutions & RPA (AI Hub), University of Sydney
MIT — see LICENSE