Clean successor to V3 (forge: lilith/atlilith). Seeded from local Mac working tree at ~/Code/@projects/@cocottetech/. node_modules and build artifacts excluded via .gitignore. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.4 KiB
2.4 KiB
Specialist contracts
One file per specialist. Each contract is a four-line declarative card answering: Does · Auto · Proposes · Never · Correction lens. Source for the canonical roster is brief L §L1; contract details split here so each specialist is referenceable on its own.
Roster
| Specialist | Phase | Voice lean | File |
|---|---|---|---|
ai-copilot |
P0 | full range | ai-copilot.contract.md |
strategist |
P0/P1 | working | strategist.contract.md |
triage |
P0 | plain | triage.contract.md |
content-onlyfans |
P1 | hearth | content-onlyfans.contract.md |
content-social |
P2 (shared) | per-surface | content-social.contract.md |
content-tiktok |
P3 | hearth | content-tiktok.contract.md |
content-newsletter |
P2 | hearth | content-newsletter.contract.md |
bookings-tryst |
P0 | plain/hearth | bookings-tryst.contract.md |
bookings-ts4rent |
P0 | plain/hearth | bookings-ts4rent.contract.md |
bookings-directories |
P1 (shared) | per-directory | bookings-directories.contract.md |
bookings-hotels |
P1 | plain | bookings-hotels.contract.md |
prospect-resolver |
P4 | plain | prospect-resolver.contract.md |
Sub-roles (producer, publisher) live inside content-* specialists; surfaced by name in chat but not separate processes.
Card shape
# <specialist-id>
**Phase**: P0 | P1 | P2 | P3 | P4
**Voice lean**: hearth | working | plain | full range | per-surface
**Default posture**: auto | draft + ask | propose only
## Does
What this specialist owns end-to-end.
## Auto
Actions it dispatches without asking, with gate conditions.
## Proposes
Actions it drafts and queues for approval.
## Never
Hard boundaries — actions it must never take.
## Correction lens
The kinds of feedback this specialist learns from.
## Surfaces
Which `surface_kind` values this specialist routes to (if any).
## Related
Links to briefs / sibling specialists.