Commit Graph

3 Commits

Author SHA1 Message Date
David Baity
122edf2002 Add original_operator_prompt chain of custody to templates
- planning.yml: instructs LLM to include ORIGINAL REQUEST in child descriptions
- create_company.yml: references {original_operator_prompt} as hard constraint + ALIGNMENT CHECK
- create_company.yml: adds request_alignment criterion (weight 15) to adjudication
- hire_agent.yml: references {original_operator_prompt} for hiring context
- quick.yml: single-pass execution template
2026-03-10 15:59:36 -04:00
David Baity
92c78473a7 trim: remove 7 redundant agents, add zero-overlap hiring rule
70% roster cut — all removed agents had identical capabilities (planning+boardroom only).
Kept: Edgar (CEO), Silas (Architect/write_template), Sterling (Talent/hire_agent),
Elias (Capital/boardroom), Lyra (intake, uncounted).

hire_agent template now enforces:
- Every new hire MUST have at least one unique supported_template
- Adjudication scores 0 on unique_capability if all templates overlap
- Prefer doers over deliberators

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 12:35:12 -04:00
David Baity
6cf7440726 Sprint 53a: Skills Loop + Executive Templates
- skills/skills.md: Root catalog/index of all skill guides
- skills/guides/PAETemplateGuide.md: How to write PAE-Lang YAML (distilled)
- skills/guides/PAEAgentGuide.md: agent.yml + identity.md schemas
- skills/guides/CorporateCharterGuide.md: Charter design reference
- templates/hire_agent.yml: CEO-authored agent provisioning with PAEAgentGuide injection
- templates/write_template.yml: CEO-authored template design with PAETemplateGuide injection
- templates/planning.yml: CL-specific boardroom→serialize→dispatch planning
- templates/boardroom.yml: CL-specific executive deliberation to consensus

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-10 09:06:20 -04:00