원클릭으로
AgentMail
AgentMail에는 UserAd에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.