fraim-framework 2.0.55 → 2.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/registry/ai-manager-rules/customer-development-phases/phase1-customer-profiling.md +101 -0
  2. package/dist/registry/ai-manager-rules/customer-development-phases/phase2-platform-discovery.md +235 -0
  3. package/dist/registry/ai-manager-rules/customer-development-phases/phase3-prospect-qualification.md +243 -0
  4. package/dist/registry/ai-manager-rules/customer-development-phases/phase4-inventory-compilation.md +206 -0
  5. package/dist/registry/ai-manager-rules/user-survey-phases/phase1-survey-scoping.md +60 -0
  6. package/dist/registry/ai-manager-rules/user-survey-phases/phase2-survey-build-linkedin.md +23 -0
  7. package/dist/registry/ai-manager-rules/user-survey-phases/phase3-survey-build-reddit.md +22 -0
  8. package/dist/registry/ai-manager-rules/user-survey-phases/phase4-survey-build-x.md +21 -0
  9. package/dist/registry/ai-manager-rules/user-survey-phases/phase5-survey-build-facebook.md +19 -0
  10. package/dist/registry/ai-manager-rules/user-survey-phases/phase6-survey-build-custom.md +15 -0
  11. package/dist/registry/ai-manager-rules/user-survey-phases/phase7-survey-dispatch.md +45 -0
  12. package/dist/registry/templates/bootstrap/ARCHITECTURE-TEMPLATE.md +53 -0
  13. package/dist/registry/templates/bootstrap/CODE-QUALITY-REPORT-TEMPLATE.md +37 -0
  14. package/dist/registry/templates/bootstrap/TEST-COVERAGE-REPORT-TEMPLATE.md +35 -0
  15. package/dist/registry/templates/business-development/IDEATION-REPORT-TEMPLATE.md +29 -0
  16. package/dist/registry/templates/business-development/PRICING-STRATEGY-TEMPLATE.md +126 -0
  17. package/dist/registry/templates/customer-development/customer-interview-template.md +99 -0
  18. package/dist/registry/templates/customer-development/customer-persona-template.md +69 -0
  19. package/dist/registry/templates/customer-development/follow-up-email-templates.md +132 -0
  20. package/dist/registry/templates/customer-development/insight-analysis-template.md +74 -0
  21. package/dist/registry/templates/customer-development/prospect-inventory-template.csv +3 -0
  22. package/dist/registry/templates/customer-development/search-strategy-template.md +123 -0
  23. package/dist/registry/templates/customer-development/strategic-recommendations-template.md +53 -0
  24. package/dist/registry/templates/customer-development/thank-you-email-template.html +124 -0
  25. package/dist/registry/templates/customer-development/thank-you-note-template.md +16 -0
  26. package/dist/registry/templates/customer-development/triage-log-template.md +278 -0
  27. package/dist/registry/templates/customer-development/weekly-newsletter-template.html +204 -0
  28. package/dist/registry/templates/evidence/Design-Evidence.md +30 -0
  29. package/dist/registry/templates/evidence/Implementation-BugEvidence.md +94 -0
  30. package/dist/registry/templates/evidence/Implementation-FeatureEvidence.md +129 -0
  31. package/dist/registry/templates/evidence/Spec-Evidence.md +19 -0
  32. package/dist/registry/templates/help/HelpNeeded.md +14 -0
  33. package/dist/registry/templates/legal/NDA-TEMPLATE.md +170 -0
  34. package/dist/registry/templates/legal/PATENT-TEMPLATE.md +372 -0
  35. package/dist/registry/templates/legal/TRADEMARK-TEMPLATE.md +339 -0
  36. package/dist/registry/templates/legal/contract-review-checklist.md +193 -0
  37. package/dist/registry/templates/legal/review-report-template.md +198 -0
  38. package/dist/registry/templates/legal/saas-terms-template.md +174 -0
  39. package/dist/registry/templates/legal/sow-template.md +117 -0
  40. package/dist/registry/templates/legal/template-variables.md +131 -0
  41. package/dist/registry/templates/marketing/DOMAIN-REGISTRATION-TEMPLATE.md +194 -0
  42. package/dist/registry/templates/marketing/HBR-ARTICLE-TEMPLATE.md +66 -0
  43. package/dist/registry/templates/marketing/STORYTELLING-TEMPLATE.md +130 -0
  44. package/dist/registry/templates/marketing/WEBSITE-TEMPLATE.md +262 -0
  45. package/dist/registry/templates/marketing/github-pages-workflow.yml +64 -0
  46. package/dist/registry/templates/replicate/implementation-checklist.md +39 -0
  47. package/dist/registry/templates/replicate/use-cases-template.md +88 -0
  48. package/dist/registry/templates/retrospective/RETROSPECTIVE-TEMPLATE.md +55 -0
  49. package/dist/registry/templates/specs/BUGSPEC-TEMPLATE.md +37 -0
  50. package/dist/registry/templates/specs/FEATURESPEC-TEMPLATE.md +66 -0
  51. package/dist/registry/templates/specs/TECHSPEC-TEMPLATE.md +39 -0
  52. package/dist/registry/workflows/bootstrap/create-architecture.md +38 -0
  53. package/dist/registry/workflows/bootstrap/detect-broken-windows.md +300 -0
  54. package/dist/registry/workflows/bootstrap/evaluate-code-quality.md +35 -0
  55. package/dist/registry/workflows/bootstrap/verify-test-coverage.md +36 -0
  56. package/dist/registry/workflows/brainstorming/blue-sky-brainstorming.md +211 -0
  57. package/dist/registry/workflows/brainstorming/codebase-brainstorming.md +165 -0
  58. package/dist/registry/workflows/business-development/create-business-plan.md +737 -0
  59. package/dist/registry/workflows/business-development/ideate-business-opportunity.md +55 -0
  60. package/dist/registry/workflows/business-development/price-product.md +325 -0
  61. package/dist/registry/workflows/compliance/detect-compliance-requirements.md +78 -0
  62. package/dist/registry/workflows/compliance/generate-audit-evidence.md +75 -0
  63. package/dist/registry/workflows/compliance/soc2-evidence-generator.md +332 -0
  64. package/dist/registry/workflows/customer-development/insight-analysis.md +156 -0
  65. package/dist/registry/workflows/customer-development/insight-triage.md +938 -0
  66. package/dist/registry/workflows/customer-development/interview-preparation.md +452 -0
  67. package/dist/registry/workflows/customer-development/linkedin-outreach.md +593 -0
  68. package/dist/registry/workflows/customer-development/strategic-brainstorming.md +146 -0
  69. package/dist/registry/workflows/customer-development/thank-customers.md +203 -0
  70. package/dist/registry/workflows/customer-development/user-survey-dispatch.md +60 -0
  71. package/dist/registry/workflows/customer-development/users-to-target.md +112 -0
  72. package/dist/registry/workflows/customer-development/weekly-newsletter.md +366 -0
  73. package/dist/registry/workflows/deploy/cloud-deployment.md +310 -0
  74. package/dist/registry/workflows/improve-fraim/contribute.md +32 -0
  75. package/dist/registry/workflows/improve-fraim/file-issue.md +32 -0
  76. package/dist/registry/workflows/learning/build-skillset.md +212 -0
  77. package/dist/registry/workflows/learning/synthesize-learnings.md +284 -0
  78. package/dist/registry/workflows/legal/contract-review-analysis.md +382 -0
  79. package/dist/registry/workflows/legal/nda.md +69 -0
  80. package/dist/registry/workflows/legal/patent-filing.md +76 -0
  81. package/dist/registry/workflows/legal/saas-contract-development.md +213 -0
  82. package/dist/registry/workflows/legal/trademark-filing.md +77 -0
  83. package/dist/registry/workflows/marketing/content-creation.md +37 -0
  84. package/dist/registry/workflows/marketing/convert-to-pdf.md +235 -0
  85. package/dist/registry/workflows/marketing/create-modern-website.md +456 -0
  86. package/dist/registry/workflows/marketing/domain-registration.md +323 -0
  87. package/dist/registry/workflows/marketing/hbr-article.md +73 -0
  88. package/dist/registry/workflows/marketing/launch-checklist.md +37 -0
  89. package/dist/registry/workflows/marketing/marketing-strategy.md +45 -0
  90. package/dist/registry/workflows/marketing/storytelling.md +65 -0
  91. package/dist/registry/workflows/performance/analyze-performance.md +65 -0
  92. package/dist/registry/workflows/product-building/design.md +103 -0
  93. package/dist/registry/workflows/product-building/implement.md +74 -0
  94. package/dist/registry/workflows/product-building/iterate-on-pr-comments.md +70 -0
  95. package/dist/registry/workflows/product-building/prep-issue.md +41 -0
  96. package/dist/registry/workflows/product-building/prototype.md +65 -0
  97. package/dist/registry/workflows/product-building/resolve.md +168 -0
  98. package/dist/registry/workflows/product-building/retrospect.md +86 -0
  99. package/dist/registry/workflows/product-building/spec.md +181 -0
  100. package/dist/registry/workflows/product-building/test.md +125 -0
  101. package/dist/registry/workflows/productivity-report/productivity-report.md +263 -0
  102. package/dist/registry/workflows/quality-assurance/browser-validation.md +221 -0
  103. package/dist/registry/workflows/quality-assurance/iterative-improvement-cycle.md +562 -0
  104. package/dist/registry/workflows/replicate/replicate-discovery.md +336 -0
  105. package/dist/registry/workflows/replicate/replicate-to-issues.md +324 -0
  106. package/dist/registry/workflows/reviewer/review-implementation-vs-design-spec.md +638 -0
  107. package/dist/registry/workflows/reviewer/review-implementation-vs-feature-spec.md +675 -0
  108. package/dist/registry/workflows/startup-credits/aws-activate-application.md +535 -0
  109. package/dist/registry/workflows/startup-credits/google-cloud-application.md +647 -0
  110. package/dist/registry/workflows/startup-credits/microsoft-azure-application.md +538 -0
  111. package/dist/src/ai-manager/ai-manager.js +4 -6
  112. package/dist/tests/test-users-to-target-workflow.js +2 -2
  113. package/package.json +1 -1
  114. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +0 -11
  115. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +0 -11
  116. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +0 -11
  117. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +0 -11
  118. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +0 -11
  119. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +0 -11
  120. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +0 -11
  121. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +0 -11
  122. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +0 -11
  123. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +0 -11
  124. package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +0 -11
  125. package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +0 -11
  126. package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +0 -11
@@ -0,0 +1,94 @@
1
+ # Bug: <Title>
2
+ Issue: #<issue>
3
+ Bug Spec: <Link to Bug Spec>
4
+ PR: <Link to PR>
5
+
6
+ ## Completeness Evidence
7
+ - Issue tagged with label `phase:impl`: Yes/No
8
+ - Issue tagged with label `status:needs-review`: Yes/No
9
+ - All files committed/synced to branch: Yes/No
10
+
11
+ ## Feedback Received
12
+ ### PR Comments
13
+ - Table with following columns
14
+ - PR Comment
15
+ - How Addressed
16
+
17
+ ### User Feedback (Direct)
18
+ - Table with following columns
19
+ - Feedback Content
20
+ - How Addressed
21
+
22
+ ## Implementation Quality Checkpoints
23
+ - [ ] Code complexity reviewed (no overengineering)
24
+ - [ ] No resource waste (excessive retries, delays, workarounds)
25
+ - [ ] Solution based on proven approach from design phase
26
+ - [ ] All new files/functions are actually used
27
+
28
+ ## Validation Evidence
29
+ - Complete valiation performed as suggested in bug spec: Yes/No
30
+ - **MANDATORY**: Evidence must reflect actual validation status, not assumptions
31
+ - **MANDATORY**: Cannot mark automated validations as "pending" without attempting them first
32
+ - Table with following columns
33
+ - Validation Step (manual vs automated)
34
+ - Validation Result (pass vs fail)
35
+ - Evidence (actual command/output or explanation why not applicable)
36
+ - Failure Analysis (if fail)
37
+
38
+ ## New Files/Functions Created
39
+ - Table with the following columns
40
+ - File/Function Name
41
+ - Purpose
42
+ - Who is using/importing/calling it
43
+ - Is it actually used? (Yes/No - if No, explain why it exists)
44
+
45
+ ## New Tests Added
46
+ - Required if existing test cases did not repro the bug, Optional if bug fix made previously failing test cases pass
47
+ - **MANDATORY**: For each new test case added, you MUST:
48
+ - Show actual test execution command run
49
+ - Show actual test output (exit code and results)
50
+ - Document whether it passed/failed
51
+ - Cannot claim tests "need fixes" without attempting execution first
52
+
53
+ ## Test Execution Log
54
+ **MANDATORY**: Include actual test execution results below:
55
+
56
+ ```bash
57
+ # Example: Running test file
58
+ $ npm run test -- test-XXX-fix.ts
59
+ # [Include actual output here]
60
+ # Exit code: 0 (success) or non-zero (failure)
61
+ ```
62
+
63
+ **For each test file**:
64
+ - Command executed: `[command]`
65
+ - Exit code: `[0 or non-zero]`
66
+ - Passed tests: `[count]`
67
+ - Failed tests: `[count]`
68
+ - Output excerpt: `[relevant lines]`
69
+
70
+ ## Existing Test Suites Run
71
+ - Table with following columns
72
+ - Test Suite
73
+ - Was it Run (if not, why not - it's ok to not run a suite if there is no impact of your work to it as covered in agent-testing-guidelines.md)
74
+ - Failing Tests
75
+ - Failure Analysis (if any tests fail)
76
+
77
+ ## Pre-Completion Reflection
78
+
79
+ [Include reflection analysis here following `get_fraim_file({ path: "rules/mandatory-pre-completion-reflection.md" })`]
80
+
81
+ ✅ Reflection Phase 1 (Claim Verification) completed: YES/NO
82
+ ✅ Reflection Phase 2 (Risk Analysis) completed: YES/NO
83
+ ✅ Reflection Phase 3 (Validation Plan Check) completed: YES/NO
84
+ ✅ Reflection Phase 4 (Self-Audit) completed: YES/NO
85
+ ✅ All blockers from reflection addressed: YES/NO
86
+ ✅ Confidence level: X% (must be ≥ 90% to proceed)
87
+
88
+ **Reflection Summary:**
89
+ [Brief summary of key findings from reflection]
90
+
91
+ ## Continous Learning
92
+ - Table with following columns
93
+ - Learning
94
+ - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -0,0 +1,129 @@
1
+ # Feature: <Title>
2
+ Issue: #<issue>
3
+ Tech Spec: <Link to tech spec>
4
+ PR: <Link to PR>
5
+
6
+ ## Completeness Evidence
7
+ - All phases of tech spec complete: Yes/No
8
+ - Issue tagged with label `phase:impl`: Yes/No
9
+ - Issue tagged with label `status:needs-review`: Yes/No
10
+ - All files committed/synced to branch: Yes/No
11
+
12
+ ## Feedback Received
13
+ ### PR Comments
14
+ - Table with following columns
15
+ - PR Comment
16
+ - How Addressed
17
+
18
+ ### User Feedback (Direct)
19
+ - Table with following columns
20
+ - Feedback Content
21
+ - How Addressed
22
+
23
+ ## Implementation Quality Checkpoints
24
+ - [ ] Code complexity reviewed (no overengineering)
25
+ - [ ] No resource waste (excessive retries, delays, workarounds)
26
+ - [ ] Solution based on proven prototype from design phase
27
+ - [ ] All new files/functions are actually used
28
+
29
+ ## Validation Evidence
30
+ - Complete validation performed as suggested in tech spec: Yes/No
31
+ - **IMPORTANT**: Post full test output (not just "tests passing ✅")
32
+ - Table with following columns
33
+ - Validation Step (manual vs automated)
34
+ - Validation Result (pass vs fail)
35
+ - Failure Analysis (if fail)
36
+
37
+ ### Example: Full Test Output
38
+ ```
39
+ 🚀 Starting Calendar-Goal Analysis API Tests
40
+
41
+ Running 3 tests
42
+ ✔ Edge case - no goals defined (67.8ms)
43
+ ✔ Multi-tenancy data isolation (205.9ms)
44
+ ✔ Full analysis flow (passed)
45
+
46
+ ❌ Total Failed Tests: 0
47
+ ```
48
+
49
+ ### Example: Database Objects (if applicable)
50
+ ```javascript
51
+ {
52
+ _id: ObjectId("68e81da2a87a1a0f91589023"),
53
+ executive_id: "demo-exec-001",
54
+ title: "Increase Enterprise Sales by 30%",
55
+ timeframe: "QUARTERLY",
56
+ priority: 9,
57
+ status: "IN_PROGRESS"
58
+ }
59
+ ```
60
+
61
+ ### Example: API Request/Response (if applicable)
62
+ **Request:**
63
+ ```http
64
+ GET /executive-goals/calendar-analysis?timeframe=backward&period=7
65
+ Headers:
66
+ x-executive-id: demo-exec-001
67
+ ```
68
+
69
+ **Response (200 OK):**
70
+ ```json
71
+ {
72
+ "success": true,
73
+ "analysis": {
74
+ "executive_id": "demo-exec-001",
75
+ "total_calendar_hours": 7.5,
76
+ "goal_breakdown": [
77
+ {
78
+ "goal_id": "68e81da2a87a1a0f91589025",
79
+ "goal_title": "Launch AI Product Line",
80
+ "total_hours": 2.5,
81
+ "percentage": 33.3,
82
+ "meeting_ids": ["event-002", "event-007"]
83
+ }
84
+ ]
85
+ }
86
+ }
87
+ ```
88
+
89
+ ## New Files/Functions Created
90
+ - Table with the following columns
91
+ - File/Function Name
92
+ - Purpose
93
+ - Who is using/importing/calling it
94
+ - Is it actually used? (Yes/No - if No, explain why it exists)
95
+
96
+ ## New Tests Added
97
+ - Added all tests suggested in tech spec: Yes/No
98
+ - Table with the following columns
99
+ - Test Case Name
100
+ - What is test case validating
101
+ - Test Result (pass vs fail)
102
+ - Failure Analysis (if fail)
103
+
104
+ ## Existing Test Suites Run
105
+ - Table with following columns
106
+ - Test Suite
107
+ - Was it Run (if not, why not - it's ok to not run a suite if there is no impact of your work to it as covered in agent-testing-guidelines.md)
108
+ - Failing Tests
109
+ - Failure Analysis (if any tests fail)
110
+
111
+
112
+ ## Pre-Completion Reflection
113
+
114
+ [Include reflection analysis here following `get_fraim_file({ path: "rules/mandatory-pre-completion-reflection.md" })`]
115
+
116
+ ✅ Reflection Phase 1 (Claim Verification) completed: YES/NO
117
+ ✅ Reflection Phase 2 (Risk Analysis) completed: YES/NO
118
+ ✅ Reflection Phase 3 (Validation Plan Check) completed: YES/NO
119
+ ✅ Reflection Phase 4 (Self-Audit) completed: YES/NO
120
+ ✅ All blockers from reflection addressed: YES/NO
121
+ ✅ Confidence level: X% (must be ≥ 90% to proceed)
122
+
123
+ **Reflection Summary:**
124
+ [Brief summary of key findings from reflection]
125
+
126
+ ## Continous Learning
127
+ - Table with following columns
128
+ - Learning
129
+ - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -0,0 +1,19 @@
1
+ # Feature Specification: <Title>
2
+ Issue: #<issue>
3
+ PR: <Link to PR>
4
+
5
+ ## Completeness Evidence
6
+ - Issue tagged with label `phase:spec`: Yes/No
7
+ - Issue tagged with label `status:needs-review`: Yes/No
8
+ - All specification documents committed/synced to branch: Yes/No
9
+ - Table with following columns
10
+ - Customer Research Area
11
+ - Sources of Information
12
+ - Table with following columns
13
+ - PR Comment
14
+ - How Addressed
15
+
16
+ ## Continuous Learning
17
+ - Table with following columns
18
+ - Learning
19
+ - Agent Rule Updates (what agent rule file was updated to ensure the learning is durable)
@@ -0,0 +1,14 @@
1
+ # Feature: <Title>
2
+ Issue: #<issue>
3
+ PR: <Link to PR>
4
+
5
+ ## Help Needed
6
+ - What help is needed? Be as specific as possible
7
+ - What is it blocking?
8
+ - What is the impact?
9
+
10
+ ## What has been tried
11
+ - What solutions have been tried to unblock? What was the result?
12
+
13
+ ## What Options exist
14
+ - Do you have options in mind? If so, what are the Pros/Cons and what is your suggestion?
@@ -0,0 +1,170 @@
1
+ # Template: Non-Disclosure Agreement (NDA)
2
+
3
+ Use this template to create comprehensive NDAs that protect intellectual property and confidential information.
4
+
5
+ ## Agreement Setup
6
+ - **Product/Project Name**:
7
+ - **Disclosing Party**: [Your Company Name]
8
+ - **Receiving Party**: [Recipient Company/Individual Name]
9
+ - **Agreement Type**: [Unilateral / Mutual]
10
+ - **Jurisdiction**: [State/Country for governing law]
11
+ - **Effective Date**:
12
+ - **Duration**: [Typically 2-5 years]
13
+
14
+ ## Confidential Information Classification
15
+
16
+ ### Technical Information
17
+ - [ ] Source code and software architecture
18
+ - [ ] Technical specifications and documentation
19
+ - [ ] Algorithms and proprietary methods
20
+ - [ ] System designs and workflows
21
+ - [ ] Performance data and benchmarks
22
+ - [ ] Development roadmaps and timelines
23
+
24
+ ### Business Information
25
+ - [ ] Business strategies and plans
26
+ - [ ] Financial information and projections
27
+ - [ ] Customer lists and contact information
28
+ - [ ] Pricing strategies and models
29
+ - [ ] Market research and analysis
30
+ - [ ] Partnership agreements and terms
31
+
32
+ ### Intellectual Property
33
+ - [ ] Patents and patent applications
34
+ - [ ] Trademarks and trade names
35
+ - [ ] Copyrighted materials
36
+ - [ ] Trade secrets and know-how
37
+ - [ ] Proprietary processes
38
+ - [ ] Research and development data
39
+
40
+ ## Risk Assessment
41
+
42
+ ### Protection Level Required
43
+ - [ ] Standard confidentiality protection
44
+ - [ ] Enhanced trade secret protection
45
+ - [ ] Non-compete restrictions needed
46
+ - [ ] Non-solicitation clauses required
47
+ - [ ] Return/destruction obligations
48
+
49
+ ### Potential Risks
50
+ **Competitive Risk**:
51
+ **IP Theft Risk**:
52
+ **Market Advantage Loss**:
53
+ **Customer/Partner Impact**:
54
+
55
+ ## NDA Document
56
+
57
+ ---
58
+
59
+ # NON-DISCLOSURE AGREEMENT
60
+
61
+ **EFFECTIVE DATE**: [Date]
62
+
63
+ **PARTIES**: This Non-Disclosure Agreement ("Agreement") is entered into between:
64
+
65
+ **DISCLOSING PARTY**: [Your Company Name], a [State] [corporation/LLC] ("Company")
66
+ Address: [Your Address]
67
+
68
+ **RECEIVING PARTY**: [Recipient Name], [individual/entity type] ("Recipient")
69
+ Address: [Recipient Address]
70
+
71
+ ## 1. PURPOSE
72
+
73
+ The parties wish to explore a potential business relationship concerning [Product/Project Name] ("Purpose"). In connection with this Purpose, Company may disclose certain confidential and proprietary information to Recipient.
74
+
75
+ ## 2. CONFIDENTIAL INFORMATION
76
+
77
+ "Confidential Information" means all information, whether written, oral, electronic, visual, or in any other form, disclosed by Company to Recipient, including but not limited to:
78
+
79
+ a) Technical data, source code, software, algorithms, processes, formulas, techniques, and know-how
80
+ b) Business plans, strategies, financial information, customer lists, and market research
81
+ c) Product specifications, designs, prototypes, and development plans
82
+ d) Any information marked as "Confidential" or that would reasonably be considered confidential
83
+ e) All notes, analyses, compilations, or other materials prepared by Recipient containing Confidential Information
84
+
85
+ Confidential Information does NOT include information that:
86
+ - Is publicly available through no breach of this Agreement
87
+ - Was rightfully known by Recipient prior to disclosure
88
+ - Is independently developed by Recipient without use of Confidential Information
89
+ - Is rightfully received from a third party without breach of confidentiality
90
+
91
+ ## 3. OBLIGATIONS
92
+
93
+ Recipient agrees to:
94
+
95
+ a) **Maintain Confidentiality**: Hold all Confidential Information in strict confidence
96
+ b) **Limited Use**: Use Confidential Information solely for the Purpose stated above
97
+ c) **No Disclosure**: Not disclose Confidential Information to any third party without prior written consent
98
+ d) **Protection**: Use the same degree of care to protect Confidential Information as used for its own confidential information, but no less than reasonable care
99
+ e) **Limited Access**: Restrict access to Confidential Information to employees/agents with a legitimate need to know who have signed confidentiality agreements
100
+ f) **No Copying**: Not copy, reproduce, or create derivative works from Confidential Information except as necessary for the Purpose
101
+
102
+ ## 4. RETURN OF MATERIALS
103
+
104
+ Upon termination of discussions or upon Company's request, Recipient shall:
105
+ - Promptly return all materials containing Confidential Information
106
+ - Delete all electronic copies and destroy all notes or analyses containing Confidential Information
107
+ - Provide written certification of compliance with these obligations
108
+
109
+ ## 5. NO RIGHTS GRANTED
110
+
111
+ This Agreement does not grant Recipient any rights to Company's intellectual property, including patents, trademarks, copyrights, or trade secrets. No license is granted except the limited right to review Confidential Information for the Purpose.
112
+
113
+ ## 6. TERM
114
+
115
+ This Agreement shall remain in effect for [Duration] years from the Effective Date, unless terminated earlier by either party with 30 days written notice. Obligations regarding Confidential Information shall survive termination.
116
+
117
+ ## 7. REMEDIES
118
+
119
+ Recipient acknowledges that breach of this Agreement would cause irreparable harm to Company for which monetary damages would be inadequate. Therefore, Company shall be entitled to:
120
+ - Immediate injunctive relief without posting bond
121
+ - All costs and attorneys' fees incurred in enforcing this Agreement
122
+ - All other remedies available at law or equity
123
+
124
+ ## 8. GENERAL PROVISIONS
125
+
126
+ a) **Governing Law**: This Agreement shall be governed by the laws of [Jurisdiction]
127
+ b) **Jurisdiction**: Any disputes shall be resolved in the courts of [Jurisdiction]
128
+ c) **Entire Agreement**: This Agreement constitutes the entire agreement between the parties
129
+ d) **Amendment**: This Agreement may only be modified in writing signed by both parties
130
+ e) **Severability**: If any provision is unenforceable, the remainder shall remain in effect
131
+ f) **Assignment**: This Agreement may not be assigned without prior written consent
132
+
133
+ ## SIGNATURES
134
+
135
+ **DISCLOSING PARTY**:
136
+ [Your Company Name]
137
+
138
+ By: _________________________
139
+ Name: [Your Name]
140
+ Title: [Your Title]
141
+ Date: _______________________
142
+
143
+ **RECEIVING PARTY**:
144
+ [Recipient Name/Company]
145
+
146
+ By: _________________________
147
+ Name: [Recipient Name]
148
+ Title: [Title if applicable]
149
+ Date: _______________________
150
+
151
+ ---
152
+
153
+ ## Execution Checklist
154
+ - [ ] All blanks filled in with specific information
155
+ - [ ] Confidential information scope clearly defined
156
+ - [ ] Duration and jurisdiction specified
157
+ - [ ] Both parties have reviewed terms
158
+ - [ ] Legal counsel review completed (recommended)
159
+ - [ ] Original signed copies retained by both parties
160
+ - [ ] Effective date recorded for tracking
161
+
162
+ ## Record Keeping
163
+ - **File Location**: `docs/legal/nda/{recipient-name}-{date}-nda.md`
164
+ - **Execution Date**:
165
+ - **Expiration Date**:
166
+ - **Key Terms**:
167
+ - **Follow-up Required**:
168
+
169
+ ## Notes
170
+ [Add any specific considerations, modifications, or special terms for this agreement]