-
Notifications
You must be signed in to change notification settings - Fork 1
/
legal.txt
69 lines (35 loc) · 1.95 KB
/
legal.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Ideas for types of claims to focus on:
1. Defamation (https://www.justia.com/trials-litigation/docs/caci/1700/1704/)
A. Element 1: Person A said something to Person B
B. Element 2: Person B understood that what was said was about Person A
C. Element 3: Person B said that what was said meant that Person A had done something wrong
D. Element 4: Person A failed to use reasonable care todetermine the truth or falsity of the statement(s)
2. Negligence (https://www.justia.com/trials-litigation/docs/caci/400/400/)
A. Element 1: Defendant was negligent
B. Element 2: Plaintiff was harmed
C. Element 3: The negligence of Defendant was a substantial factor in Plaintiff's harm
3. Breach of contract ("cause of action for damages for breach of contract is comprised of the following elements: (1) the contract, (2) plaintiff's performance or excuse for nonperformance, (3) defendant's breach, and (4) the resulting damages to plaintiff.")
A. Element 1: A contract exists
B. Element 2: Plaintiff's performance or excuse for non-performance
C. Element 3: Defendant's Breach
D. Element 4: Resulting damages to plaintiff
Complaint structure (format of numbered paragraphs):
1. Caption
2. Introduction: summary of facts
[LLM concise summary of facts]
3. Jurisdiction: pretty much hard coded
4. Venue: since we're doing California only, pretty much hard coded
5. Parties
[Loop for each plaintiff described]
[Loop for each defendant described]
6. Factual Background
[LLM numbered paragraph for each material fact]
7. Claims (1...n)
[Loop for each claim]
[Loop to make sure the filer has satisifed each element of the claim described above]
8. Relief Requested
9. Request for Jury Trial
10. Signature Block
Version 0.2 potential features:
- Anti-trolling string detection: search the user input for strings such as "sovereign citizen," "United States laws do not apply to me," etc.
- Options to render as Word document as well as PDF