This document introduces a new reflective architecture for actor-based concurrent context-oriented systems. It proposes applying group-wide reflection through parallel composition of actors to provide a solution to synchronization problems that can occur when changing contexts asynchronously in a context-oriented programming system. The key aspects are applying actor composition to construct a group-wide meta-level that can perform strictly synchronized context changes to avoid issues with messages crossing context borders. This is evaluated through prototypes implemented in Erlang.