feat(steev): initial Steev profile distribution
JP's personal assistant — daily briefing, inbox triage, comms drafting in JP's voice, delegate business tasks to CEO. Mirrors CMO/CEO profile distribution structure. - manifest.yaml (profile: steev, kind: profile-distribution) - AGENT.md — Steev identity, mission, bilingual (fr/en) - CLAUDE.md — 4-principle working principles + Steev-specific invariants - install.sh — idempotent installer, symlinks → ~/.hermes/steev - skills/steev-agent/SKILL.md — orchestrator: briefing/triage/comms/delegate - schema.sql — briefings, inbox_items, agent_runtime - README.md — structure, install, invariants - docs/STEEV-MASTER.md — source of truth + v1/v2 roadmap Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
# Steev — Hermes profile distribution
|
||||
|
||||
JP's personal assistant / chief of staff. Daily briefing, inbox triage, comms in JP's voice, business delegation to CEO. French/English bilingual.
|
||||
|
||||
- **Identity:** [`AGENT.md`](AGENT.md) — role, mission, boundaries.
|
||||
- **Full reference (source of truth):** [`docs/STEEV-MASTER.md`](docs/STEEV-MASTER.md).
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
steev/
|
||||
├── AGENT.md identity: role, mission, boundaries
|
||||
├── manifest.yaml machine-readable install contract
|
||||
├── install.sh idempotent wiring → ~/.hermes/steev symlink
|
||||
├── schema.sql steev.db schema (never committed)
|
||||
├── skills/
|
||||
│ └── steev-agent/ orchestrator: briefing, triage, drafting, delegation
|
||||
└── docs/
|
||||
└── STEEV-MASTER.md source of truth
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
git clone https://git.openharbor.io/hermes/steev && cd steev
|
||||
./install.sh # symlinks repo → ~/.hermes/steev (idempotent)
|
||||
hermes -p steev skills list | grep steev-agent
|
||||
```
|
||||
|
||||
Default install **symlinks** `~/.hermes/steev` → this repo. Use `./install.sh --copy` on machines that shouldn't run the checkout as the live dir.
|
||||
|
||||
## Key invariants
|
||||
|
||||
- JP's voice ≠ Plan B brand voice (add `skills/steev-agent/jp-voice.md` to scope it)
|
||||
- Business tasks → CEO via kanban, never execute directly
|
||||
- No Plan B marketing credentials (WooCommerce, Mailchimp, Meta, etc.)
|
||||
- Steev drafts, JP sends — no autonomous message delivery
|
||||
Reference in New Issue
Block a user