Agent Teams Skill Purpose: Every project initialized with Maggy runs as a coordinated team of AI agents. This is the default workflow, not optional. Teams enforce a strict TDD pipeline where no step can be skipped. Setup: Agent definitions go in with proper frontmatter (name, description, model, tools, disallowedTools, maxTurns, effort). See agent files for the format. --- Core Principle Every feature follows an immutable pipeline enforced by task dependencies: --- Default Agent Roster Every project spawns 5 permanent agents + N feature agents: | Agent | Role | Plan Mode | Can Edit Code | |--…