Communication Loop Closure Patterns

lesson workflow active workflow/communication-loop-closure-patterns.md View on GitHub

Communication Loop Closure Patterns

Rule

Every completed action requires a response in the original request location. The loop is only closed when the requestor receives confirmation with enough detail to verify the outcome.

Context

When completing work requested through GitHub issues, chat messages, task assignments, or cross-agent communication. Prevents the "memory failure" pattern where work is done silently.

Detection

Pattern

## Completed: [Action]

**Request**: [Brief summary]
**Result**: [Link + description]
**Next steps**: [Follow-up if any]

Anti-patterns:

Outcome

Related

Match Keywords

close the loop reply to issue comment update the requestor silent work completion memory failure response completed action without response