delphi-role
Installation
SKILL.md
Change a seat: $ARGUMENTS
Seats are composed, not written by hand: a base role, plus capability packs, plus the block of project notes
that belongs to the user. delphi role build regenerates the first two and never touches the third.
1. Work out what is being asked
| What the user says | What it means |
|---|---|
| let the backend dev do the database too | add the db-engineer capability to that seat |
| give the tech lead Pythia | add pythia-oracle, and check what it requires |
| make an OCR analyst role | a new seat, from the closest base role |
| the frontend dev must not touch the api folder | change that seat owns |
| put the tester on a cheaper model | change models.tester in the config |
| turn this procedure into a capability | a new capability pack from the template |