con un clic
AgentMail
AgentMail contiene 3 skills recopiladas de UserAd, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Multi-agent orchestration workflow for implementing features via tmux subagents. Use when implementing features from specs with multiple phases or tasks. Triggers: "implement feature", "use agents", "delegate implementation", "spawn agents", "/speckit.implement", multi-phase implementation, task-based development. CRITICAL: Main agent does NO implementation work. Only spawns subagents, tracks status, creates commits, and updates task files. All coding delegated to subagents. Key constraints: The main agent shall NOT write code. The main agent shall NOT run tests. The main agent shall delegate ALL work to subagents and wait for agentmail responses.
Execute TDD implementation with a 3-agent team (QA, Implementor, Reviewer) following Red-Green-Review cycle. Use when Claude needs to (1) implement features using TDD methodology, (2) run a multi-agent team for code changes, (3) enforce minimal working code through test-driven development. Triggers on "tdd", "implement with tdd", "tdd team", "red green refactor", "tdd implement".
Inter-agent communication for tmux sessions. Send and receive messages between AI agents.