This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
shira-hermes/config/skills/legal-case-summary/SKILL.md
T
chaim 4aad81e11e feat: add skills, memory, delegation and self-learning (Phase 3)
Add three Hermes-inspired capabilities to Shira:

- Skills system: firm-wide workflow templates (list/view/manage tools),
  4 pre-seeded skills (case summary, hearing prep, direct access report,
  deadline tracker), auto-learning via post-conversation meta-prompt
- Cross-conversation memory: per-lawyer profiles and per-case memory
  stored as bounded markdown files, injected into system prompts
- Sub-agent delegation: spawn up to 3 child AgentRunner instances for
  parallel document analysis and complex multi-step tasks

New files: skills.py, memory.py, delegate.py, learner.py, 4 SKILL.md
Updated: agent_runner (6 new tools, depth/blocked_tools support),
prompt_builder (skills/memory injection), route (memory loading,
background learning), main.py (data dirs), Dockerfile (pyyaml, skills)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:33:57 +00:00

54 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: legal-case-summary
description: יצירת סיכום תיק משפטי מקיף עם כל הפרטים הרלוונטיים
version: 1.0.0
---
# סיכום תיק משפטי
## מתי להשתמש
כשעורך דין מבקש סיכום תיק, סקירה כללית, או "מה המצב בתיק".
## תהליך
1. **איסוף מידע** — השתמש ב-query_info עם query_type "general" כדי לקבל את כל פרטי התיק
2. **סריקת משימות** — בדוק openTasks ו-overdue
3. **סריקת פגישות** — בדוק upcomingMeetings ו-recentMeetings
4. **מסמכים** — אם יש מסמכים רלוונטיים, ציין אותם
5. **זיכרון** — כלול עובדות מפתח מ-caseMemory
## מבנה הסיכום
```
📋 סיכום תיק: [שם התיק] (#[מספר])
📊 סטטוס: [סטטוס בעברית]
⚖️ בית משפט: [שם] | שופט: [שם]
📅 דיון הבא: [תאריך]
👥 אנשי קשר:
- [שם] ([תפקיד]) — [טלפון]
📌 עובדות מפתח:
- [מזיכרון התיק]
📋 משימות פתוחות ([מספר]):
- [רשימה]
📅 פגישות קרובות:
- [רשימה]
📝 הערות אחרונות:
- [רשימה]
⚠️ דגשים:
- [משימות באיחור, מועדים קרובים, פעולות נדרשות]
```
## כללים
- תמיד בעברית
- תאריכים בפורמט DD/MM/YYYY
- סמן משימות באיחור ב-⚠️
- אם יש מועד דיון ב-7 ימים הקרובים — הדגש
- הצע פעולות המשך (למשל "האם ליצור משימה?")