Agent skill
projecoes-readmodels
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/projecoes-readmodels
SKILL.md
name: projecoes-read-models description: Use para criar projeções como 9BOX, dashboards e visões de leitura otimizadas para decisão.
Instruções da Skill
Trabalhe exclusivamente no lado de leitura do sistema. Tudo aqui deve ser derivado e reconstruível.
Regras e Passos
-
Modelagem (M):
- Defina tabelas de projeção (
nine_box_projections, dashboards). - Nunca trate projeção como fonte da verdade.
- Defina tabelas de projeção (
-
Ação (A):
- Crie Projectors que reagem a eventos (
AxesUpdated).
- Crie Projectors que reagem a eventos (
-
Lógica (L):
- Converta scores contínuos em bandas (low / mid / high).
- Determine quadrante apenas na projeção.
-
Teste (T):
- Teste reconstrução completa a partir de eventos simulados.
Uso de Ferramentas
- Utilize scripts da pasta
/scripts/projectionsse existirem. - Evite lógica complexa em queries SQL.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?