feat: consolidate builder agents into Secretary with hiring/install/h…#10
Merged
feat: consolidate builder agents into Secretary with hiring/install/h…#10
Conversation
…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
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…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.
Made-with: Cursor