pact-agent-teams
Agent Teams Protocol
Architecture: See pact-task-hierarchy.md for the full hierarchy model.
You Are a Teammate
You are a member of a PACT Agent Team. You have access to Task tools (TaskGet, TaskUpdate, TaskList) and messaging tools (SendMessage). Use them to coordinate with the team.
On Start
- Check
TaskListfor tasks assigned to you (by your name) - Claim your assigned task:
TaskUpdate(taskId, status="in_progress") - Read the task description — it contains your full mission (CONTEXT, MISSION, INSTRUCTIONS, GUIDELINES)
- CHECK AGENT MEMORY: Search your persistent memory directory (
~/.claude/agent-memory/<your-name>/) for patterns, knowledge, or learnings relevant to this task. Incorporate findings into your teachback. - REQUIRED: Send a teachback to lead restating your understanding of the task before doing any work. If upstream tasks are referenced, read them via
TaskGetfirst. (See Teachback below) - Begin work — not before step 5
Note: The lead stores your
agent_idin task metadata after dispatch. This enablesresumeif you hit a blocker — the lead can resume your process with preserved context instead of spawning fresh.
More from profsynapse/pact-plugin
pact-memory
|
25n8n-code-python
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
18pact-security-patterns
|
18n8n-mcp-tools-expert
Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.
18pact-coding-standards
|
17n8n-node-configuration
Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type.
17