rename: Peter→Victor (CEO), David→Nolan (CTO) — reserve human names for HITL operators

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Baity
2026-03-01 01:15:39 -05:00
parent fc0260bba3
commit 24246f9cc3
14 changed files with 58 additions and 58 deletions

View File

@@ -1,14 +1,14 @@
# Crimson Leaf — Incubation Protocol (SOP)
> **Read by:** Peter (CEO)
> **Read by:** Victor (CEO)
> **Purpose:** Defines the exact task sequence for incubating a new company.
> **Rule:** Peter MUST follow this sequence using `insert_children: true`. No shortcuts.
> **Rule:** Victor MUST follow this sequence using `insert_children: true`. No shortcuts.
---
## The Six-Phase Incubation Pipeline (with 3 Operator Gates)
When Crimson Leaf receives a prompt in `#general` to explore a new industry or business opportunity, Peter MUST spawn tasks in this exact sequence:
When Crimson Leaf receives a prompt in `#general` to explore a new industry or business opportunity, Victor MUST spawn tasks in this exact sequence:
### Phase 1: Discovery
| Field | Value |
@@ -31,10 +31,10 @@ When Crimson Leaf receives a prompt in `#general` to explore a new industry or b
| Field | Value |
|-------|-------|
| Task Type | `company_design` |
| Assigned To | Peter (chairs boardroom) |
| Assigned To | Victor (chairs boardroom) |
| Depends On | Gate 1 (operator concept selection) |
| Output | `company-design-spec-{slug}.md` in `docs/` |
| Purpose | The full board (Peter, David, Sarah, Elena) debates the selected concept and produces a complete Company Design Specification. |
| Purpose | The full board (Victor, Nolan, Sarah, Elena) debates the selected concept and produces a complete Company Design Specification. |
### 🛑 Gate 2: Operator Approves Design Direction
| Field | Value |
@@ -48,7 +48,7 @@ When Crimson Leaf receives a prompt in `#general` to explore a new industry or b
| Field | Value |
|-------|-------|
| Task Type | `design_review` |
| Assigned To | Peter, David, Sarah, Elena (4 parallel tasks) |
| Assigned To | Victor, Nolan, Sarah, Elena (4 parallel tasks) |
| Depends On | Gate 2 (operator design approval) |
| Output | Discussion replies (structured reviews) |
| Purpose | Each board member independently critiques the design from their domain expertise: market fit, technical feasibility, operational completeness, and financial viability. |
@@ -57,7 +57,7 @@ When Crimson Leaf receives a prompt in `#general` to explore a new industry or b
| Field | Value |
|-------|-------|
| Task Type | `design_roundtable` |
| Assigned To | Peter, David, Sarah, Elena |
| Assigned To | Victor, Nolan, Sarah, Elena |
| Depends On | Phase 3 (all 4 design_review tasks) |
| Output | Consensus critique + key changes list |
| Purpose | The board debates the reviews, resolves disagreements, and produces a unified list of required changes. Final verdict: GO or KILL. |
@@ -75,10 +75,10 @@ When Crimson Leaf receives a prompt in `#general` to explore a new industry or b
| Field | Value |
|-------|-------|
| Task Type | `bootstrap_company` |
| Assigned To | David |
| Assigned To | Nolan |
| Depends On | Gate 3 (operator green light) |
| Output | System creation payloads (company + agents + templates) |
| Purpose | David converts the approved design into API payloads. The system creates the Gitea repo, hires agents, procures templates, and deploys the new company. |
| Purpose | Nolan converts the approved design into API payloads. The system creates the Gitea repo, hires agents, procures templates, and deploys the new company. |
---
@@ -96,8 +96,8 @@ Phase 2: company_design (Boardroom: all 4)
🛑 Gate 2: Operator approves design (WaitingForHuman)
├──► Phase 3a: design_review (Peter)
├──► Phase 3b: design_review (David)
├──► Phase 3a: design_review (Victor)
├──► Phase 3b: design_review (Nolan)
├──► Phase 3c: design_review (Sarah)
└──► Phase 3d: design_review (Elena)
│ (all 4 must complete)
@@ -111,7 +111,7 @@ Phase 2: company_design (Boardroom: all 4)
🛑 Gate 3: Operator green lights bootstrap (WaitingForHuman)
Phase 6: bootstrap_company (David)
Phase 6: bootstrap_company (Nolan)
```
---
@@ -121,13 +121,13 @@ Phase 2: company_design (Boardroom: all 4)
The pipeline STOPS and the company is NOT created if:
1. **Phase 1:** Sarah's research shows no viable market opportunity.
2. **Gate 1:** Operator rejects all concepts or redirects to a different industry.
3. **Phase 2:** Peter issues a NO-GO during the boardroom.
3. **Phase 2:** Victor issues a NO-GO during the boardroom.
4. **Gate 2:** Operator rejects the design direction or requests fundamental changes.
5. **Phase 4:** The roundtable verdict is KILL (not GO).
6. **Gate 3:** Operator withholds green light (the company is never created).
7. **Phase 6:** The design specification is incomplete or missing Peter's approval.
7. **Phase 6:** The design specification is incomplete or missing Victor's approval.
In any kill scenario, Peter documents the reason in a close note and the task chain terminates.
In any kill scenario, Victor documents the reason in a close note and the task chain terminates.
---