← Back to list

architecture-lookup
by vperreard
Programme de gestion des plannings équipe d'anesthésie
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: architecture-lookup description: > Use this skill when exploring codebase architecture or planning new features requiring models/enums.
AUTO-ACTIVATE when user mentions (FR/EN):
- modèle, model, models, enum, enums, schema, Prisma schema
- architecture, domain, domaine, existe, exists, available, disponible
- créer, create, ajouter, add, nouveau, new, nouvelle feature
- quel modèle, what model, which model,quel enum
- 121 modèles, 87 enums, Planning, Leave, Business Rules
This skill provides INSTANT lookup (500 tokens vs 15k for full ERD) for 121 models and 87 enums.
Architecture Index - Quick Reference
Token Efficiency: 500 tokens vs 15k for full ERD Last Update: 27 October 2025
Quick Stats
- 129 models across 10 domains
- 91 enums categorized
- 26 modules organized
- PascalCase convention (Oct 2025 migration)
Models by Domain
Planning & Scheduling (28 models)
- Core: Assignment, BlocDayPlanning, PlanningJob
- V2: PlanningV2Assignment, PlanningV2Conflict
- Templates: TrameModele, AffectationModele, PersonnelRequisModele
- Legacy: TrameAffectation, RegularAssignment, PlanningSession
Business Rules (22 models)
- Phase 2 BDD (6 types - Oct 2025):
- ContinuityRule (rest after guards)
- EquityRuleV2 (fair distribution)
- InterSectorRule (cross-sector rules)
- MaxHoursRule, MinRestRule, SkillMatchingRule
- Legacy: EquityRule, SupervisionRule
Leave Management (12 models)
- Core: PlannedAbsence, LeaveBalance, LeaveTypeSetting
- Quota: QuotaCarryOver, QuotaTransfer
- Legacy: Absence
Site & Infrastructure (8 models)
- Site, OperatingRoom, OperatingSector
- Department, Location, ActivityType
User & Auth (11 models)
- User, Personnel, RefreshToken, LoginLog
- Skill, UserSkill, WorkContract
- ApprovalRequest
Enums by Category
Assignment & Planning
- AssignmentType: GARDE, ASTREINTE, BLOC_PROGRAMME, CONSULTATION, REPOS, CONGE
- AssignmentStatus: PENDING, CONFIRMED, CANCELLED, COMPLETED
- Period: MATIN, APRES_MIDI, NUIT, JOURNEE, GARDE_24H
Leave Management
- LeaveType: CP, RTT, FORMATION, MALADIE, CONGE_PARENTAL, MATERNITE, PATERNITE
- LeaveStatus: PENDING, APPROVED, REJECTED, CANCELLED
Professional Roles
- ProfessionalRole: MAR, IADE, CHIRURGIEN, CADRE, ADMINISTRATIF
Business Rules
- RuleType: CONTINUITY, EQUITY, SUPERVISION, MAX_HOURS, MIN_REST, SKILL_MATCHING
- RulePriority: CRITICAL, HIGH, MEDIUM, LOW
Decision Tree
New feature requested
↓
1. Check models by domain (this file - 500 tokens)
↓
2. Model exists in category?
YES → Read specific ERD section (~200 tokens)
NO → Continue
↓
3. Enum exists?
YES → Reuse
NO → Justify new creation
↓
4. Check DONT_DO.md if complex pattern
Progressive Resources
For complete listings:
resources/models-by-domain.md- All 121 models with detailsresources/enums-reference.md- All 87 enums with values
Reference: ARCHITECTURE_INDEX.md, ENTITY_RELATIONSHIP_DIAGRAM.md Last Update: 27 October 2025
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon