Skip to content

feat: consolidate builder agents into Secretary with hiring/install/h…#10

Merged
jsyqrt merged 3 commits intomainfrom
feat/secretary-consolidation
Apr 12, 2026
Merged

feat: consolidate builder agents into Secretary with hiring/install/h…#10
jsyqrt merged 3 commits intomainfrom
feat/secretary-consolidation

Conversation

@jsyqrt
Copy link
Copy Markdown
Contributor

@jsyqrt jsyqrt commented Apr 12, 2026

…ub tools

Remove the 3 dedicated builder agents (Agent Father, Team Factory, Skill Architect) and consolidate all building capabilities into the Secretary. Secretary now holds all 3 building skills and serves as the sole default agent for organization building and talent management.

  • Extract BuilderService from api-server.ts for programmatic artifact install/list, reused by both HTTP API and agent tools
  • Add 4 manager tools: team_hire_agent, team_list_templates, builder_install, builder_list (available to all managers)
  • Add 2 hub tools: hub_search, hub_install (Secretary-only, for sourcing from Markus Hub)
  • Wire all new tool callbacks in agent-manager.ts (create + restore)
  • Expand Secretary ROLE.md with 6-step hiring workflow including onboarding/training guidance
  • Add new-hire monitoring to Secretary HEARTBEAT.md
  • Add "Hiring" as Manager Responsibility 6 in context-engine.ts
  • Redesign Builder page: replace builder agent cards with preset prompts that navigate to Secretary chat with prefillMessage
  • Support prefillMessage navigation param in Team.tsx
  • Update ARCHITECTURE.md (agent lifecycle) and PROMPT-ENGINEERING.md

Made-with: Cursor

jsyqrt added 3 commits April 12, 2026 20:00
…ub tools

Remove the 3 dedicated builder agents (Agent Father, Team Factory, Skill
Architect) and consolidate all building capabilities into the Secretary.
Secretary now holds all 3 building skills and serves as the sole default
agent for organization building and talent management.

- Extract BuilderService from api-server.ts for programmatic artifact
  install/list, reused by both HTTP API and agent tools
- Add 4 manager tools: team_hire_agent, team_list_templates,
  builder_install, builder_list (available to all managers)
- Add 2 hub tools: hub_search, hub_install (Secretary-only, for
  sourcing from Markus Hub)
- Wire all new tool callbacks in agent-manager.ts (create + restore)
- Expand Secretary ROLE.md with 6-step hiring workflow including
  onboarding/training guidance
- Add new-hire monitoring to Secretary HEARTBEAT.md
- Add "Hiring" as Manager Responsibility #6 in context-engine.ts
- Redesign Builder page: replace builder agent cards with preset
  prompts that navigate to Secretary chat with prefillMessage
- Support prefillMessage navigation param in Team.tsx
- Update ARCHITECTURE.md (agent lifecycle) and PROMPT-ENGINEERING.md

Made-with: Cursor
…action

Remove copyFileSync, readManifest, validateManifest, readSkillInstructions,
and SkillCategory that became unused after moving install logic to
BuilderService.

Made-with: Cursor
@jsyqrt jsyqrt merged commit 7e0c486 into main Apr 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant