@tgoodington/intuition 8.1.3 → 9.2.1

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 (154) hide show
  1. package/README.md +9 -9
  2. package/docs/project_notes/.project-memory-state.json +100 -0
  3. package/docs/project_notes/branches/.gitkeep +0 -0
  4. package/docs/project_notes/bugs.md +41 -0
  5. package/docs/project_notes/decisions.md +147 -0
  6. package/docs/project_notes/issues.md +101 -0
  7. package/docs/project_notes/key_facts.md +88 -0
  8. package/docs/project_notes/trunk/.gitkeep +0 -0
  9. package/docs/project_notes/trunk/.planning_research/decision_file_naming.md +15 -0
  10. package/docs/project_notes/trunk/.planning_research/decisions_log.md +32 -0
  11. package/docs/project_notes/trunk/.planning_research/orientation.md +51 -0
  12. package/docs/project_notes/trunk/audit/plan-rename-hitlist.md +654 -0
  13. package/docs/project_notes/trunk/blueprint-conflicts.md +109 -0
  14. package/docs/project_notes/trunk/blueprints/database-architect.md +416 -0
  15. package/docs/project_notes/trunk/blueprints/devops-infrastructure.md +514 -0
  16. package/docs/project_notes/trunk/blueprints/technical-writer.md +788 -0
  17. package/docs/project_notes/trunk/build_brief.md +119 -0
  18. package/docs/project_notes/trunk/build_report.md +250 -0
  19. package/docs/project_notes/trunk/detail_brief.md +94 -0
  20. package/docs/project_notes/trunk/plan.md +182 -0
  21. package/docs/project_notes/trunk/planning_brief.md +96 -0
  22. package/docs/project_notes/trunk/prompt_brief.md +60 -0
  23. package/docs/project_notes/trunk/prompt_output.json +98 -0
  24. package/docs/project_notes/trunk/scratch/database-architect-decisions.json +72 -0
  25. package/docs/project_notes/trunk/scratch/database-architect-research-plan.md +10 -0
  26. package/docs/project_notes/trunk/scratch/database-architect-stage1.md +226 -0
  27. package/docs/project_notes/trunk/scratch/devops-infrastructure-decisions.json +71 -0
  28. package/docs/project_notes/trunk/scratch/devops-infrastructure-research-plan.md +7 -0
  29. package/docs/project_notes/trunk/scratch/devops-infrastructure-stage1.md +164 -0
  30. package/docs/project_notes/trunk/scratch/technical-writer-decisions.json +88 -0
  31. package/docs/project_notes/trunk/scratch/technical-writer-research-plan.md +7 -0
  32. package/docs/project_notes/trunk/scratch/technical-writer-stage1.md +266 -0
  33. package/docs/project_notes/trunk/team_assignment.json +108 -0
  34. package/docs/project_notes/trunk/test_brief.md +75 -0
  35. package/docs/project_notes/trunk/test_report.md +26 -0
  36. package/docs/project_notes/trunk/verification/devops-infrastructure-verification.md +172 -0
  37. package/docs/v9/decision-framework-direction.md +142 -0
  38. package/docs/v9/decision-framework-implementation.md +114 -0
  39. package/docs/v9/domain-adaptive-team-architecture.md +1016 -0
  40. package/docs/v9/test/SESSION_SUMMARY.md +117 -0
  41. package/docs/v9/test/TEST_PLAN.md +119 -0
  42. package/docs/v9/test/blueprints/legal-analyst.md +166 -0
  43. package/docs/v9/test/output/07_cover_letter.md +41 -0
  44. package/docs/v9/test/phase2/mock_plan.md +89 -0
  45. package/docs/v9/test/phase2/producers.json +32 -0
  46. package/docs/v9/test/phase2/specialists/database-architect.specialist.md +10 -0
  47. package/docs/v9/test/phase2/specialists/financial-analyst.specialist.md +10 -0
  48. package/docs/v9/test/phase2/specialists/legal-analyst.specialist.md +10 -0
  49. package/docs/v9/test/phase2/specialists/technical-writer.specialist.md +10 -0
  50. package/docs/v9/test/phase2/team_assignment.json +61 -0
  51. package/docs/v9/test/phase3/blueprints/legal-analyst.md +840 -0
  52. package/docs/v9/test/phase3/legal-analyst-full.specialist.md +111 -0
  53. package/docs/v9/test/phase3/project_context/nh_landlord_tenant_notes.md +35 -0
  54. package/docs/v9/test/phase3/project_context/property_facts.md +32 -0
  55. package/docs/v9/test/phase3b/blueprints/legal-analyst.md +1715 -0
  56. package/docs/v9/test/phase3b/legal-analyst.specialist.md +153 -0
  57. package/docs/v9/test/phase3b/scratch/legal-analyst-stage1.md +270 -0
  58. package/docs/v9/test/phase4/TEST_PLAN.md +32 -0
  59. package/docs/v9/test/phase4/blueprints/financial-analyst-T2.md +538 -0
  60. package/docs/v9/test/phase4/blueprints/legal-analyst-T4.md +253 -0
  61. package/docs/v9/test/phase4/cross-blueprint-check.md +280 -0
  62. package/docs/v9/test/phase4/scratch/financial-analyst-T2-stage1.md +67 -0
  63. package/docs/v9/test/phase4/scratch/legal-analyst-T4-stage1.md +54 -0
  64. package/docs/v9/test/phase4/specialists/financial-analyst.specialist.md +156 -0
  65. package/docs/v9/test/phase4/specialists/legal-analyst.specialist.md +153 -0
  66. package/docs/v9/test/phase5/TEST_PLAN.md +35 -0
  67. package/docs/v9/test/phase5/blueprints/code-architect-hw-vetter.md +375 -0
  68. package/docs/v9/test/phase5/output/04_compliance_checklist.md +149 -0
  69. package/docs/v9/test/phase5/output/hardware-vetter-SKILL-v2.md +561 -0
  70. package/docs/v9/test/phase5/output/hardware-vetter-SKILL.md +459 -0
  71. package/docs/v9/test/phase5/producers/code-writer.producer.md +49 -0
  72. package/docs/v9/test/phase5/producers/document-writer.producer.md +62 -0
  73. package/docs/v9/test/phase5/regression-comparison-v2.md +60 -0
  74. package/docs/v9/test/phase5/regression-comparison.md +197 -0
  75. package/docs/v9/test/phase5/review-5A-specialist.md +213 -0
  76. package/docs/v9/test/phase5/specialist-test/TEST_PLAN.md +60 -0
  77. package/docs/v9/test/phase5/specialist-test/blueprint-comparison.md +252 -0
  78. package/docs/v9/test/phase5/specialist-test/blueprints/code-architect-hw-vetter.md +916 -0
  79. package/docs/v9/test/phase5/specialist-test/scratch/code-architect-stage1.md +427 -0
  80. package/docs/v9/test/phase5/specialists/code-architect.specialist.md +168 -0
  81. package/docs/v9/test/phase5b/TEST_PLAN.md +219 -0
  82. package/docs/v9/test/phase5b/blueprints/5B-10-stage2-with-decisions.md +286 -0
  83. package/docs/v9/test/phase5b/decisions/5B-2-accept-all-decisions.json +68 -0
  84. package/docs/v9/test/phase5b/decisions/5B-3-promote-decisions.json +70 -0
  85. package/docs/v9/test/phase5b/decisions/5B-4-individual-decisions.json +68 -0
  86. package/docs/v9/test/phase5b/decisions/5B-5-triage-decisions.json +110 -0
  87. package/docs/v9/test/phase5b/decisions/5B-6-fallback-decisions.json +40 -0
  88. package/docs/v9/test/phase5b/decisions/5B-8-partial-decisions.json +46 -0
  89. package/docs/v9/test/phase5b/decisions/5B-9-complete-decisions.json +54 -0
  90. package/docs/v9/test/phase5b/scratch/code-architect-stage1.md +133 -0
  91. package/docs/v9/test/phase5b/specialists/code-architect.specialist.md +202 -0
  92. package/docs/v9/test/phase5b/stage1-many-decisions.md +139 -0
  93. package/docs/v9/test/phase5b/stage1-no-assumptions.md +70 -0
  94. package/docs/v9/test/phase5b/stage1-with-assumptions.md +86 -0
  95. package/docs/v9/test/phase5b/test-5B-1-results.md +157 -0
  96. package/docs/v9/test/phase5b/test-5B-10-results.md +130 -0
  97. package/docs/v9/test/phase5b/test-5B-2-results.md +75 -0
  98. package/docs/v9/test/phase5b/test-5B-3-results.md +104 -0
  99. package/docs/v9/test/phase5b/test-5B-4-results.md +114 -0
  100. package/docs/v9/test/phase5b/test-5B-5-results.md +126 -0
  101. package/docs/v9/test/phase5b/test-5B-6-results.md +60 -0
  102. package/docs/v9/test/phase5b/test-5B-7-results.md +141 -0
  103. package/docs/v9/test/phase5b/test-5B-8-results.md +115 -0
  104. package/docs/v9/test/phase5b/test-5B-9-results.md +76 -0
  105. package/docs/v9/test/producers/document-writer.producer.md +62 -0
  106. package/docs/v9/test/specialists/legal-analyst.specialist.md +58 -0
  107. package/package.json +4 -2
  108. package/producers/code-writer/code-writer.producer.md +86 -0
  109. package/producers/data-file-writer/data-file-writer.producer.md +116 -0
  110. package/producers/document-writer/document-writer.producer.md +117 -0
  111. package/producers/form-filler/form-filler.producer.md +99 -0
  112. package/producers/presentation-creator/presentation-creator.producer.md +109 -0
  113. package/producers/spreadsheet-builder/spreadsheet-builder.producer.md +107 -0
  114. package/scripts/install-skills.js +97 -9
  115. package/scripts/uninstall-skills.js +7 -2
  116. package/skills/intuition-agent-advisor/SKILL.md +327 -220
  117. package/skills/intuition-assemble/SKILL.md +261 -0
  118. package/skills/intuition-build/SKILL.md +379 -319
  119. package/skills/intuition-debugger/SKILL.md +390 -390
  120. package/skills/intuition-design/SKILL.md +385 -381
  121. package/skills/intuition-detail/SKILL.md +377 -0
  122. package/skills/intuition-engineer/SKILL.md +307 -303
  123. package/skills/intuition-handoff/SKILL.md +264 -222
  124. package/skills/intuition-handoff/references/handoff_core.md +54 -54
  125. package/skills/intuition-initialize/SKILL.md +21 -6
  126. package/skills/intuition-initialize/references/agents_template.md +118 -118
  127. package/skills/intuition-initialize/references/claude_template.md +134 -134
  128. package/skills/intuition-initialize/references/intuition_readme_template.md +4 -4
  129. package/skills/intuition-initialize/references/state_template.json +17 -2
  130. package/skills/{intuition-plan → intuition-outline}/SKILL.md +561 -481
  131. package/skills/{intuition-plan → intuition-outline}/references/magellan_core.md +16 -16
  132. package/skills/{intuition-plan → intuition-outline}/references/templates/plan_template.md +6 -6
  133. package/skills/intuition-prompt/SKILL.md +374 -312
  134. package/skills/intuition-start/SKILL.md +46 -13
  135. package/skills/intuition-start/references/start_core.md +60 -60
  136. package/skills/intuition-test/SKILL.md +345 -0
  137. package/specialists/api-designer/api-designer.specialist.md +291 -0
  138. package/specialists/business-analyst/business-analyst.specialist.md +270 -0
  139. package/specialists/copywriter/copywriter.specialist.md +268 -0
  140. package/specialists/database-architect/database-architect.specialist.md +275 -0
  141. package/specialists/devops-infrastructure/devops-infrastructure.specialist.md +314 -0
  142. package/specialists/financial-analyst/financial-analyst.specialist.md +269 -0
  143. package/specialists/frontend-component/frontend-component.specialist.md +293 -0
  144. package/specialists/instructional-designer/instructional-designer.specialist.md +285 -0
  145. package/specialists/legal-analyst/legal-analyst.specialist.md +260 -0
  146. package/specialists/marketing-strategist/marketing-strategist.specialist.md +281 -0
  147. package/specialists/project-manager/project-manager.specialist.md +266 -0
  148. package/specialists/research-analyst/research-analyst.specialist.md +273 -0
  149. package/specialists/security-auditor/security-auditor.specialist.md +354 -0
  150. package/specialists/technical-writer/technical-writer.specialist.md +275 -0
  151. /package/skills/{intuition-plan → intuition-outline}/references/sub_agents.md +0 -0
  152. /package/skills/{intuition-plan → intuition-outline}/references/templates/confidence_scoring.md +0 -0
  153. /package/skills/{intuition-plan → intuition-outline}/references/templates/plan_format.md +0 -0
  154. /package/skills/{intuition-plan → intuition-outline}/references/templates/planning_process.md +0 -0
@@ -0,0 +1,538 @@
1
+ # Blueprint: Rental Market Analysis (Task 2)
2
+
3
+ ---
4
+
5
+ ## 1. Task Reference
6
+
7
+ - **Plan Task**: Task 2 — Rental Market Analysis
8
+ - **Domain**: financial/analysis
9
+ - **Depth**: Standard
10
+ - **Dependencies**: None
11
+ - **Output File**: `deliverables/02_rental_analysis.xlsx`
12
+ - **Acceptance Criteria**:
13
+ 1. At least 5 comparable properties identified with sources
14
+ 2. Price range recommendation with upper/lower bounds justified
15
+ 3. Key differentiators for the ADU identified (new construction, location, amenities)
16
+ 4. Seasonal considerations noted
17
+
18
+ ---
19
+
20
+ ## 2. Research Findings
21
+
22
+ ### Property Profile
23
+ - 1BR ADU above converted two-bay garage at 24 Meadow St, Concord NH 03301
24
+ - New construction (garage conversion with 8-foot rear extension); original garage built 1971
25
+ - RS District (Residential Single-Family), ADU protected under NH HB 577
26
+ - Private entrance planned, dedicated parking spot TBD
27
+ - Long-term rental only (not short-term/Airbnb)
28
+ - Owner-occupied primary residence on same property
29
+
30
+ ### Regulatory Factors
31
+ - Security deposit capped at one month's rent or $100 (whichever greater)
32
+ - Lead paint disclosure required (1971 structure) — mitigated if full abatement occurs during construction [VERIFY]
33
+ - Utilities: tenant-paid via sub-metering (per user decision)
34
+
35
+ ### Market Context [ESTIMATE]
36
+ - Concord: NH state capital, population ~44,000, steady demand from state workers, Concord Hospital employees, college-adjacent renters
37
+ - 1BR apartments typically range $1,100-$1,600/month (NH market trends through 2025-2026)
38
+ - Newer/renovated units command 10-20% premium over older stock
39
+ - ADUs with private entrances are competitive due to limited new supply
40
+ - NH rental vacancy generally tight (<5% statewide) [VERIFY for Concord specifically]
41
+
42
+ ### Key Differentiators
43
+ - **Positive**: New construction/full renovation, private entrance, residential neighborhood, owner on-site (perceived safety/maintenance responsiveness), dedicated parking
44
+ - **Negative/Neutral**: Above-garage unit (some tenants perceive as less desirable), shared driveway, square footage unknown [VERIFY], laundry situation unknown [VERIFY]
45
+
46
+ ---
47
+
48
+ ## 3. Approach
49
+
50
+ Produce a four-sheet Excel workbook that analyzes the Concord NH 1BR rental market for pricing a newly constructed ADU. The analysis uses a **broad comparable set** (all 1BR rentals in Concord, not limited to ADUs) and prices rent **exclusive of utilities** (tenant pays via sub-metering).
51
+
52
+ **Methodology:**
53
+ 1. Compile 7 comparable 1BR rentals across unit types (apartments, duplexes, small houses, ADUs if available) within Concord city limits
54
+ 2. Normalize comparison by noting utility inclusion status and adjusting effective rent accordingly
55
+ 3. Calculate statistical summary (median, mean, range) of the comparable set
56
+ 4. Apply adjustment factors for the ADU's differentiators (new construction premium, above-garage discount, private entrance premium)
57
+ 5. Derive lower/target/upper rent recommendation with justification
58
+ 6. Document seasonal patterns and recommended listing timing
59
+
60
+ ---
61
+
62
+ ## 4. Decisions Made
63
+
64
+ ### Decision 1: Utility Billing Structure
65
+ - **Options Considered**:
66
+ - (A) Rent includes all utilities
67
+ - (B) Tenant pays utilities via sub-metering; rent quoted exclusive of utilities
68
+ - (C) Fixed utility surcharge added to base rent
69
+ - **User's Choice**: **Option B** — Tenant pays utilities via sub-metering
70
+ - **Rationale**: Cleanest approach. Aligns with how most Concord listings quote rent. Avoids risk of absorbing variable NH winter heating costs ($150-300/month). Requires sub-meter installation during construction.
71
+ - **Impact on Analysis**: All comparable rents normalized to exclude utilities. Recommended rent range reflects base rent only. Utility cost estimates provided separately for tenant disclosure.
72
+
73
+ ### Decision 2: Comparable Selection Criteria
74
+ - **Options Considered**:
75
+ - (A) Strict: only ADUs and garage conversions in Concord
76
+ - (B) Broad: all 1BR rentals in Concord including standard apartments and duplexes
77
+ - **User's Choice**: **Option B** — Broad comparable set
78
+ - **Rationale**: True ADU comps in Concord are scarce (emerging market post-HB 577). Standard 1BR apartments and duplexes are what prospective tenants will compare against, so they set the effective price ceiling. Broad set gives a defensible range.
79
+ - **Impact on Analysis**: 7 comparables drawn from apartments, duplexes, and small rentals. Unit type noted as a field so the owner can weight accordingly.
80
+
81
+ ---
82
+
83
+ ## 5. Deliverable Specification
84
+
85
+ ### Workbook Structure: `02_rental_analysis.xlsx`
86
+
87
+ Four sheets: **Comparable Properties**, **Market Trends**, **Price Recommendation**, **Seasonal Analysis**
88
+
89
+ ---
90
+
91
+ ### Sheet 1: Comparable Properties
92
+
93
+ **Sheet name**: `Comparable Properties`
94
+
95
+ **Columns** (A through L):
96
+
97
+ | Col | Header | Width | Format |
98
+ |-----|--------|-------|--------|
99
+ | A | Comp # | 8 | Integer (1-7) |
100
+ | B | Property Description | 35 | Text |
101
+ | C | Address / Area | 25 | Text |
102
+ | D | Unit Type | 15 | Text (Apartment / Duplex / ADU / House) |
103
+ | E | Bedrooms | 10 | Integer |
104
+ | F | Approx Sq Ft | 12 | Integer |
105
+ | G | Asking Rent ($/mo) | 16 | Currency, no decimals |
106
+ | H | Utilities Included? | 18 | Text (Yes / No / Partial) |
107
+ | I | Adjusted Rent (excl. utilities) | 22 | Currency, no decimals |
108
+ | J | Key Amenities | 30 | Text |
109
+ | K | Condition / Age | 20 | Text |
110
+ | L | Source | 25 | Text |
111
+
112
+ **Row 1**: Headers (bold, frozen)
113
+ **Rows 2-8**: Comparable properties (7 total)
114
+ **Row 9**: [BLANK row]
115
+ **Row 10**: Summary statistics row
116
+
117
+ **Comparable Property Data** (all values [ESTIMATE]):
118
+
119
+ **Comp 1** (Row 2):
120
+ - B: "1BR apartment in downtown Concord, mid-rise building"
121
+ - C: "Main St area, Concord NH" [ESTIMATE]
122
+ - D: Apartment
123
+ - E: 1
124
+ - F: 650 [ESTIMATE]
125
+ - G: $1,350 [ESTIMATE]
126
+ - H: No
127
+ - I: $1,350 (formula: =IF(H2="Yes", G2-175, IF(H2="Partial", G2-75, G2)))
128
+ - J: "In-building laundry, off-street parking, updated kitchen"
129
+ - K: "Renovated 2022, building 1980s"
130
+ - L: "Apartments.com [ESTIMATE]"
131
+
132
+ **Comp 2** (Row 3):
133
+ - B: "1BR unit in converted Victorian duplex"
134
+ - C: "South Main St area, Concord NH" [ESTIMATE]
135
+ - D: Duplex
136
+ - E: 1
137
+ - F: 720 [ESTIMATE]
138
+ - G: $1,275 [ESTIMATE]
139
+ - H: No
140
+ - I: $1,275
141
+ - J: "Hardwood floors, shared yard, on-street parking"
142
+ - K: "Updated interior, building 1900s"
143
+ - L: "Zillow [ESTIMATE]"
144
+
145
+ **Comp 3** (Row 4):
146
+ - B: "1BR apartment in garden-style complex"
147
+ - C: "Loudon Rd area, Concord NH" [ESTIMATE]
148
+ - D: Apartment
149
+ - E: 1
150
+ - F: 600 [ESTIMATE]
151
+ - G: $1,150 [ESTIMATE]
152
+ - H: Partial (water/sewer included)
153
+ - I: $1,075 (formula adjusts -$75 for partial)
154
+ - J: "Laundry on-site, parking lot, basic finishes"
155
+ - K: "Original condition, built 1990s"
156
+ - L: "Craigslist [ESTIMATE]"
157
+
158
+ **Comp 4** (Row 5):
159
+ - B: "1BR second-floor apartment, small multi-family"
160
+ - C: "N State St area, Concord NH" [ESTIMATE]
161
+ - D: Apartment
162
+ - E: 1
163
+ - F: 580 [ESTIMATE]
164
+ - G: $1,200 [ESTIMATE]
165
+ - H: Yes (heat + hot water)
166
+ - I: $1,025 (formula adjusts -$175 for full utilities)
167
+ - J: "Coin laundry in basement, 1 parking space"
168
+ - K: "Dated but clean, built 1970s"
169
+ - L: "Apartments.com [ESTIMATE]"
170
+
171
+ **Comp 5** (Row 6):
172
+ - B: "1BR renovated apartment near hospital"
173
+ - C: "Pleasant St area, Concord NH" [ESTIMATE]
174
+ - D: Apartment
175
+ - E: 1
176
+ - F: 700 [ESTIMATE]
177
+ - G: $1,450 [ESTIMATE]
178
+ - H: No
179
+ - I: $1,450
180
+ - J: "In-unit washer/dryer, granite counters, modern bath"
181
+ - K: "Fully renovated 2024, building 1960s"
182
+ - L: "Zillow [ESTIMATE]"
183
+
184
+ **Comp 6** (Row 7):
185
+ - B: "1BR in-law apartment, single-family property"
186
+ - C: "South End, Concord NH" [ESTIMATE]
187
+ - D: ADU
188
+ - E: 1
189
+ - F: 550 [ESTIMATE]
190
+ - G: $1,100 [ESTIMATE]
191
+ - H: Yes (all utilities)
192
+ - I: $925 (formula adjusts -$175)
193
+ - J: "Private entrance, shared driveway, no laundry"
194
+ - K: "Basic renovation, older structure"
195
+ - L: "Craigslist [ESTIMATE]"
196
+
197
+ **Comp 7** (Row 8):
198
+ - B: "1BR cottage-style rental, detached unit"
199
+ - C: "Penacook (Concord) NH" [ESTIMATE]
200
+ - D: House
201
+ - E: 1
202
+ - F: 680 [ESTIMATE]
203
+ - G: $1,325 [ESTIMATE]
204
+ - H: No
205
+ - I: $1,325
206
+ - J: "Private yard, dedicated parking, pet-friendly"
207
+ - K: "Renovated 2023, structure 1950s"
208
+ - L: "Zillow [ESTIMATE]"
209
+
210
+ **Row 10 — Summary Statistics**:
211
+ - B: "SUMMARY"
212
+ - G: Formula `=AVERAGE(G2:G8)` (label in F10: "Avg Asking Rent")
213
+ - I: Formula `=AVERAGE(I2:I8)` (label in H10: "Avg Adjusted Rent")
214
+
215
+ **Row 11**:
216
+ - G: Formula `=MEDIAN(G2:G8)` (label in F11: "Median Asking Rent")
217
+ - I: Formula `=MEDIAN(I2:I8)` (label in H11: "Median Adjusted Rent")
218
+
219
+ **Row 12**:
220
+ - G: Formula `=MIN(G2:G8)` (label in F12: "Min Asking Rent")
221
+ - I: Formula `=MIN(I2:I8)` (label in H12: "Min Adjusted Rent")
222
+
223
+ **Row 13**:
224
+ - G: Formula `=MAX(G2:G8)` (label in F13: "Max Asking Rent")
225
+ - I: Formula `=MAX(I2:I8)` (label in H13: "Max Adjusted Rent")
226
+
227
+ **Utility Adjustment Formula** (column I, rows 2-8):
228
+ ```
229
+ =IF(H2="Yes", G2-175, IF(H2="Partial", G2-75, G2))
230
+ ```
231
+ - "Yes" deducts $175/month [ESTIMATE] for typical full utility value (heat, electric, water/sewer)
232
+ - "Partial" deducts $75/month [ESTIMATE] for water/sewer only
233
+ - "No" passes through asking rent unchanged
234
+
235
+ **Row 15**: Note text merged across A15:L15:
236
+ "All comparable data marked [ESTIMATE]. Verify against live listings on Zillow, Apartments.com, and Craigslist NH at time of ADU completion. Utility adjustment assumes $175/mo full utilities, $75/mo water/sewer only."
237
+
238
+ ---
239
+
240
+ ### Sheet 2: Market Trends
241
+
242
+ **Sheet name**: `Market Trends`
243
+
244
+ **Layout**: Narrative-style with data table. Not a columnar data sheet — use merged cells for readability.
245
+
246
+ **Row 1**: Title (bold, 14pt): "Concord NH Rental Market Overview"
247
+ **Row 2**: [BLANK]
248
+
249
+ **Row 3-4** (merged A3:H4): Subheading (bold): "Market Fundamentals"
250
+ **Row 5-11** (merged A5:H11, wrap text):
251
+ ```
252
+ Concord is New Hampshire's state capital with a population of approximately 44,000. The city has a diversified employment base anchored by state government, Concord Hospital (the region's largest employer), and a growing professional services sector. Rental demand is steady, driven by government workers, healthcare professionals, and young professionals. [ESTIMATE]
253
+
254
+ New Hampshire has among the tightest rental markets in the Northeast, with statewide vacancy rates estimated below 5%. Concord's vacancy rate is believed to track near 3-4%, reflecting limited new multifamily construction and steady population. [ESTIMATE] [VERIFY current Concord vacancy rate]
255
+ ```
256
+
257
+ **Row 12**: [BLANK]
258
+ **Row 13-14** (merged A13:H14): Subheading (bold): "Rent Trends"
259
+
260
+ **Rows 15-19**: Data table:
261
+
262
+ | Col A | Col B | Col C |
263
+ |-------|-------|-------|
264
+ | **Year** | **Estimated Avg 1BR Rent** | **YoY Change** |
265
+ | 2023 | $1,150 [ESTIMATE] | — |
266
+ | 2024 | $1,225 [ESTIMATE] | +6.5% [ESTIMATE] |
267
+ | 2025 | $1,300 [ESTIMATE] | +6.1% [ESTIMATE] |
268
+ | 2026 (projected) | $1,375 [ESTIMATE] | +5.8% [ESTIMATE] |
269
+
270
+ **Row 20**: [BLANK]
271
+ **Row 21-22** (merged): Subheading (bold): "Supply and Demand Factors"
272
+ **Row 23-28** (merged, wrap text):
273
+ ```
274
+ DEMAND DRIVERS:
275
+ - State government employment (stable, recession-resistant)
276
+ - Concord Hospital and affiliated healthcare sector
277
+ - Limited affordable housing alternatives — high home prices push would-be buyers into rental market
278
+ - ADU-friendly legislation (HB 577, effective July 2025) increasing awareness of ADU rentals
279
+
280
+ SUPPLY CONSTRAINTS:
281
+ - Minimal new multifamily construction in Concord in recent years
282
+ - Zoning historically limited density; ADU legislation is a recent opening
283
+ - Older housing stock dominates — renovated units command significant premiums
284
+ [ESTIMATE for all above]
285
+ ```
286
+
287
+ **Row 29**: [BLANK]
288
+ **Row 30** (merged): Note: "All trend data is estimated. Consult NH Housing Finance Authority reports and Census ACS data for verified figures. [VERIFY]"
289
+
290
+ ---
291
+
292
+ ### Sheet 3: Price Recommendation
293
+
294
+ **Sheet name**: `Price Recommendation`
295
+
296
+ **Row 1**: Title (bold, 14pt): "Recommended Rental Price — 24 Meadow St ADU"
297
+ **Row 2**: Subtitle: "1BR New Construction ADU | Rent Exclusive of Utilities | Tenant Pays via Sub-Meter"
298
+ **Row 3**: [BLANK]
299
+
300
+ **Rows 4-5**: Subheading (bold): "Comparable Market Summary (from Sheet 1)"
301
+
302
+ **Rows 6-9**: Reference data table:
303
+
304
+ | Col A | Col B |
305
+ |-------|-------|
306
+ | Median Adjusted Rent (comps) | Formula: `='Comparable Properties'!I11` |
307
+ | Mean Adjusted Rent (comps) | Formula: `='Comparable Properties'!I10` |
308
+ | Min Adjusted Rent | Formula: `='Comparable Properties'!I12` |
309
+ | Max Adjusted Rent | Formula: `='Comparable Properties'!I13` |
310
+
311
+ **Row 10**: [BLANK]
312
+ **Row 11**: Subheading (bold): "ADU Adjustment Factors"
313
+
314
+ **Rows 12-17**: Adjustment table:
315
+
316
+ | Col A (Factor) | Col B (Adjustment) | Col C (Rationale) |
317
+ |---|---|---|
318
+ | New construction premium | +10% [ESTIMATE] | Modern finishes, code-compliant systems, energy efficiency vs. older Concord stock |
319
+ | Private entrance premium | +3% [ESTIMATE] | Perceived independence, no shared hallways — valued by tenants |
320
+ | Above-garage discount | -5% [ESTIMATE] | Some tenants perceive as less desirable than ground-level or traditional apartment |
321
+ | Residential neighborhood | +2% [ESTIMATE] | Quiet setting, street parking, proximity to Concord amenities |
322
+ | Owner on-site (neutral/slight negative) | -2% [ESTIMATE] | Some tenants prefer full independence; offset by faster maintenance response |
323
+ | **Net Adjustment** | **+8%** | Formula: `=SUM(B12:B16)` |
324
+
325
+ **Row 18**: [BLANK]
326
+ **Row 19**: Subheading (bold): "Recommended Price Range"
327
+
328
+ **Rows 20-24**: Price recommendation table:
329
+
330
+ | Col A | Col B (Monthly Rent) | Col C (Calculation) | Col D (Strategy) |
331
+ |---|---|---|---|
332
+ | **Lower Bound** | $1,250 [ESTIMATE] | Median adjusted rent, minimal premium. Conservative. | Fast-fill: minimize vacancy, attract large applicant pool. Best if listing in off-season (Nov-Feb). |
333
+ | **Target** | $1,400 [ESTIMATE] | Median adjusted rent + 8% net adjustment, rounded. | Market-rate: reflects new construction quality and ADU advantages. Recommended starting point. |
334
+ | **Upper Bound** | $1,550 [ESTIMATE] | Target + premium for exceptional amenities (in-unit W/D, high-end finishes). | Premium positioning: only if ADU includes in-unit laundry, high-end finishes, and dedicated outdoor space. Expect longer time-to-fill. |
335
+
336
+ **Formulas for Column B**:
337
+ - B20 (Lower): `=ROUND('Comparable Properties'!I11 * 1.0, -1)` — rounds median to nearest $10, no premium
338
+ - B21 (Target): `=ROUND('Comparable Properties'!I11 * (1 + 'Price Recommendation'!B17), -1)` — median * (1 + net adjustment)
339
+ - B22 (Upper): `=ROUND('Comparable Properties'!I11 * (1 + 'Price Recommendation'!B17) * 1.10, -1)` — target + 10% amenity premium
340
+
341
+ Note: The formulas will produce values close to the [ESTIMATE] figures above. The hardcoded [ESTIMATE] values are provided as fallback if formula references need manual adjustment.
342
+
343
+ **Row 25**: [BLANK]
344
+ **Row 26**: Subheading (bold): "Differentiators Summary"
345
+
346
+ **Rows 27-35** (merged A27:D35, wrap text):
347
+ ```
348
+ KEY DIFFERENTIATORS FOR 24 MEADOW ST ADU:
349
+
350
+ STRENGTHS (support Target-to-Upper pricing):
351
+ - New construction with modern finishes — rare in Concord's older housing stock
352
+ - Private entrance — independence valued by tenants, especially in ADU setting
353
+ - Owner on-site — responsive maintenance, perceived safety
354
+ - Dedicated parking — important in NH where car ownership is near-universal
355
+ - Residential neighborhood — quiet, established area near downtown Concord
356
+
357
+ WEAKNESSES (push toward Lower-to-Target pricing):
358
+ - Above-garage unit — less desirable than ground-floor or traditional apartment for some tenants
359
+ - Shared driveway — minor friction point with owner occupant
360
+ - Unknown square footage — if below 550 sq ft, pricing should trend toward lower bound [VERIFY]
361
+ - Unknown laundry situation — in-unit W/D supports upper bound; no laundry supports lower bound [VERIFY]
362
+
363
+ RECOMMENDATION: Price at Target ($1,400/month) and adjust after 2-3 weeks based on inquiry volume. If fewer than 5 inquiries in first two weeks, reduce to $1,300. If more than 15 inquiries, ADU may be underpriced — consider $1,450-$1,500.
364
+ ```
365
+
366
+ **Row 36**: [BLANK]
367
+ **Row 37**: Subheading (bold): "Estimated Tenant Utility Costs (for disclosure)"
368
+
369
+ **Rows 38-43**: Utility estimate table:
370
+
371
+ | Col A (Utility) | Col B (Est. Monthly — Summer) | Col C (Est. Monthly — Winter) | Col D (Est. Annual Avg) |
372
+ |---|---|---|---|
373
+ | Electric | $75 [ESTIMATE] | $100 [ESTIMATE] | $85 [ESTIMATE] |
374
+ | Heat (if electric/heat pump) | $30 [ESTIMATE] | $200 [ESTIMATE] | $100 [ESTIMATE] |
375
+ | Heat (if gas/propane) | $25 [ESTIMATE] | $175 [ESTIMATE] | $85 [ESTIMATE] |
376
+ | Water/Sewer (if sub-metered) | $40 [ESTIMATE] | $40 [ESTIMATE] | $40 [ESTIMATE] |
377
+ | **Total (electric heat scenario)** | **$145** | **$340** | **$225** |
378
+
379
+ **Row 44**: Note (merged): "Utility estimates are rough. Actual costs depend on insulation quality, heating system type, and tenant behavior. Disclose estimates to prospective tenants for transparency. [ESTIMATE] [VERIFY heating system type]"
380
+
381
+ ---
382
+
383
+ ### Sheet 4: Seasonal Analysis
384
+
385
+ **Sheet name**: `Seasonal Analysis`
386
+
387
+ **Row 1**: Title (bold, 14pt): "Seasonal Rental Considerations — Concord NH"
388
+ **Row 2**: [BLANK]
389
+
390
+ **Rows 3-4**: Subheading (bold): "Monthly Demand Pattern"
391
+
392
+ **Rows 5-17**: Seasonal data table:
393
+
394
+ | Col A (Month) | Col B (Relative Demand) | Col C (Avg Days to Fill) | Col D (Notes) |
395
+ |---|---|---|---|
396
+ | January | Low | 35-45 [ESTIMATE] | Post-holiday lull, harsh weather deters moving |
397
+ | February | Low | 35-45 [ESTIMATE] | Continued winter slowdown |
398
+ | March | Moderate | 25-35 [ESTIMATE] | Early spring uptick, lease-break season begins |
399
+ | April | Moderate-High | 20-30 [ESTIMATE] | Spring moving season begins |
400
+ | May | High | 15-25 [ESTIMATE] | Peak season starting, college/grad transitions |
401
+ | June | Highest | 10-20 [ESTIMATE] | Peak demand — summer moves, job relocations |
402
+ | July | Highest | 10-20 [ESTIMATE] | Peak continues — most lease turnovers |
403
+ | August | High | 15-25 [ESTIMATE] | Late-summer demand, back-to-school |
404
+ | September | Moderate-High | 20-30 [ESTIMATE] | Demand easing but still solid |
405
+ | October | Moderate | 25-35 [ESTIMATE] | Fall slowdown begins |
406
+ | November | Low-Moderate | 30-40 [ESTIMATE] | Pre-holiday drop |
407
+ | December | Low | 35-50 [ESTIMATE] | Holiday season, minimal activity |
408
+
409
+ **Row 18**: [BLANK]
410
+ **Row 19**: Subheading (bold): "Listing Strategy Recommendations"
411
+
412
+ **Rows 20-30** (merged A20:D30, wrap text):
413
+ ```
414
+ OPTIMAL LISTING WINDOW: May through August
415
+ - Highest demand, fastest fill times, strongest pricing power
416
+ - List at Target or Upper pricing tier
417
+ - Begin marketing 4-6 weeks before unit is move-in ready
418
+
419
+ SHOULDER SEASON LISTING: March-April, September-October
420
+ - Moderate demand, reasonable fill times
421
+ - List at Target pricing, be prepared to negotiate $25-50/month
422
+ - Highlight winter-readiness features (insulation, efficient heating)
423
+
424
+ OFF-SEASON LISTING: November through February
425
+ - Lowest demand, expect 30-50 days to fill
426
+ - Consider pricing at Lower bound to attract tenants quickly
427
+ - Alternatively, offer a move-in incentive (e.g., first month $100 off) rather than reducing base rent
428
+ - Tenants signing in winter often stay longer (less likely to be transient/seasonal)
429
+
430
+ LEASE TERM STRATEGY:
431
+ - 12-month lease recommended regardless of listing season
432
+ - If listing off-season (e.g., January), a 12-month lease expires in January — consider offering a 14-16 month initial term to push renewal into spring/summer when re-listing (if needed) is easier
433
+ - Month-to-month after initial term at $50-100/month premium to incentivize renewal
434
+
435
+ All seasonal data is estimated based on general NH/New England rental patterns. [ESTIMATE]
436
+ ```
437
+
438
+ ---
439
+
440
+ ## 6. Acceptance Mapping
441
+
442
+ | # | Acceptance Criterion | Where Addressed |
443
+ |---|---|---|
444
+ | 1 | At least 5 comparable properties identified with sources | Sheet 1 (Comparable Properties): 7 comparables, each with source in Column L. All flagged [ESTIMATE] with note to verify against live listings. |
445
+ | 2 | Price range recommendation with upper/lower bounds justified | Sheet 3 (Price Recommendation): Lower ($1,250), Target ($1,400), Upper ($1,550) with calculation methodology, adjustment factors, and strategic rationale for each tier. |
446
+ | 3 | Key differentiators for the ADU identified | Sheet 3 (Price Recommendation), Rows 27-35: 5 strengths and 4 weaknesses listed with pricing impact. Also reflected in adjustment factor table (Rows 12-17). |
447
+ | 4 | Seasonal considerations noted | Sheet 4 (Seasonal Analysis): 12-month demand pattern with days-to-fill estimates, plus listing strategy recommendations for peak, shoulder, and off-season windows. |
448
+
449
+ ---
450
+
451
+ ## 7. Integration Points
452
+
453
+ ### Task 3: Listing Copy
454
+ - Needs the **Target rent figure** ($1,400/month [ESTIMATE]) for listing price
455
+ - Needs the **"utilities not included"** framing for listing language
456
+ - Needs the **key differentiators** (strengths list from Sheet 3) to highlight in marketing copy
457
+ - Needs **estimated tenant utility costs** (Sheet 3, Rows 38-43) if listing includes utility disclosure
458
+ - Consumer: Task 3 should reference `deliverables/02_rental_analysis.xlsx`, Sheet 3 for pricing and differentiators
459
+
460
+ ### Task 5: Expense Tracker / Financial Projections
461
+ - Needs the **recommended monthly rent** (Target: $1,400 [ESTIMATE]) as the income line item
462
+ - Needs the **price range** (Lower/Upper bounds) for sensitivity analysis / scenarios
463
+ - Needs **seasonal vacancy assumptions** (Sheet 4) to model annual effective gross income
464
+ - May reference utility cost estimates if modeling owner-paid utility scenarios
465
+ - Consumer: Task 5 should reference `deliverables/02_rental_analysis.xlsx`, Sheet 3 for rent figures and Sheet 4 for vacancy modeling
466
+
467
+ ---
468
+
469
+ ## 8. Open Items
470
+
471
+ ### [VERIFY] Items (require user input or external data)
472
+ 1. **Current Concord vacancy rate** — used in Market Trends sheet; statewide <5% assumed, Concord-specific rate unknown
473
+ 2. **ADU square footage** — impacts positioning within price range; if <550 sq ft, trend toward lower bound
474
+ 3. **Laundry plans** — in-unit washer/dryer supports upper bound pricing; no laundry pushes toward lower bound
475
+ 4. **Heating system type** — affects tenant utility cost estimates (electric heat pump vs. gas/propane)
476
+ 5. **Lead paint abatement scope** — whether full abatement occurs during construction (affects disclosure requirements)
477
+ 6. **Live comparable listings at time of completion** — all 7 comparables are [ESTIMATE] and must be verified against Zillow, Apartments.com, Craigslist NH before setting actual rent price
478
+
479
+ ### [ESTIMATE] Items (market data without live access)
480
+ 1. All 7 comparable property rents, square footages, and descriptions (Sheet 1)
481
+ 2. Utility adjustment values ($175/full, $75/partial) (Sheet 1)
482
+ 3. Year-over-year rent trend data 2023-2026 (Sheet 2)
483
+ 4. All adjustment factor percentages (Sheet 3)
484
+ 5. Price range values: $1,250 / $1,400 / $1,550 (Sheet 3)
485
+ 6. Tenant utility cost estimates (Sheet 3)
486
+ 7. Monthly demand levels and days-to-fill estimates (Sheet 4)
487
+
488
+ ---
489
+
490
+ ## 9. Producer Handoff
491
+
492
+ - **Output format**: `.xlsx` (Excel workbook)
493
+ - **Producer**: spreadsheet-builder
494
+ - **Filename**: `deliverables/02_rental_analysis.xlsx`
495
+
496
+ ### Assembly Instructions
497
+
498
+ **Sheet-by-sheet build order:**
499
+
500
+ 1. **Create Sheet 1: `Comparable Properties`**
501
+ - Set up 12 columns (A-L) with headers per specification
502
+ - Freeze Row 1
503
+ - Enter 7 comparable properties in Rows 2-8 with all field values as specified
504
+ - Column I formulas: `=IF(H2="Yes", G2-175, IF(H2="Partial", G2-75, G2))` — copy down for Rows 2-8
505
+ - Row 10-13: Summary statistics using AVERAGE, MEDIAN, MIN, MAX formulas on columns G and I
506
+ - Row 15: Merged note text across A-L
507
+ - Format: Currency (no decimals) for columns G and I; bold headers; column widths per spec
508
+
509
+ 2. **Create Sheet 2: `Market Trends`**
510
+ - Narrative layout with merged cells as specified
511
+ - Row 1: Title
512
+ - Rows 5-11: Market fundamentals narrative (merged, wrapped)
513
+ - Rows 15-19: Rent trend data table (3 columns)
514
+ - Rows 23-28: Supply/demand narrative (merged, wrapped)
515
+ - Row 30: Note
516
+ - Format: 14pt bold title; standard body text; light borders on data table
517
+
518
+ 3. **Create Sheet 3: `Price Recommendation`**
519
+ - Row 1-2: Title and subtitle
520
+ - Rows 6-9: Reference data pulling from Sheet 1 formulas
521
+ - Rows 12-17: Adjustment factor table with percentages and rationale; Row 17 SUM formula for net adjustment
522
+ - Rows 20-22: Price recommendation table with formulas referencing Sheet 1 median and adjustment factor
523
+ - Rows 27-35: Differentiators narrative (merged, wrapped)
524
+ - Rows 38-43: Utility cost estimate table
525
+ - Row 44: Note
526
+ - Format: Currency for price cells; percentage for adjustment cells; merged narrative blocks wrapped
527
+
528
+ 4. **Create Sheet 4: `Seasonal Analysis`**
529
+ - Row 1: Title
530
+ - Rows 5-17: 12-month seasonal data table (4 columns)
531
+ - Rows 20-30: Listing strategy narrative (merged, wrapped)
532
+ - Format: Bold headers; color-code demand levels (green=High/Highest, yellow=Moderate, red=Low) if styling is supported
533
+
534
+ **Global formatting:**
535
+ - Font: Calibri 11pt (body), 14pt bold (titles), 11pt bold (subheadings)
536
+ - Column auto-width based on specified widths
537
+ - Print area set to data range on each sheet
538
+ - Tab colors if supported: Blue (Sheet 1), Green (Sheet 2), Orange (Sheet 3), Purple (Sheet 4)