feat(mayor): add delegation hierarchy guidance to role template

Add explicit guidance on the Mayor → Crew → Polecats delegation model:
- Crew are coordinators for epics/goals needing decomposition
- Polecats are executors for well-defined tasks
- Include decision framework table for work type routing

Closes: gt-9jd
This commit is contained in:
rictus
2026-01-22 17:35:34 -08:00
committed by John Ogle
parent 77e4f82494
commit b37d8ecc79
4 changed files with 21 additions and 3 deletions

View File

@@ -78,6 +78,7 @@ var (
convoyCloseReason string
convoyCloseNotify string
convoyCheckDryRun bool
convoyEpic string // --epic: link convoy to parent epic (Goals layer)
)
var convoyCmd = &cobra.Command{