What problem does it solve? Turning an idea or an existing repository into a structured, spec-compliant agent company package requires knowing the Agent Companies format, designing an org chart, and writing workflow-aware agent instructions, which is tedious and error-prone to do by hand. ## Core Features & Use Cases - Two Creation Modes: Build a company from scratch via a guided interview, or analyze an existing git repo and wrap its skills and structure into a company package. - Spec-Compliant Generation: Produces COMPANY.md, AGENTS.md, TEAM.md, PROJECT.md, TASK.md, and SKILL.md files following the agentcompanies/v1 schema, plus a .todero.yaml vendor extension. - Workflow-Aware Org Design: Infers pipeline, hub-and-spoke, collaborative, or on-demand workflow patterns and writes agent instructions that define handoffs, triggers, and reporting structure. - Use Case: Point it at a repo containing code-review and deployment skills, and it generates a lean engineering company with a CEO, CTO, and engineer agents that reference those skills by commit-pinned GitHub sources. ## Quick Start Ask the assistant to create an agent company from this repository using the company-creator skill and confirm the proposed agents and workflow.