docs: add Phase 5 — Employee Design wizard and agent templates

This commit is contained in:
2026-03-24 19:33:23 -06:00
parent 188ef4f6e1
commit 03ec956379
3 changed files with 32 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ Plans:
## Progress
**Execution Order:**
Phases execute in numeric order: 1 -> 2 -> 3 -> 4
Phases execute in numeric order: 1 -> 2 -> 3 -> 4 -> 5
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
@@ -104,6 +104,7 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4
| 2. Agent Features | 6/6 | Complete | 2026-03-24 |
| 3. Operator Experience | 5/5 | Complete | 2026-03-24 |
| 4. RBAC | 3/3 | Complete | 2026-03-24 |
| 5. Employee Design | 0/0 | Not started | - |
---
@@ -111,6 +112,21 @@ Phases execute in numeric order: 1 -> 2 -> 3 -> 4
**LLM-03 conflict resolved:** BYO API keys confirmed in v1 scope per user decision during Phase 3 context gathering. Implemented via Fernet encryption in Phase 3.
### Phase 5: Employee Design
**Goal**: Operators and customer admins can create AI employees through a guided wizard that walks them through role definition, persona setup, tool selection, and channel assignment — or deploy instantly from a library of pre-built agent templates
**Depends on**: Phase 4
**Requirements**: EMPL-01, EMPL-02, EMPL-03, EMPL-04, EMPL-05
**Success Criteria** (what must be TRUE):
1. An operator can create a fully configured AI employee by completing a multi-step wizard without needing to understand the underlying system prompt format
2. Pre-built agent templates (e.g., Customer Support Rep, Sales Assistant, Office Manager) are available for one-click deployment with sensible defaults
3. A template-deployed agent is immediately functional — responds in connected channels with the template's persona, tools, and escalation rules
4. The wizard and templates are accessible to both platform admins and customer admins (respecting RBAC)
5. Created agents appear in the Agent Designer for further customization after initial setup
**Plans**: 0 plans
Plans:
- [ ] TBD (run /gsd:plan-phase 5 to break down)
---
*Roadmap created: 2026-03-23*
*Coverage: 25/25 v1 requirements + 6 RBAC requirements mapped*