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 communication loop respond in the original thread confirm the fix in the issue completed the work but did not marked as done without commenting silent completion link back to the original issue end the session without responding finished but never replied reply to the issue update the issue