@esoteric-logic/praxis-harness 2.14.0 → 2.15.0

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 (39) hide show
  1. package/base/skills/px-prompt/SKILL.md +373 -0
  2. package/bin/praxis.js +7 -0
  3. package/bin/prompt-blocks.js +145 -0
  4. package/bin/prompt-compile.js +313 -0
  5. package/lib/assemblers.js +249 -0
  6. package/lib/loader.js +148 -0
  7. package/package.json +10 -3
  8. package/prompts/blocks/behaviors/flag-confidence.md +13 -0
  9. package/prompts/blocks/behaviors/handle-uncertainty.md +13 -0
  10. package/prompts/blocks/behaviors/no-flattery.md +15 -0
  11. package/prompts/blocks/behaviors/recommend-with-reasons.md +13 -0
  12. package/prompts/blocks/behaviors/verify-before-reporting.md +13 -0
  13. package/prompts/blocks/context/mcp-servers.md +12 -0
  14. package/prompts/blocks/context/official-docs-first.md +16 -0
  15. package/prompts/blocks/context/praxis-workflow.md +20 -0
  16. package/prompts/blocks/context/vault-integration.md +13 -0
  17. package/prompts/blocks/domains/cloud-infrastructure.md +13 -0
  18. package/prompts/blocks/domains/govcon.md +13 -0
  19. package/prompts/blocks/domains/web-development.md +13 -0
  20. package/prompts/blocks/formats/concise-responses.md +13 -0
  21. package/prompts/blocks/formats/what-so-what-now-what.md +16 -0
  22. package/prompts/blocks/identity/research-partner.md +10 -0
  23. package/prompts/blocks/identity/senior-engineer.md +15 -0
  24. package/prompts/blocks/identity/solutions-architect.md +13 -0
  25. package/prompts/profiles/_base.yaml +15 -0
  26. package/prompts/profiles/federal-cloud.yaml +18 -0
  27. package/prompts/profiles/praxis.yaml +13 -0
  28. package/prompts/projects/_template/prompt-config.yaml +34 -0
  29. package/prompts/projects/maximus/prompt-config.yaml +13 -0
  30. package/prompts/projects/maximus/references/maturity-questions.md +634 -0
  31. package/prompts/projects/maximus/references/phase-maturity-matrix.md +188 -0
  32. package/prompts/projects/maximus/references/proposal-writing-standards.md +367 -0
  33. package/prompts/projects/maximus/space-instructions.md +67 -0
  34. package/prompts/projects/maximus/system-prompt.md +641 -0
  35. package/prompts/projects/praxis/CLAUDE.md +84 -0
  36. package/prompts/projects/praxis/project-instructions.md +24 -0
  37. package/prompts/projects/praxis/prompt-config.yaml +40 -0
  38. package/prompts/projects/praxis/space-instructions.md +28 -0
  39. package/scripts/lint-harness.sh +42 -0
@@ -0,0 +1,634 @@
1
+ # Solution Maturity Assessment Questions
2
+ ## Maximus Federal Deal Solution Architect v9.1
3
+
4
+ ---
5
+
6
+ ## I. Customer, Mission & Value
7
+
8
+ ### Customer Mission and Vision
9
+ - [ ] What is the agency's stated mission and how does this procurement support it?
10
+ - [ ] What strategic plan objectives does this contract advance?
11
+ - [ ] How does the customer define success for this program in their own words?
12
+ - [ ] What congressional mandates or legislative drivers affect this mission area?
13
+
14
+ ### Mission Dependencies
15
+ - [ ] What other programs or systems depend on the outcomes of this contract?
16
+ - [ ] What upstream systems feed data or decisions into this program's scope?
17
+ - [ ] What downstream consumers rely on this program's outputs?
18
+ - [ ] Are there inter-agency dependencies that affect timeline or scope?
19
+
20
+ ### Operational Pain Points
21
+ - [ ] What specific operational bottlenecks has the customer documented publicly?
22
+ - [ ] What GAO or OIG findings relate to this mission area?
23
+ - [ ] What FOIA-released performance data reveals about current operations?
24
+ - [ ] What customer-stated pain points have been confirmed through direct engagement?
25
+ - [ ] What workarounds are end users currently employing?
26
+
27
+ ### Technology Pain Points
28
+ - [ ] What legacy systems are approaching end-of-life or end-of-support?
29
+ - [ ] What technology modernization mandates (e.g., Cloud Smart, EO 14028) apply?
30
+ - [ ] What integration challenges exist with current technology infrastructure?
31
+ - [ ] What cybersecurity gaps have been identified in current systems?
32
+ - [ ] Are there known data quality or data management issues?
33
+
34
+ ### Organizational Pain Points
35
+ - [ ] What staffing shortages or skill gaps affect current operations?
36
+ - [ ] What organizational restructuring is planned or underway?
37
+ - [ ] What contractor transition history exists (incumbent performance, re-competes)?
38
+ - [ ] Are there known morale or retention challenges in the affected workforce?
39
+
40
+ ### Pain Point Prioritization
41
+ - [ ] Which pain points does the customer prioritize based on evaluation factor weighting?
42
+ - [ ] Which pain points have budget allocated for resolution?
43
+ - [ ] Which pain points have executive sponsorship for change?
44
+ - [ ] What is the cost of inaction for each identified pain point?
45
+ - [ ] Which pain points intersect multiple stakeholder groups?
46
+
47
+ ### Mission Performance Outcomes
48
+ - [ ] What are the customer's stated performance KPIs for this contract?
49
+ - [ ] How are these KPIs measured today, and what are current baseline values?
50
+ - [ ] What KPI targets has the customer set or implied in the solicitation?
51
+ - [ ] How do these KPIs connect to the agency's strategic plan metrics?
52
+
53
+ ### Time and Schedule Outcomes
54
+ - [ ] What is the customer's desired initial operating capability (IOC) date?
55
+ - [ ] What is the full operating capability (FOC) timeline?
56
+ - [ ] Are there regulatory or legislative deadlines driving the schedule?
57
+ - [ ] What are the consequences of missing key schedule milestones?
58
+ - [ ] Does the customer have a phased delivery preference?
59
+
60
+ ### Cost Optimization Outcomes
61
+ - [ ] What is the customer's budget ceiling for this effort?
62
+ - [ ] What cost savings or avoidances does the customer expect?
63
+ - [ ] What is the IGCE range, and how was it developed?
64
+ - [ ] What cost efficiency metrics will the customer track?
65
+
66
+ ### Outcome Validation
67
+ - [ ] How will the customer validate that outcomes have been achieved?
68
+ - [ ] What acceptance criteria exist for key deliverables?
69
+ - [ ] What QA/QC processes does the customer employ for contractor performance?
70
+ - [ ] What CPARS evaluation criteria will be applied?
71
+
72
+ ### Acquisition Strategy
73
+ - [ ] What contract type is planned (FFP, T&M, CPFF, CPAF, hybrid)?
74
+ - [ ] What acquisition vehicle is being used (full and open, GWAC, BPA, IDIQ)?
75
+ - [ ] What is the evaluation methodology (LPTA, best value trade-off, HTRFRP)?
76
+ - [ ] What is the anticipated solicitation timeline?
77
+ - [ ] Is this a new requirement, re-compete, or follow-on?
78
+
79
+ ### Solution Hypothesis
80
+ - [ ] What is our one-sentence hypothesis for how we solve the customer's primary problem?
81
+ - [ ] How does this hypothesis differentiate from the likely incumbent approach?
82
+ - [ ] What evidence supports this hypothesis from our past performance?
83
+
84
+ ### Pre-RFP Positioning
85
+ - [ ] What customer engagement activities have been completed?
86
+ - [ ] What white papers or RFI responses have been submitted?
87
+ - [ ] What industry day or pre-solicitation conference insights were gathered?
88
+ - [ ] Have we influenced requirements through engagement?
89
+ - [ ] What is our relationship strength with key stakeholders?
90
+
91
+ ---
92
+
93
+ ## II. Overall Architecture
94
+
95
+ ### System Context and Boundaries
96
+ - [ ] What is the system boundary — what is in scope vs. out of scope?
97
+ - [ ] What external systems interface with the proposed solution?
98
+ - [ ] What data flows cross the system boundary?
99
+ - [ ] What are the security boundaries and trust zones?
100
+ - [ ] Who are the primary system actors (users, systems, services)?
101
+
102
+ ### Architecture Completeness
103
+ - [ ] Is the OV-1 (high-level operational view) complete and understandable to a non-technical reader?
104
+ - [ ] Are all logical architecture components identified with defined responsibilities?
105
+ - [ ] Is the physical architecture mapped to deployment environments?
106
+ - [ ] Are all data stores, flows, and transformations documented?
107
+ - [ ] Is the application architecture showing major services and their interactions?
108
+
109
+ ### Integration and Interoperability
110
+ - [ ] What APIs or integration protocols are required for each external system?
111
+ - [ ] What data format transformations are needed at integration points?
112
+ - [ ] How is integration testing planned for each interface?
113
+ - [ ] What fallback mechanisms exist when integrations fail?
114
+ - [ ] Are there performance requirements for integration latency or throughput?
115
+
116
+ ### Architecture Maturity
117
+ - [ ] What is the TRL for each major solution component?
118
+ - [ ] Are there any components below TRL 7 that require maturation plans?
119
+ - [ ] What architecture trade-offs have been evaluated and documented?
120
+ - [ ] How does the architecture support future scalability and evolution?
121
+ - [ ] Can the architecture be explained at executive, technical, and operational levels?
122
+ - [ ] Does the architecture trace to every technical requirement in the RFP?
123
+ - [ ] What architectural decisions require customer approval or GFE/GFI?
124
+
125
+ ---
126
+
127
+ ## III. Processes & Approach
128
+
129
+ ### Systems Engineering
130
+ - [ ] What systems engineering methodology governs the overall lifecycle?
131
+ - [ ] How are system requirements derived from mission requirements?
132
+ - [ ] What is the configuration management approach?
133
+ - [ ] How are engineering change proposals handled?
134
+ - [ ] What technical review gates are planned (SRR, SDR, PDR, CDR)?
135
+ - [ ] How is technical debt tracked and managed?
136
+ - [ ] What modeling and simulation tools support systems engineering decisions?
137
+
138
+ ### Requirements Management
139
+ - [ ] How are requirements captured, baselined, and traced?
140
+ - [ ] What requirements management tool is used?
141
+ - [ ] How are requirement changes handled after baseline?
142
+ - [ ] Is there a bidirectional traceability matrix (requirements → design → test)?
143
+ - [ ] How are derived requirements identified and managed?
144
+ - [ ] Who approves requirement changes?
145
+ - [ ] How frequently is the requirements baseline reviewed?
146
+
147
+ ### Development Approach
148
+ - [ ] What development methodology is used (Agile, SAFe, Waterfall, hybrid)?
149
+ - [ ] What is the tailoring rationale for the chosen methodology?
150
+ - [ ] What are the sprint/iteration cadence and ceremony schedule?
151
+ - [ ] How is technical backlog prioritized?
152
+ - [ ] What is the definition of done for user stories/features?
153
+ - [ ] How are code reviews conducted?
154
+ - [ ] What branching and merge strategy is used?
155
+ - [ ] What CI/CD pipeline is in place or planned?
156
+ - [ ] How are development environments managed?
157
+ - [ ] What static analysis and code quality tools are used?
158
+
159
+ ### Transition Planning
160
+ - [ ] What is the approach for knowledge transfer from the incumbent?
161
+ - [ ] How is institutional knowledge captured during transition?
162
+ - [ ] What is the parallel operations plan during cutover?
163
+ - [ ] How are users transitioned to the new system?
164
+ - [ ] What rollback plan exists if transition encounters critical issues?
165
+ - [ ] How is transition success measured?
166
+
167
+ ### Quality Assurance and Testing
168
+ - [ ] What QA methodology is followed?
169
+ - [ ] What testing levels are planned (unit, integration, system, UAT, regression)?
170
+ - [ ] What is the test environment strategy?
171
+ - [ ] How is test data managed (especially with PII/PHI)?
172
+ - [ ] What automated testing frameworks are used?
173
+ - [ ] What is the defect management process?
174
+ - [ ] How are test results reported to the customer?
175
+ - [ ] What performance and load testing approach is planned?
176
+ - [ ] How is accessibility testing conducted (Section 508)?
177
+ - [ ] What security testing is performed (SAST, DAST, penetration)?
178
+
179
+ ### Approach Hierarchy — Probing Questions
180
+
181
+ #### Approach Level
182
+ - [ ] Can you state the overall approach in one sentence?
183
+ - [ ] How does the approach differ from what the incumbent is doing today?
184
+ - [ ] How does the approach align with the customer's organizational culture?
185
+ - [ ] What evidence from past performance validates this approach?
186
+ - [ ] Why is this approach better than the top 2 alternatives considered?
187
+
188
+ #### Framework Level
189
+ - [ ] What named framework(s) organize the approach (e.g., SAFe, ITIL, PMBOK)?
190
+ - [ ] Why was this framework selected over alternatives?
191
+ - [ ] How has the framework been tailored for this specific engagement?
192
+ - [ ] What framework certifications does the team hold?
193
+ - [ ] How does the framework integrate with the customer's existing processes?
194
+
195
+ #### Methodology Level
196
+ - [ ] What specific methodology implements the framework (e.g., Scrum, Kanban, DevSecOps)?
197
+ - [ ] What is the tailoring rationale for this specific customer context?
198
+ - [ ] What ceremonies and artifacts does the methodology produce?
199
+ - [ ] How does the methodology handle exceptions and escalations?
200
+ - [ ] What metrics demonstrate methodology effectiveness from past programs?
201
+
202
+ #### Process Level
203
+ - [ ] Are all key processes documented with inputs, outputs, roles, and tools?
204
+ - [ ] How do processes trace up to the methodology and approach?
205
+ - [ ] What process KPIs are tracked?
206
+ - [ ] How are process improvements identified and implemented?
207
+ - [ ] What process automation is in place or planned?
208
+ - [ ] How are processes audited for compliance?
209
+ - [ ] What happens when a process produces an unacceptable output?
210
+ - [ ] How are process handoffs between teams managed?
211
+ - [ ] What process training is provided to new team members?
212
+ - [ ] Are process exceptions documented with approval authorities?
213
+ - [ ] How does process maturity map to CMMI or equivalent levels?
214
+ - [ ] What continuous improvement mechanism feeds process updates?
215
+ - [ ] How are cross-functional processes (spanning multiple teams) governed?
216
+ - [ ] What evidence demonstrates that these processes have worked on comparable programs?
217
+ - [ ] Are process dependencies on customer actions or GFE/GFI documented?
218
+ - [ ] How quickly can processes scale if workload increases 2x?
219
+ - [ ] What process documentation will be delivered as contract artifacts?
220
+ - [ ] How are process risks identified and mitigated?
221
+ - [ ] What process metrics are reported to the customer and at what cadence?
222
+ - [ ] How do processes adapt when requirements change mid-execution?
223
+
224
+ ---
225
+
226
+ ## IV. Artifacts & Deliverables
227
+
228
+ ### Solution Design Artifacts
229
+ - [ ] Is the OV-1 diagram complete and readable at arm's length?
230
+ - [ ] Are all architecture views (logical, physical, data, application) drafted?
231
+ - [ ] Is the interface control document (ICD) started for each external interface?
232
+ - [ ] Are data flow diagrams complete?
233
+ - [ ] Is the security architecture documented?
234
+
235
+ ### Technical Documentation
236
+ - [ ] Is the System Design Document (SDD) outline complete?
237
+ - [ ] Is the database design documented?
238
+ - [ ] Are API specifications documented (OpenAPI/Swagger)?
239
+ - [ ] Is the deployment architecture documented?
240
+ - [ ] Are operational runbooks drafted?
241
+
242
+ ### Requirements and Compliance
243
+ - [ ] Is the Requirements Traceability Matrix (RTM) started?
244
+ - [ ] Is the compliance matrix complete against all solicitation sections?
245
+ - [ ] Are test plans drafted for each testing level?
246
+ - [ ] Is the Section 508 compliance approach documented?
247
+ - [ ] Are all CDRL templates prepared?
248
+
249
+ ### Management and Planning
250
+ - [ ] Is the Program Management Plan (PMP) outline complete?
251
+ - [ ] Is the Risk Management Plan drafted?
252
+ - [ ] Is the Configuration Management Plan drafted?
253
+ - [ ] Is the Quality Assurance Surveillance Plan (QASP) response drafted?
254
+ - [ ] Is the staffing plan with names and resumes prepared?
255
+ - [ ] Is the Work Breakdown Structure (WBS) complete?
256
+
257
+ ### Proof Points
258
+ - [ ] Are 2+ relevant past performance references identified with CPARS ratings?
259
+ - [ ] Are case studies drafted in STAR format?
260
+ - [ ] Are sample deliverable excerpts prepared for color team review?
261
+ - [ ] Are partner/subcontractor past performance references collected?
262
+ - [ ] Are certifications and accreditations current and documented?
263
+
264
+ ---
265
+
266
+ ## V. Program Planning & Transition
267
+
268
+ ### Pre-Start / Hot-Start Readiness
269
+ - [ ] What assets, tools, and processes can be deployed on Day 1?
270
+ - [ ] What pre-award investments have been made?
271
+ - [ ] Are key personnel identified, available, and committed?
272
+ - [ ] Is a hot-start facility available or identified?
273
+ - [ ] What onboarding can be completed before contract start?
274
+
275
+ ### Governance
276
+ - [ ] Is the governance charter drafted with roles, responsibilities, and authorities?
277
+ - [ ] What is the escalation path and decision-making authority?
278
+ - [ ] What reporting cadence is planned (daily, weekly, monthly)?
279
+ - [ ] How does governance integrate with the customer's existing oversight structure?
280
+ - [ ] What executive review cadence is planned?
281
+
282
+ ### Kickoff Planning
283
+ - [ ] What is the Day 1 morning agenda?
284
+ - [ ] What are the first 5 actions after contract award notification?
285
+ - [ ] How is the kickoff meeting structured?
286
+ - [ ] What information is needed from the customer before kickoff?
287
+ - [ ] What government-furnished equipment/information (GFE/GFI) is required and by when?
288
+
289
+ ### Requirements Planning
290
+ - [ ] How are existing requirements validated during transition?
291
+ - [ ] How are new requirements captured during the transition period?
292
+ - [ ] What is the approach for requirements gap analysis?
293
+ - [ ] When is the initial requirements baseline established?
294
+
295
+ ### As-Is to To-Be Analysis
296
+ - [ ] How is the current state documented?
297
+ - [ ] How is the target state defined and validated with the customer?
298
+ - [ ] What is the gap analysis approach?
299
+ - [ ] How are migration priorities determined?
300
+ - [ ] What is the phased migration roadmap?
301
+
302
+ ### Vendor/Incumbent Transition
303
+ - [ ] What knowledge transfer activities are planned?
304
+ - [ ] What is the parallel operations timeline?
305
+ - [ ] How are incumbent staff retention/hiring decisions handled?
306
+ - [ ] What data migration approach is planned?
307
+ - [ ] What are the criteria for transition complete/cutover readiness?
308
+ - [ ] What is the rollback plan if transition encounters critical failures?
309
+
310
+ ### Delivery Planning
311
+ - [ ] What is the 30/60/90-day plan with specific milestones?
312
+ - [ ] What are the acceptance criteria for each milestone?
313
+ - [ ] How does the delivery plan align with the customer's budget cycle?
314
+ - [ ] What dependencies could delay delivery?
315
+ - [ ] What is the release management approach?
316
+
317
+ ### Operations & Maintenance Planning
318
+ - [ ] What is the steady-state O&M model?
319
+ - [ ] How are incidents categorized and escalated?
320
+ - [ ] What SLAs/SLOs govern O&M performance?
321
+ - [ ] How is preventive maintenance scheduled?
322
+ - [ ] What is the capacity planning approach?
323
+ - [ ] How are system updates and patches managed?
324
+
325
+ ---
326
+
327
+ ## VI. Assumptions
328
+
329
+ ### Requirements Assumptions
330
+ - [ ] What requirements are assumed but not explicitly stated in the solicitation?
331
+ - [ ] What interpretation of ambiguous requirements has the team adopted?
332
+ - [ ] What scope boundaries are assumed?
333
+ - [ ] What customer responsibilities are assumed?
334
+ - [ ] What regulatory requirements are assumed to apply or not apply?
335
+
336
+ ### Technical Assumptions
337
+ - [ ] What infrastructure availability is assumed (cloud, on-prem, hybrid)?
338
+ - [ ] What existing system capabilities are assumed to be in place?
339
+ - [ ] What data quality levels are assumed for input data?
340
+ - [ ] What network bandwidth and latency are assumed?
341
+ - [ ] What tool and license availability is assumed?
342
+
343
+ ### Operational Assumptions
344
+ - [ ] What user adoption rates are assumed?
345
+ - [ ] What customer support levels are assumed during transition?
346
+ - [ ] What facility and workspace availability is assumed?
347
+ - [ ] What operating hours and availability requirements are assumed?
348
+ - [ ] What level of customer participation in ceremonies is assumed?
349
+
350
+ ### Resource Assumptions
351
+ - [ ] What labor market availability is assumed for key roles?
352
+ - [ ] What clearance processing timelines are assumed?
353
+ - [ ] What partner/subcontractor availability is assumed?
354
+ - [ ] What GFE/GFI delivery timelines are assumed?
355
+ - [ ] What customer SME availability is assumed?
356
+
357
+ ### Schedule Assumptions
358
+ - [ ] What contract start date is assumed?
359
+ - [ ] What option year exercise timing is assumed?
360
+ - [ ] What external milestone dependencies are assumed?
361
+ - [ ] What customer decision-making timelines are assumed?
362
+ - [ ] What regulatory approval timelines are assumed?
363
+
364
+ ---
365
+
366
+ ## VII. Risks
367
+
368
+ ### Technical Risks
369
+ - [ ] What technology maturity risks exist (TRL < 7)?
370
+ - [ ] What integration risks exist with external systems?
371
+ - [ ] What scalability risks exist for projected growth?
372
+ - [ ] What performance risks exist for SLA-critical functions?
373
+ - [ ] What data migration risks could cause data loss or corruption?
374
+ - [ ] What single points of failure exist in the architecture?
375
+
376
+ ### Requirements Risks
377
+ - [ ] What requirements are ambiguous or likely to change post-award?
378
+ - [ ] What scope creep risks exist?
379
+ - [ ] What risks arise from requirements dependencies on other programs?
380
+ - [ ] What regulatory change risks could affect requirements?
381
+ - [ ] Are there conflicting requirements that have not been resolved?
382
+
383
+ ### Execution Risks
384
+ - [ ] What staffing risks exist (hiring timeline, clearances, retention)?
385
+ - [ ] What transition risks could delay IOC?
386
+ - [ ] What quality risks exist based on solution complexity?
387
+ - [ ] What communication risks exist with distributed teams?
388
+ - [ ] What vendor/subcontractor performance risks exist?
389
+ - [ ] What process maturity risks could affect delivery quality?
390
+
391
+ ### External Risks
392
+ - [ ] What funding risks could affect contract continuation?
393
+ - [ ] What political or organizational change risks exist?
394
+ - [ ] What supply chain risks affect hardware or software procurement?
395
+ - [ ] What regulatory change risks affect compliance requirements?
396
+ - [ ] What force majeure risks apply to this program?
397
+
398
+ ### Cost Risks
399
+ - [ ] What cost growth risks exist from scope uncertainty?
400
+ - [ ] What labor cost escalation risks exist over the contract period?
401
+ - [ ] What CLIN structure risks affect cost management?
402
+ - [ ] What risks arise from fixed-price elements in a hybrid contract?
403
+ - [ ] What cost risks arise from assumption failures?
404
+
405
+ ### Risk Management
406
+ - [ ] Is the risk register complete with probability, impact, and mitigation for each risk?
407
+ - [ ] Are risk owners assigned for every identified risk?
408
+ - [ ] What is the risk review cadence and governance?
409
+ - [ ] What risk triggers are defined for each risk?
410
+ - [ ] What management reserve or contingency is allocated?
411
+ - [ ] How are residual risks tracked and communicated?
412
+ - [ ] What is the escalation path when a risk becomes an issue?
413
+ - [ ] How are risk interdependencies tracked?
414
+
415
+ ---
416
+
417
+ ## VIII. Dependencies
418
+
419
+ ### Internal Dependencies
420
+ - [ ] What dependencies exist between solution components?
421
+ - [ ] What team-to-team handoff dependencies exist?
422
+ - [ ] What dependencies exist on Maximus corporate resources or platforms?
423
+ - [ ] What dependencies exist on partner/subcontractor deliverables?
424
+ - [ ] What dependencies exist on pre-award investments completing on time?
425
+
426
+ ### Customer Dependencies
427
+ - [ ] What customer decisions are required and by when?
428
+ - [ ] What customer-furnished data, systems, or access is required?
429
+ - [ ] What customer reviews or approvals gate progress?
430
+ - [ ] What customer SME availability is required?
431
+ - [ ] What customer infrastructure or environment access is required?
432
+ - [ ] What ATO or security authorization dependencies exist on the customer?
433
+
434
+ ### External Dependencies
435
+ - [ ] What third-party vendor dependencies exist (COTS licenses, SaaS subscriptions)?
436
+ - [ ] What regulatory or compliance approval dependencies exist?
437
+ - [ ] What inter-agency dependencies exist?
438
+ - [ ] What market availability dependencies exist for hardware or specialized labor?
439
+ - [ ] What cloud service provider dependencies exist?
440
+
441
+ ### Technical Dependencies
442
+ - [ ] What system integration dependencies exist with external systems?
443
+ - [ ] What data feed dependencies exist?
444
+ - [ ] What infrastructure provisioning dependencies exist?
445
+ - [ ] What certification or accreditation dependencies exist?
446
+ - [ ] What API version dependencies exist with upstream/downstream systems?
447
+
448
+ ### Schedule Dependencies
449
+ - [ ] What milestone dependencies exist between work streams?
450
+ - [ ] What external schedule dependencies affect the critical path?
451
+ - [ ] What option year exercise dependencies affect planning?
452
+ - [ ] What dependency lead times are understood and planned for?
453
+ - [ ] What dependencies exist on customer budget cycle timing?
454
+
455
+ ### Dependency Management
456
+ - [ ] Is the dependency register complete with owner, status, and impact if unmet?
457
+ - [ ] What contingency plans exist for critical dependencies?
458
+ - [ ] How frequently are dependencies reviewed?
459
+ - [ ] What is the escalation path when a dependency is at risk?
460
+ - [ ] Are all dependencies reflected in the integrated master schedule?
461
+
462
+ ---
463
+
464
+ ## IX. Cybersecurity
465
+
466
+ ### Security Architecture
467
+ - [ ] What security architecture framework guides the design (NIST 800-53, 800-171, 800-207)?
468
+ - [ ] How are security controls mapped to system components?
469
+ - [ ] What is the FIPS 199 categorization (Low, Moderate, High)?
470
+ - [ ] How does the security architecture address confidentiality, integrity, and availability?
471
+
472
+ ### Zero Trust Architecture (ZTA)
473
+ - [ ] How does the solution implement zero trust principles per EO 14028 and OMB M-22-09?
474
+ - [ ] What is the micro-segmentation strategy?
475
+ - [ ] How is least-privilege access enforced?
476
+ - [ ] What is the approach to continuous verification of user and device trust?
477
+ - [ ] How is network traffic encrypted in transit?
478
+
479
+ ### Supply Chain Security
480
+ - [ ] How are software supply chain risks assessed and managed?
481
+ - [ ] What SBOM (Software Bill of Materials) practices are in place?
482
+ - [ ] How are third-party components vetted for security?
483
+ - [ ] What is the approach to secure software development (SSDF, NIST 800-218)?
484
+
485
+ ### Zero-Day and Vulnerability Management
486
+ - [ ] What is the vulnerability scanning cadence?
487
+ - [ ] How are zero-day vulnerabilities handled?
488
+ - [ ] What is the patch management timeline for critical vulnerabilities?
489
+ - [ ] How are vulnerability findings tracked and remediated?
490
+
491
+ ### Continuous Monitoring
492
+ - [ ] What SIEM/SOAR capabilities are deployed?
493
+ - [ ] What is the security event correlation approach?
494
+ - [ ] How is the SOC staffed and what are response SLAs?
495
+ - [ ] What threat intelligence feeds are consumed?
496
+ - [ ] How are CISA BOD/ED requirements met?
497
+
498
+ ### Data Protection
499
+ - [ ] How is data classified and labeled?
500
+ - [ ] What encryption standards are applied at rest and in transit?
501
+ - [ ] How is PII/PHI protected throughout the data lifecycle?
502
+ - [ ] What data loss prevention (DLP) controls are in place?
503
+ - [ ] What is the data retention and destruction policy?
504
+
505
+ ### Identity, Credential, and Access Management (ICAM)
506
+ - [ ] What identity provider is used?
507
+ - [ ] How is MFA enforced?
508
+ - [ ] What is the privileged access management (PAM) approach?
509
+ - [ ] How are service accounts managed?
510
+ - [ ] What is the access review and recertification cadence?
511
+
512
+ ### Cloud Security
513
+ - [ ] What is the FedRAMP authorization status of all cloud services?
514
+ - [ ] How is cloud security responsibility shared between Maximus and the CSP?
515
+ - [ ] What cloud-native security tools are used?
516
+ - [ ] How are cloud configurations hardened and audited?
517
+
518
+ ### Resilience and Recovery
519
+ - [ ] What is the disaster recovery plan and RPO/RTO?
520
+ - [ ] What is the backup strategy and testing cadence?
521
+ - [ ] How are business continuity plans tested?
522
+ - [ ] What is the incident response plan and exercise schedule?
523
+
524
+ ### Risk and Compliance
525
+ - [ ] What is the ATO strategy and timeline?
526
+ - [ ] How are POA&Ms tracked and remediated?
527
+ - [ ] What is the continuous authorization approach?
528
+ - [ ] How are security metrics reported to the customer?
529
+ - [ ] What compliance frameworks apply (FedRAMP, FISMA, HIPAA, CMMC)?
530
+
531
+ ---
532
+
533
+ ## X. Cost Drivers
534
+
535
+ ### Labor Cost Drivers
536
+ - [ ] What labor categories are required and at what skill levels?
537
+ - [ ] What is the labor mix (Maximus vs. subcontractor vs. customer)?
538
+ - [ ] What clearance levels are required and how do they affect rates?
539
+ - [ ] What location constraints affect labor rates (on-site, near-site, remote)?
540
+ - [ ] What is the anticipated labor escalation rate?
541
+ - [ ] What key personnel requirements drive cost?
542
+
543
+ ### Materials and Technology Cost Drivers
544
+ - [ ] What COTS software licenses are required and at what cost?
545
+ - [ ] What cloud infrastructure costs are anticipated?
546
+ - [ ] What hardware procurement is needed?
547
+ - [ ] What development and test environment costs exist?
548
+ - [ ] What tool licenses are required?
549
+
550
+ ### Subcontractor Cost Drivers
551
+ - [ ] What scope elements require subcontractor support?
552
+ - [ ] What are subcontractor rate structures?
553
+ - [ ] What subcontractor management overhead is anticipated?
554
+ - [ ] How are subcontractor costs allocated across CLINs?
555
+ - [ ] What small business participation requirements affect teaming costs?
556
+
557
+ ### Complexity Cost Drivers
558
+ - [ ] What integration complexity drives cost above standard estimates?
559
+ - [ ] What security compliance costs are above standard?
560
+ - [ ] What data migration complexity drives additional cost?
561
+ - [ ] What legacy system interface costs exist?
562
+ - [ ] What regulatory compliance costs apply?
563
+
564
+ ### Scale Cost Drivers
565
+ - [ ] What user population drives licensing and infrastructure costs?
566
+ - [ ] What data volume drives storage and processing costs?
567
+ - [ ] What transaction volume drives capacity planning costs?
568
+ - [ ] What geographic distribution drives communication and travel costs?
569
+
570
+ ### Implementation Cost Drivers
571
+ - [ ] What transition-specific costs are anticipated?
572
+ - [ ] What parallel operations costs exist during transition?
573
+ - [ ] What training and knowledge transfer costs apply?
574
+ - [ ] What environment build-out costs are required?
575
+ - [ ] What testing and certification costs are anticipated?
576
+
577
+ ### Operations & Maintenance Cost Drivers
578
+ - [ ] What steady-state staffing levels drive ongoing cost?
579
+ - [ ] What SLA levels drive cost (e.g., 24/7 support vs. business hours)?
580
+ - [ ] What refresh and modernization costs are anticipated?
581
+ - [ ] What ongoing security compliance costs apply?
582
+
583
+ ### Risk-Related Cost Drivers
584
+ - [ ] What management reserve is appropriate?
585
+ - [ ] What cost risks require contingency allocation?
586
+ - [ ] What assumptions, if wrong, would significantly affect cost?
587
+ - [ ] What cost risks arise from the contract type (FFP vs. T&M vs. CPAF)?
588
+
589
+ ### Cost Estimation Approach
590
+ - [ ] What is the basis of estimate (BOE) methodology?
591
+ - [ ] Are estimates based on analogous programs, parametric models, or engineering estimates?
592
+ - [ ] How have estimates been validated (independent cost estimate, peer review)?
593
+ - [ ] What cost model tools are used?
594
+ - [ ] How does the cost estimate trace to the technical approach and WBS?
595
+
596
+ ---
597
+
598
+ ## XI. Cross-Cutting & Competitive
599
+
600
+ ### Solution Maturity
601
+ - [ ] What is the overall PAMASI completion level?
602
+ - [ ] Where are the largest maturity gaps across all sections?
603
+ - [ ] What sections are RED and require immediate remediation?
604
+ - [ ] What is the maturity improvement plan and timeline?
605
+ - [ ] Are all maturity assessments evidence-based, not opinion-based?
606
+
607
+ ### Competitive Positioning
608
+ - [ ] Who are the top 3 competitors and what are their strengths/weaknesses?
609
+ - [ ] What ghost strategies address each competitor's likely approach?
610
+ - [ ] What are Maximus's 3 strongest differentiators for this pursuit?
611
+ - [ ] What win themes are validated against evaluation factors?
612
+ - [ ] What is the price-to-win analysis showing?
613
+ - [ ] What competitive intelligence has been gathered?
614
+
615
+ ### Stakeholder Alignment
616
+ - [ ] Are all 5 evaluator personas addressed in the narrative?
617
+ - [ ] What customer engagement insights shape the solution?
618
+ - [ ] What teaming partner input has been incorporated?
619
+ - [ ] Are internal stakeholders (BD, contracts, pricing, legal) aligned?
620
+ - [ ] What capture reviews have been completed?
621
+
622
+ ### Compliance and Protest Risk
623
+ - [ ] Has the protest risk checklist been completed with zero YES items?
624
+ - [ ] Are all Section L instructions followed exactly?
625
+ - [ ] Are all mandatory certifications and representations current?
626
+ - [ ] Are there any organizational conflict of interest (OCI) concerns?
627
+ - [ ] Is the small business participation plan compliant?
628
+
629
+ ### Innovation and Value
630
+ - [ ] What innovation elements differentiate the solution beyond compliance?
631
+ - [ ] How is innovation quantified in terms of mission impact?
632
+ - [ ] What continuous improvement mechanisms are built into the solution?
633
+ - [ ] How does the solution position for option year exercise and future growth?
634
+ - [ ] What value engineering opportunities have been identified?