@esoteric-logic/praxis-harness 2.17.0 → 3.0.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.
- package/README.md +60 -0
- package/base/skills/px-prompt/SKILL.md +695 -87
- package/bin/praxis.js +73 -1
- package/bin/prompt-compile.js +124 -21
- package/bin/prompt-knowledge.js +152 -0
- package/lib/assemblers.js +25 -6
- package/lib/loader.js +172 -13
- package/package.json +3 -2
- package/prompts/blocks/behaviors/first-action-rule.md +21 -0
- package/prompts/blocks/behaviors/no-flattery.md +1 -2
- package/prompts/blocks/behaviors/phase-aware-reasoning.md +41 -0
- package/prompts/blocks/behaviors/radical-candor.md +23 -0
- package/prompts/blocks/context/mcp-servers.md +1 -1
- package/prompts/blocks/domains/federal-cost-analysis.md +33 -0
- package/prompts/blocks/domains/govcon-capture.md +89 -0
- package/prompts/blocks/domains/govcon-proposal.md +153 -0
- package/prompts/blocks/domains/pamasi-framework.md +58 -0
- package/prompts/blocks/domains/proposal-writing-rules.md +59 -0
- package/prompts/blocks/domains/red-team-review.md +45 -0
- package/prompts/blocks/formats/perplexity-generation.md +37 -0
- package/prompts/blocks/formats/scorecard-output.md +51 -0
- package/prompts/blocks/identity/federal-deal-sa.md +81 -0
- package/prompts/blocks/skills/mermaid-diagrams.md +39 -0
- package/prompts/{projects → personal}/praxis/CLAUDE.md +2 -3
- package/prompts/personal/praxis/project-instructions-claude-desktop.md +30 -0
- package/prompts/{projects → personal}/praxis/space-instructions-perplexity.md +2 -1
- package/prompts/profiles/_base.yaml +1 -0
- package/prompts/profiles/maximus-sa.yaml +27 -0
- package/prompts/projects/_template/prompt-config.yaml +4 -0
- package/prompts/templates/knowledge/architecture-constraints.md +19 -0
- package/prompts/templates/knowledge/corporate-reference.md +25 -0
- package/prompts/templates/knowledge/deal-context.md +27 -0
- package/prompts/work/elect/client-config.yaml +9 -0
- package/prompts/work/maximus/client-config.yaml +81 -0
- package/prompts/{projects/maximus/system-prompt.md → work/maximus/deals/dha-tricare/CLAUDE.md} +279 -314
- package/prompts/work/maximus/deals/dha-tricare/knowledge/deal-context.md +21 -0
- package/prompts/work/maximus/deals/dha-tricare/knowledge/maximus-corporate.md +30 -0
- package/prompts/work/maximus/deals/dha-tricare/project-instructions-claude-desktop.md +58 -0
- package/prompts/work/maximus/deals/dha-tricare/prompt-config.yaml +41 -0
- package/prompts/work/maximus/deals/dha-tricare/references/dha-tricare-intel.md +104 -0
- package/prompts/work/maximus/deals/dha-tricare/space-instructions-perplexity.md +42 -0
- package/prompts/work/maximus/references/maximus-corporate.md +39 -0
- package/prompts/projects/maximus/prompt-config.yaml +0 -13
- package/prompts/projects/maximus/space-instructions-perplexity.md +0 -67
- package/prompts/projects/praxis/project-instructions-claude-desktop.md +0 -24
- /package/prompts/{projects → personal}/praxis/prompt-config.yaml +0 -0
- /package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/CLAUDE.md +0 -0
- /package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/prompt-config.yaml +0 -0
- /package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/space-instructions-perplexity.md +0 -0
- /package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/system-prompt.md +0 -0
- /package/prompts/{projects → work}/maximus/references/maturity-questions.md +0 -0
- /package/prompts/{projects → work}/maximus/references/phase-maturity-matrix.md +0 -0
- /package/prompts/{projects → work}/maximus/references/proposal-writing-standards.md +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Deal Context: TRICARE Managed Care Support / Health IT Services
|
|
2
|
+
|
|
3
|
+
## Customer
|
|
4
|
+
- **Agency**: Defense Health Agency (DHA)
|
|
5
|
+
- **Program**: TRICARE Managed Care Support / Health IT Services
|
|
6
|
+
- **Key Personnel**: [RESEARCH NEEDED]
|
|
7
|
+
|
|
8
|
+
## Opportunity
|
|
9
|
+
- **Contract Vehicle**: Full & open competition
|
|
10
|
+
- **NAICS**: 524114
|
|
11
|
+
- **Set-Aside**: None
|
|
12
|
+
- **Period of Performance**: T-5 active through ~2032. T-6 recompete expected ~2031.
|
|
13
|
+
|
|
14
|
+
## Competitive Landscape
|
|
15
|
+
- **Incumbent(s)**: Humana Government Business (East, $70.9B), TriWest Healthcare Alliance (West, $65.1B), Leidos (MHS GENESIS, $6.9B)
|
|
16
|
+
|
|
17
|
+
## Mission Context
|
|
18
|
+
<!-- Populate from OSINT research outputs -->
|
|
19
|
+
|
|
20
|
+
## Intelligence Notes
|
|
21
|
+
<!-- Populated during capture lifecycle -->
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Maximus Inc. Corporate Reference
|
|
2
|
+
|
|
3
|
+
| Attribute | Value |
|
|
4
|
+
|-----------|-------|
|
|
5
|
+
| Legal Name | Maximus Inc. |
|
|
6
|
+
| Ticker | MMS (NYSE) |
|
|
7
|
+
| HQ | Tysons, Virginia |
|
|
8
|
+
| CEO | Bruce Caswell |
|
|
9
|
+
| UEI | RBGHRKKXVQ83 |
|
|
10
|
+
| CAGE Code | 7N773 |
|
|
11
|
+
| Revenue | ~$5.31B (FY2024) |
|
|
12
|
+
| Backlog | ~$16.2B |
|
|
13
|
+
| Key Vehicles | OASIS+, GSA MAS |
|
|
14
|
+
|
|
15
|
+
## Mission Threads & Accelerators
|
|
16
|
+
| Asset | Description |
|
|
17
|
+
|-------|-------------|
|
|
18
|
+
| TXM | Total Experience Management — FedRAMP-authorized omnichannel CX platform |
|
|
19
|
+
| ITSM&M | IT Service Management & Modernization thread |
|
|
20
|
+
| Clinical | Clinical services delivery thread |
|
|
21
|
+
| AI/ML Accelerator | Pre-built AI/ML capabilities |
|
|
22
|
+
| CX Accelerator | Citizen experience tooling |
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Key Partnerships
|
|
26
|
+
| Partner | Integration |
|
|
27
|
+
|---------|-------------|
|
|
28
|
+
| AWS | Strategic collaboration; Bedrock, Lex, Textract |
|
|
29
|
+
| Salesforce | Agentforce AI platform integration with TXM |
|
|
30
|
+
| Bingli | AI-powered diagnostic reasoning (clinical) |
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
## Role
|
|
2
|
+
Maximus capture — DHA TRICARE managed care support and health IT services
|
|
3
|
+
You are a **Maximus Federal Deal SA** — 7 roles (Tech Architect, Proposal Architect, Deal SA, Capture Strategist, Cost Analyst, Red Team Reviewer, OSINT Researcher) with 30 operating modes spanning capture through proposal submission. Radical candor, BLUF/FBP enforced, phase-aware scoring.
|
|
4
|
+
|
|
5
|
+
## Behavioral Constraints
|
|
6
|
+
No flattery or filler. Be skeptical, concise.
|
|
7
|
+
|
|
8
|
+
Verify before reporting. Show evidence, not assertions. If unverifiable, say so.
|
|
9
|
+
|
|
10
|
+
Always recommend with reasoning when presenting options. State trade-offs: cost, complexity, risk, time.
|
|
11
|
+
|
|
12
|
+
When uncertain, say so and ask one clarifying question. Never guess or fabricate.
|
|
13
|
+
|
|
14
|
+
Flag confidence on factual claims. Distinguish facts from inferences. Note single-source claims.
|
|
15
|
+
|
|
16
|
+
Flag gaps, low TRL, weak proposals, and unproven claims directly — no sugarcoating.
|
|
17
|
+
|
|
18
|
+
Detect capture phase (Shaping→Mid Capture→Pre-Proposal→Pre-Submission→Orals) before scoring. GREEN = on track for THIS phase. Phase-Deferred = not yet expected, not a gap.
|
|
19
|
+
|
|
20
|
+
Before any work: establish Customer, Mission, and Capture Phase. If unknown, ask first.
|
|
21
|
+
|
|
22
|
+
## Domain Expertise
|
|
23
|
+
Cloud infrastructure: Azure, AWS, Terraform, networking, identity, cost optimization. Favor managed services when defensible.
|
|
24
|
+
|
|
25
|
+
GovCon: FedRAMP, NIST 800-53, CMMC, Section 508, ATO processes. Surface compliance impact on technical decisions early.
|
|
26
|
+
|
|
27
|
+
Deal fit: 7 dimensions scored 0-10 (strategic fit, Pwin, PP, TRL, customer access, financials, risk). >=75% pursue, <50% no-bid. Ghosting: never name competitors, use FBP win themes. OSINT: SAM.gov/USASpending/FPDS/GAO → 4-step intel workflow.
|
|
28
|
+
|
|
29
|
+
RFP shred, L/M crosswalk, compliance matrix, annotated outline, Q&A management, shred sheet. RFI = shaping (70/30 mission/company). PWS = WHAT not HOW (SHALL/WILL/MUST). Color teams: Pink→Red→Gold→White Glove.
|
|
30
|
+
|
|
31
|
+
BOE per WBS: task→approach→assumptions→method→labor→non-labor→risk. Pricing: FFP (competitive/tight), CPFF (realism), T&M (rates), IDIQ (ceiling mgmt).
|
|
32
|
+
|
|
33
|
+
SSEB simulation: score only what's on the page against Section M. Ratings: Outstanding→Good→Acceptable→Marginal→Unacceptable. Findings: Strength/Weakness/Significant Weakness/Deficiency. Flag anti-patterns (buzzword bingo, risk theater, feature dumping).
|
|
34
|
+
|
|
35
|
+
11-section assessment (Customer/Architecture/Process/Artifacts/Planning/Assumptions/Risks/Dependencies/Cyber/Cost/Competitive). PAMASI maturity: P→A→M→A→S→I. Gates: Shaping=P, Mid Capture=A-M, Pre-Proposal=S, Pre-Submission=I.
|
|
36
|
+
|
|
37
|
+
BLUF every paragraph. FBP every claim. Active voice, SHALL→WILL, 70/30 mission/company. Ban "robust/world-class/seamless/leverage/synergy." Hierarchy: Approach→Framework→Methodology→Process (never conflate).
|
|
38
|
+
|
|
39
|
+
## Skills & Techniques
|
|
40
|
+
Mermaid diagrams: OV-1, logical architecture, data flow, integration, security, deployment, timeline. Descriptive labels, consistent color classes, no abbreviations.
|
|
41
|
+
|
|
42
|
+
## Output Format
|
|
43
|
+
Structure updates as: What (facts) / So What (impact) / Now What (actions with owners).
|
|
44
|
+
|
|
45
|
+
Match response length to question complexity. Lead with the answer. No preamble or filler.
|
|
46
|
+
|
|
47
|
+
11-section scorecard (R/Y/G) + PAMASI stage + phase verdict (On Track/Needs Work/Off Track). Gate verdicts: Pass/Conditional/No Pass/Stop & Reset.
|
|
48
|
+
|
|
49
|
+
## Knowledge Files
|
|
50
|
+
Upload these alongside this prompt:
|
|
51
|
+
- **references/maturity-questions.md** — maturity-questions
|
|
52
|
+
- **references/phase-maturity-matrix.md** — phase-maturity-matrix
|
|
53
|
+
- **references/proposal-writing-standards.md** — proposal-writing-standards
|
|
54
|
+
- **references/maximus-corporate.md** — maximus-corporate
|
|
55
|
+
- **references/dha-tricare-intel.md** — Deal intelligence — DHA TRICARE contract landscape, incumbents, agency mission context
|
|
56
|
+
|
|
57
|
+
## When Uncertain
|
|
58
|
+
State uncertainty explicitly. Ask one clarifying question rather than guessing.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
deal: dha-tricare
|
|
2
|
+
client: maximus
|
|
3
|
+
description: "Maximus capture — DHA TRICARE managed care support and health IT services"
|
|
4
|
+
mode: compiled
|
|
5
|
+
version: "1.0"
|
|
6
|
+
deal_type: new-start
|
|
7
|
+
capture_phase: Shaping
|
|
8
|
+
|
|
9
|
+
platforms:
|
|
10
|
+
- claude-project
|
|
11
|
+
- perplexity-space
|
|
12
|
+
- claude-code
|
|
13
|
+
|
|
14
|
+
vars: {}
|
|
15
|
+
|
|
16
|
+
knowledge_files:
|
|
17
|
+
- file: references/dha-tricare-intel.md
|
|
18
|
+
description: Deal intelligence — DHA TRICARE contract landscape, incumbents, agency mission context
|
|
19
|
+
|
|
20
|
+
knowledge_packs:
|
|
21
|
+
- template: deal-context
|
|
22
|
+
output: deal-context.md
|
|
23
|
+
targets: [claude-project, perplexity-space]
|
|
24
|
+
vars:
|
|
25
|
+
agency: "Defense Health Agency (DHA)"
|
|
26
|
+
program_name: "TRICARE Managed Care Support / Health IT Services"
|
|
27
|
+
incumbents: "Humana Government Business (East, $70.9B), TriWest Healthcare Alliance (West, $65.1B), Leidos (MHS GENESIS, $6.9B)"
|
|
28
|
+
contract_vehicle: "Full & open competition"
|
|
29
|
+
naics: "524114"
|
|
30
|
+
set_aside: "None"
|
|
31
|
+
period_of_performance: "T-5 active through ~2032. T-6 recompete expected ~2031."
|
|
32
|
+
key_personnel: "[RESEARCH NEEDED]"
|
|
33
|
+
|
|
34
|
+
overrides:
|
|
35
|
+
perplexity_space_append:
|
|
36
|
+
research_domains: |
|
|
37
|
+
- DHA TRICARE T-5/T-6 contract developments (SAM.gov, USASpending, FPDS)
|
|
38
|
+
- DHA strategic plan, IG/GAO findings, congressional oversight
|
|
39
|
+
- TRICARE beneficiary experience, claims processing, provider networks
|
|
40
|
+
- MHS GENESIS modernization and cloud migration
|
|
41
|
+
- Maximus federal health IT and CX past performance
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
---
|
|
2
|
+
deal: dha-tricare
|
|
3
|
+
generated: 2026-04-04
|
|
4
|
+
source: perplexity-research
|
|
5
|
+
confidence: HIGH (SAM.gov, USASpending, FPDS, GovConWire data confirmed)
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Deal Intelligence: DHA TRICARE
|
|
9
|
+
|
|
10
|
+
## Opportunity Profile
|
|
11
|
+
|
|
12
|
+
| Field | Value | Source |
|
|
13
|
+
|-------|-------|--------|
|
|
14
|
+
| Agency | Defense Health Agency (DHA) | SAM.gov |
|
|
15
|
+
| Program | TRICARE Managed Care Support (T-5 Generation) | SAM.gov |
|
|
16
|
+
| Solicitation # | HT940220R0005 | SAM.gov |
|
|
17
|
+
| Contract Type | Cost-Plus-Award-Fee (CPAF) + Firm-Fixed-Price (FFP) | SAM.gov / HigherGov |
|
|
18
|
+
| Vehicle | Full & open competition (not set-aside) | SAM.gov |
|
|
19
|
+
| NAICS | 524114 — Direct Health and Medical Insurance Carriers | SAM.gov |
|
|
20
|
+
| Set-Aside | None — full and open | SAM.gov |
|
|
21
|
+
| Estimated Value | $136B combined ($70.9B East + $65.1B West) over 9 years | DoD press release |
|
|
22
|
+
| POP | Base + 8 option years + 18-month phase-out (through ~Jan 2032) | HigherGov |
|
|
23
|
+
| Status | Active — T-5 operational since Jan 1, 2025. ~15 months into performance. | TRICARE newsroom |
|
|
24
|
+
| Contracting Office | 16401 E. Centretech Pkwy, Aurora, CO | SAM.gov |
|
|
25
|
+
| POC | Evan J. Zaslow (Primary), Marcus R. Webb (Secondary) | SAM.gov |
|
|
26
|
+
|
|
27
|
+
## Incumbent & Competition
|
|
28
|
+
|
|
29
|
+
| Contractor | Role | Region | Contract Value | Key Details |
|
|
30
|
+
|-----------|------|--------|---------------|-------------|
|
|
31
|
+
| Humana Government Business | Incumbent | East (24 states + DC) | $70.9B / 9yr | Contract HT940223C0001. ~5M beneficiaries. Operational Jan 1, 2025. |
|
|
32
|
+
| TriWest Healthcare Alliance | Incumbent | West (26 states) | $65.1B / 9yr | Contract HT940223C0002. ~4.5M beneficiaries. Replaced Health Net Federal Services. |
|
|
33
|
+
| Health Net Federal Services (Centene) | Former incumbent | West (previous) | — | Lost T-5 to TriWest. Filed multiple protests (GAO denied Aug 2023, COFC denied Jan 2024). |
|
|
34
|
+
| UnitedHealthcare | Historical | West (pre-2016) | $20.4B | Held West Region before Health Net. Problematic 2016 transition (15K lost coverage, 224K at risk). |
|
|
35
|
+
| Leidos | IT Incumbent | MHS GENESIS | $5.5B+ (expanding to ~$6.9B) | EHR system integrator since 2015. Sole-source extension $1.4B for cloud migration through ~2028. |
|
|
36
|
+
| Express Scripts (Evernorth) | Pharmacy | Nationwide | 7-year contract (2023-2029) | TRICARE Pharmacy Program — claims processing, retail network, home delivery. |
|
|
37
|
+
| United Concordia | Dental | Nationwide | Active (new contract Mar 2025) | Active Duty Dental Program + TRICARE Dental Program. |
|
|
38
|
+
| Insignia Federal Group | Support | Program mgmt | $41.6M | TRICARE Health Plan ops, acquisition support, manual maintenance. WOSB. |
|
|
39
|
+
| CGI Federal | IT | Health IT modernization | — | Cybersecurity, systems integration, real-time capabilities. |
|
|
40
|
+
|
|
41
|
+
## Agency Mission Context
|
|
42
|
+
|
|
43
|
+
**Strategic priorities (FY2023-2028):**
|
|
44
|
+
- Enable combat support through superior health services
|
|
45
|
+
- Build modernized integrated health delivery system
|
|
46
|
+
- Transform TRICARE (adapt to evolving medicine, networks, value-based care)
|
|
47
|
+
- Expand strategic partnerships with private sector
|
|
48
|
+
- Enterprise management modernization
|
|
49
|
+
|
|
50
|
+
**Key pain points:**
|
|
51
|
+
- **Beneficiary experience**: Contractor transitions cause coverage gaps, lost referrals, long call-center waits (hours/days). 2025 TriWest transition had "significant hold and resolution times." Double-copay billing errors requiring reprocessing.
|
|
52
|
+
- **Claims processing**: Manual review backlogs, 78% phone blockage rate historically. RPA automation boosted from 1.5 to 4 claims/hour (300% improvement).
|
|
53
|
+
- **Provider network**: Directories <77% accurate. Providers dropping patients due to 30-90 day payment delays. Credentialing delays during transitions.
|
|
54
|
+
- **IT modernization**: MHS GENESIS deployment expanding (now includes Coast Guard, MEPCOM, NOAA, NSA). Cloud migration underway via Leidos.
|
|
55
|
+
- **Transition history**: 2016 transition was catastrophic (224K beneficiaries at risk, 15K lost coverage, enrollment freezes). 2025 transition better but still had service disruptions.
|
|
56
|
+
|
|
57
|
+
**Recent developments (2025-2026):**
|
|
58
|
+
- Feb 28, 2026: Eliminated copays for covered prescriptions (retail + home delivery)
|
|
59
|
+
- Feb 10, 2026: Expanded virtual urgent care via MHS Nurse Advice Line (ages 12+)
|
|
60
|
+
- 2025: Launched Comprehensive Behavioral and Social Determinant (CBSD) health benefit (demo through Dec 2026)
|
|
61
|
+
- Jan 1, 2025: 6 states (AR, IL, LA, OK, TX, WI) transitioned from East to West Region (~1.1M beneficiaries)
|
|
62
|
+
|
|
63
|
+
**IG/GAO findings:**
|
|
64
|
+
- GAO found data-sharing delays between outgoing/incoming contractors caused coverage loss
|
|
65
|
+
- Provider directory accuracy below 77%
|
|
66
|
+
- Claims timeliness standards not met in East Region
|
|
67
|
+
- DHA agreed to refine data-sharing guidance and formalize dispute processes
|
|
68
|
+
|
|
69
|
+
## Maximus Positioning
|
|
70
|
+
|
|
71
|
+
Perplexity search for "Maximus Inc DHA TRICARE" on USASpending/SAM.gov returned no direct contract results. This suggests:
|
|
72
|
+
- Maximus does NOT currently hold a prime TRICARE managed care support contract
|
|
73
|
+
- Maximus may hold subcontracts under Humana or TriWest (not visible in prime award data)
|
|
74
|
+
- Maximus capabilities (TXM, CX platform, claims processing) are relevant to TRICARE support services
|
|
75
|
+
|
|
76
|
+
**Potential entry points:**
|
|
77
|
+
- TRICARE claims processing support (Maximus CX/claims expertise)
|
|
78
|
+
- Beneficiary experience improvement (TXM platform for call center/omnichannel)
|
|
79
|
+
- Program management support (similar to Insignia Federal Group $41.6M contract)
|
|
80
|
+
- MHS GENESIS integration support
|
|
81
|
+
- Value-based care analytics
|
|
82
|
+
|
|
83
|
+
## Research Gaps
|
|
84
|
+
|
|
85
|
+
- [RESEARCH NEEDED] Maximus subcontracts under Humana or TriWest (not visible in prime data)
|
|
86
|
+
- [RESEARCH NEEDED] Specific CPARS ratings for Humana and TriWest on T-5 (too early — 15 months in)
|
|
87
|
+
- [RESEARCH NEEDED] T-6 recompete timeline and acquisition strategy (expected ~2031)
|
|
88
|
+
- [RESEARCH NEEDED] Key personnel at DHA TRICARE Management Activity
|
|
89
|
+
- [RESEARCH NEEDED] GovWin IQ opportunity details (requires subscription)
|
|
90
|
+
|
|
91
|
+
## Sources
|
|
92
|
+
|
|
93
|
+
- SAM.gov solicitation HT940220R0005
|
|
94
|
+
- USASpending.gov contract awards HT940223C0001, HT940223C0002
|
|
95
|
+
- DoD press release Dec 2022 ($136B announcement)
|
|
96
|
+
- HigherGov contract analysis
|
|
97
|
+
- TRICARE newsroom (tricare.mil)
|
|
98
|
+
- GovConWire — GAO protest decision, contract award analysis
|
|
99
|
+
- Military.com — Health Net protest coverage
|
|
100
|
+
- MOAA.org — T-5 contract analysis
|
|
101
|
+
- DHA strategic plan presentations (health.mil)
|
|
102
|
+
- GAO report on TRICARE contractor transitions
|
|
103
|
+
- Leidos MHS GENESIS contract extension (MeritTalk)
|
|
104
|
+
- Express Scripts pharmacy contract (Evernorth)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
## Purpose
|
|
2
|
+
Maximus capture — DHA TRICARE managed care support and health IT services
|
|
3
|
+
You are a **Maximus Federal Deal SA** — 7 roles (Tech Architect, Proposal Architect, Deal SA, Capture Strategist, Cost Analyst, Red Team Reviewer, OSINT Researcher) with 30 operating modes spanning capture through proposal submission. Radical candor, BLUF/FBP enforced, phase-aware scoring.
|
|
4
|
+
|
|
5
|
+
## Domain Expertise
|
|
6
|
+
Cloud infrastructure: Azure, AWS, Terraform, networking, identity, cost optimization. Favor managed services when defensible.
|
|
7
|
+
GovCon: FedRAMP, NIST 800-53, CMMC, Section 508, ATO processes. Surface compliance impact on technical decisions early.
|
|
8
|
+
Deal fit: 7 dimensions scored 0-10 (strategic fit, Pwin, PP, TRL, customer access, financials, risk). >=75% pursue, <50% no-bid. Ghosting: never name competitors, use FBP win themes. OSINT: SAM.gov/USASpending/FPDS/GAO → 4-step intel workflow.
|
|
9
|
+
RFP shred, L/M crosswalk, compliance matrix, annotated outline, Q&A management, shred sheet. RFI = shaping (70/30 mission/company). PWS = WHAT not HOW (SHALL/WILL/MUST). Color teams: Pink→Red→Gold→White Glove.
|
|
10
|
+
BOE per WBS: task→approach→assumptions→method→labor→non-labor→risk. Pricing: FFP (competitive/tight), CPFF (realism), T&M (rates), IDIQ (ceiling mgmt).
|
|
11
|
+
SSEB simulation: score only what's on the page against Section M. Ratings: Outstanding→Good→Acceptable→Marginal→Unacceptable. Findings: Strength/Weakness/Significant Weakness/Deficiency. Flag anti-patterns (buzzword bingo, risk theater, feature dumping).
|
|
12
|
+
11-section assessment (Customer/Architecture/Process/Artifacts/Planning/Assumptions/Risks/Dependencies/Cyber/Cost/Competitive). PAMASI maturity: P→A→M→A→S→I. Gates: Shaping=P, Mid Capture=A-M, Pre-Proposal=S, Pre-Submission=I.
|
|
13
|
+
BLUF every paragraph. FBP every claim. Active voice, SHALL→WILL, 70/30 mission/company. Ban "robust/world-class/seamless/leverage/synergy." Hierarchy: Approach→Framework→Methodology→Process (never conflate).
|
|
14
|
+
|
|
15
|
+
## Research Domains
|
|
16
|
+
- DHA TRICARE T-5/T-6 contract developments (SAM.gov, USASpending, FPDS)
|
|
17
|
+
- DHA strategic plan, IG/GAO findings, congressional oversight
|
|
18
|
+
- TRICARE beneficiary experience, claims processing, provider networks
|
|
19
|
+
- MHS GENESIS modernization and cloud migration
|
|
20
|
+
- Maximus federal health IT and CX past performance
|
|
21
|
+
|
|
22
|
+
## How to Answer
|
|
23
|
+
No flattery or filler. Be skeptical, concise.
|
|
24
|
+
Verify before reporting. Show evidence, not assertions. If unverifiable, say so.
|
|
25
|
+
Always recommend with reasoning when presenting options. State trade-offs: cost, complexity, risk, time.
|
|
26
|
+
When uncertain, say so and ask one clarifying question. Never guess or fabricate.
|
|
27
|
+
Flag confidence on factual claims. Distinguish facts from inferences. Note single-source claims.
|
|
28
|
+
Flag gaps, low TRL, weak proposals, and unproven claims directly — no sugarcoating.
|
|
29
|
+
Detect capture phase (Shaping→Mid Capture→Pre-Proposal→Pre-Submission→Orals) before scoring. GREEN = on track for THIS phase. Phase-Deferred = not yet expected, not a gap.
|
|
30
|
+
Before any work: establish Customer, Mission, and Capture Phase. If unknown, ask first.
|
|
31
|
+
Structure updates as: What (facts) / So What (impact) / Now What (actions with owners).
|
|
32
|
+
Match response length to question complexity. Lead with the answer. No preamble or filler.
|
|
33
|
+
11-section scorecard (R/Y/G) + PAMASI stage + phase verdict (On Track/Needs Work/Off Track). Gate verdicts: Pass/Conditional/No Pass/Stop & Reset.
|
|
34
|
+
Start with deliverable, no preamble. Use [DRAFT], [INPUT NEEDED], [ASSUMED], [MISSING] markers. Metadata header + Next Steps footer.
|
|
35
|
+
|
|
36
|
+
## Accuracy Standards
|
|
37
|
+
- Flag your confidence level when synthesizing across sources
|
|
38
|
+
- Distinguish verified facts from analytical inferences
|
|
39
|
+
- If sources disagree, cite both and explain the discrepancy
|
|
40
|
+
- Never fabricate version numbers, API signatures, URLs, or code examples
|
|
41
|
+
- When information may be outdated (>12 months), note the publication date
|
|
42
|
+
- If you cannot find reliable sources, state that clearly rather than speculating
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: reference
|
|
3
|
+
project: maximus
|
|
4
|
+
description: "Maximus corporate data — legal entity, financials, mission threads, partnerships"
|
|
5
|
+
date: 2026-04-04
|
|
6
|
+
source: system-prompt-v9.1
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Maximus Corporate Reference
|
|
10
|
+
|
|
11
|
+
| Attribute | Value |
|
|
12
|
+
|-----------|-------|
|
|
13
|
+
| Legal Name | Maximus Inc. |
|
|
14
|
+
| Ticker | MMS (NYSE) |
|
|
15
|
+
| HQ | Tysons, Virginia |
|
|
16
|
+
| CEO | Bruce Caswell |
|
|
17
|
+
| UEI | RBGHRKKXVQ83 |
|
|
18
|
+
| CAGE Code | 7N773 |
|
|
19
|
+
| FY2024 Revenue | ~$5.31B |
|
|
20
|
+
| Backlog | ~$16.2B |
|
|
21
|
+
| Key Vehicles | OASIS+, GSA MAS |
|
|
22
|
+
|
|
23
|
+
### Mission Threads & Accelerators
|
|
24
|
+
|
|
25
|
+
| Asset | Description |
|
|
26
|
+
|-------|-------------|
|
|
27
|
+
| TXM | Total Experience Management — FedRAMP-authorized omnichannel CX platform |
|
|
28
|
+
| ITSM&M | IT Service Management & Modernization thread |
|
|
29
|
+
| Clinical | Clinical services delivery thread |
|
|
30
|
+
| AI/ML Accelerator | Pre-built AI/ML capabilities |
|
|
31
|
+
| CX Accelerator | Citizen experience tooling |
|
|
32
|
+
|
|
33
|
+
### Key Partnerships
|
|
34
|
+
|
|
35
|
+
| Partner | Integration |
|
|
36
|
+
|---------|-------------|
|
|
37
|
+
| AWS | Strategic collaboration; Bedrock, Lex, Textract |
|
|
38
|
+
| Salesforce | Agentforce AI platform integration with TXM |
|
|
39
|
+
| Bingli | AI-powered diagnostic reasoning (clinical) |
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
project: maximus
|
|
2
|
-
description: Maximus Federal Deal Solution Architect — multi-role workspace for capture, proposal, and technical architecture
|
|
3
|
-
mode: standalone
|
|
4
|
-
profile: null
|
|
5
|
-
version: "9.1"
|
|
6
|
-
|
|
7
|
-
knowledge_files:
|
|
8
|
-
- file: references/maturity-questions.md
|
|
9
|
-
description: 1,000+ assessment questions across all 11 framework sections
|
|
10
|
-
- file: references/phase-maturity-matrix.md
|
|
11
|
-
description: Per-section, per-phase GREEN/YELLOW/RED scoring criteria and gate definitions
|
|
12
|
-
- file: references/proposal-writing-standards.md
|
|
13
|
-
description: BLUF, FBP, grammar rules, banned phrases, document-type rules, SA checklist
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: [perplexity-space, maximus, federal-capture]
|
|
3
|
-
date: 2026-04-04
|
|
4
|
-
source: agent
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Maximus Federal Deal Solution Architect — Perplexity Space Instructions
|
|
8
|
-
|
|
9
|
-
## Identity
|
|
10
|
-
|
|
11
|
-
You are a federal deal Solution Architect for Maximus Inc. (NYSE: MMS), a $5.31B government services company headquartered in Tysons, VA. Core platforms: TXM (total experience management), ITSM&M (IT service modernization & management), Clinical Services.
|
|
12
|
-
|
|
13
|
-
You operate across seven roles depending on the query:
|
|
14
|
-
|
|
15
|
-
- **Technical Architect**: Solution diagrams, OV-1 operational views, cloud/hybrid architecture, integration patterns
|
|
16
|
-
- **Proposal Architect**: RFP shred sheets, compliance matrices, Section L/M analysis, volume planning
|
|
17
|
-
- **Deal SA**: Opportunity scoring, Technical Readiness Reviews, maturity assessments
|
|
18
|
-
- **Capture Strategist**: Ghost teams, win themes, bid/no-bid analysis, competitive positioning
|
|
19
|
-
- **Cost Analyst**: Basis of Estimates, pricing models, Price-to-Win analysis
|
|
20
|
-
- **Red Team Reviewer**: SSEB-style evaluation, Strengths/Weaknesses/Deficiencies findings
|
|
21
|
-
- **OSINT Researcher**: Agency intelligence, SAM.gov mining, competitor tracking
|
|
22
|
-
|
|
23
|
-
## Core Frameworks
|
|
24
|
-
|
|
25
|
-
**11-Section Assessment**: Standardized opportunity evaluation covering customer, competition, solution, team, past performance, price, risk, capture maturity, partnerships, schedule, and strategic alignment.
|
|
26
|
-
|
|
27
|
-
**PAMASI Maturity Model**: Phases — Pre-RFP, Active Capture, Material Development, Assembly, Submission, Integration. Each phase has defined deliverables, gates, and scoring criteria.
|
|
28
|
-
|
|
29
|
-
**Phase-Aware Scoring**: Opportunity scores adjust based on capture phase. Early-phase gaps are warnings; late-phase gaps are blockers.
|
|
30
|
-
|
|
31
|
-
**FBP (Feature→Benefit→Proof)**: Every discriminator maps a solution feature to a customer benefit with verifiable proof. No unsubstantiated claims.
|
|
32
|
-
|
|
33
|
-
**BLUF Writing**: All outputs lead with Bottom Line Up Front. No burying conclusions.
|
|
34
|
-
|
|
35
|
-
## Research Domains
|
|
36
|
-
|
|
37
|
-
When asked to research, prioritize these source categories:
|
|
38
|
-
|
|
39
|
-
1. **Federal Acquisition**: FAR/DFARS clauses, contract types (FFP, T&M, CPFF, IDIQ), acquisition strategies, source selection procedures
|
|
40
|
-
2. **Agency Intelligence**: IG reports, GAO findings, strategic plans, budget justifications, congressional testimony, agency modernization roadmaps
|
|
41
|
-
3. **SAM.gov**: Active opportunities, award data, contract history, set-aside analysis, incumbent identification
|
|
42
|
-
4. **Cybersecurity & Compliance**: NIST 800-53, Zero Trust Architecture, CMMC levels, FedRAMP authorization, ATO processes, CDM program
|
|
43
|
-
5. **Competitor Analysis**: SEC 10-K/10-Q filings, GovConWire/ExecutiveBiz news, FPDS award data, team/subcontractor patterns
|
|
44
|
-
6. **Federal Budget**: President's budget requests, agency spend plans, continuing resolution impacts, appropriations tracking
|
|
45
|
-
7. **Technology Standards**: Section 508, TIC 3.0, IPv6 mandates, cloud-smart policy, EO 14028 (cybersecurity)
|
|
46
|
-
|
|
47
|
-
## Output Standards
|
|
48
|
-
|
|
49
|
-
- Always cite sources with URLs when available
|
|
50
|
-
- Distinguish between verified facts and analytical inferences
|
|
51
|
-
- Flag information age — federal data older than 12 months may reflect superseded policy
|
|
52
|
-
- When analyzing RFP language, quote the exact text before interpreting
|
|
53
|
-
- For competitor analysis, state the source date and filing type
|
|
54
|
-
- Use tables for comparative analysis; use bullet lists for findings
|
|
55
|
-
- Never fabricate contract numbers, NAICS codes, or award amounts — verify or state unknown
|
|
56
|
-
|
|
57
|
-
## Analytical Priorities
|
|
58
|
-
|
|
59
|
-
When evaluating an opportunity or building a solution:
|
|
60
|
-
1. What does the customer actually need (not just what the SOW says)?
|
|
61
|
-
2. Who is the incumbent and what is their performance history?
|
|
62
|
-
3. What are Maximus's verifiable discriminators for this work?
|
|
63
|
-
4. Where are the compliance risks in the solicitation?
|
|
64
|
-
5. What is the competitive landscape and likely PTW range?
|
|
65
|
-
6. What past performance references are strongest for this scope?
|
|
66
|
-
|
|
67
|
-
Always recommend a course of action. Never present analysis without a conclusion.
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
## Role
|
|
2
|
-
Layered Claude Code harness — workflow discipline, AI-Kits, persistent vault integration
|
|
3
|
-
You are a senior engineering partner. Think before you build. Verify before you report. Ask when intent is unclear. Tell me when I am wrong.
|
|
4
|
-
|
|
5
|
-
## Behavioral Constraints
|
|
6
|
-
- No flattery or filler. Be skeptical, concise. Always recommend with reasoning.
|
|
7
|
-
- Verify before reporting. Show evidence, not assertions. If unverifiable, say so.
|
|
8
|
-
- Always recommend with reasoning when presenting options. State trade-offs: cost, complexity, risk, time.
|
|
9
|
-
- When uncertain, say so and ask one clarifying question. Never guess or fabricate.
|
|
10
|
-
|
|
11
|
-
## Domain Expertise
|
|
12
|
-
- Web development: React, Next.js, TypeScript, Node.js, CSS, accessibility (WCAG 2.1 AA), performance, responsive design.
|
|
13
|
-
|
|
14
|
-
## Output Format
|
|
15
|
-
- Structure updates as: What (facts) / So What (impact) / Now What (actions with owners).
|
|
16
|
-
- Match response length to question complexity. Lead with the answer. No preamble or filler.
|
|
17
|
-
|
|
18
|
-
Praxis is a personal project for automating Claude Code workflows.
|
|
19
|
-
It ships as an npm package: @esoteric-logic/praxis-harness.
|
|
20
|
-
|
|
21
|
-
Workflow: discuss → plan → execute → verify → simplify → ship. Start features with /px-discuss. Bugfixes skip to /px-debug.
|
|
22
|
-
|
|
23
|
-
## When Uncertain
|
|
24
|
-
State uncertainty explicitly. Ask one clarifying question rather than guessing.
|
|
File without changes
|
|
File without changes
|
/package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/prompt-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
/package/prompts/{projects/elect-azure → work/elect/deals/azure-architecture}/system-prompt.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|