What problem does it solve?
This Skill removes the need to repeatedly re-read many project ADRs by providing a single, canonical reference for how the Copiloto (Jana) AI architecture is structured and operated.
Core Features & Use Cases
- Canonical Copiloto architecture snapshot: covers the current production stack, memory layers, embeddings, metrics, and telemetry conventions.
- Decision-to-implementation alignment: summarizes key ADRs (0035–0053) so changes stay consistent with governance and design constraints.
- Implementation patterns for safety and tenant isolation: enforces multi-tenant business_id scoping, LGPD/PII handling, and append-only memory + metrics practices.
Use case example: when adding or debugging an Agent in Modules/Copiloto (e.g., ChatCopilotoAgent), use this Skill to confirm which driver stack, memory context angles, telemetry attributes, and multi-tenant rules must be followed.
Quick Start
Ask the AI: “Using the copiloto-arch skill, propose the correct place in Modules/Copiloto to implement this change, and list the required components, tenant rules, metrics updates, and relevant ADR constraints.”