⚑ Valent Pilot β€” Tactical / Operational View

πŸ”’ INTERNAL β€” First Client Deployment | Kickoff June 10, 2026

1. What Was Built & Why

The Business Problem

Valent Partners is a 90-person consulting firm delivering PMO/program management to Fortune 1000 clients. Their consultants spend 100% of their time producing deliverables β€” sprint backlogs, status reports, roadmaps, product backlogs. This is the bottleneck: to take on more client engagements, they need more consultants. Revenue scales linearly with headcount.

Our value proposition: Warren produces the deliverables. Valent's consultants focus on client relationships, strategy, and judgment β€” the 20% that produces 80% of the value. One AI partner per engagement = capacity multiplier without headcount growth.

Revenue impact for Valent: 1-2 FTE equivalent savings = $200K-$500K/year per engagement Warren supports. If Valent runs 5 engagements with Warren, that's $1M-$2.5M in capacity unlocked.

What We Built (June 6, 2026)

AssetStatusWhat It DoesBusiness Problem It Solves
SOUL.md βœ… Done Client-facing persona with Pareto Lens communication DNA, sanitization rules, operator hierarchy Every interaction surfaces the highest-value insight. Differentiates from generic AI that just answers questions.
MEMORY.md βœ… Done Seed knowledge: Valent company context, 4 stakeholder profiles, pilot scope, methodology (See It Cycle, Pareto Lens, Show Me Don't Tell Me) Day 1 competence. Warren knows Valent's business, team, and standards from the first interaction β€” no cold start.
AGENTS.md βœ… Done Operating rules: See It Cycle (4-stage methodology), Maybe Gate (focus on ambiguity), Show Me Don't Tell Me (evidence-based), deliverable workflow, escalation paths Consistent methodology embedded in every output. Not just producing artifacts β€” producing artifacts that question whether the team is focused on what matters.
IDENTITY.md βœ… Done Warren = AI-Powered PMO Operations Partner for Valent Clear identity for the client. Professional, not confusing.
USER.md βœ… Done 4 user profiles with communication style calibration (RJ=practical, Hector/Nick=executive, Matt=technical) Personalized interaction from day 1. RJ gets workflow value, Hector gets strategic impact, Matt gets honest technical depth.
TOOLS.md βœ… Done Full capability set: PMO deliverables, technical deliverables (BDD/TDD/user stories/business rules), executive reports, published URLs, cron automation, review & analysis Valent sees the full capability β€” not just 4 SOW deliverables. Creates upsell path for Phase 2+.
BOOTSTRAP.md βœ… Done 5-point pre-response checklist: scope, data integrity, format, isolation, tone Quality gate on every single response. Prevents hallucination, data leaks, scope creep.
Kickoff Prep Kit βœ… Done 90-min agenda, persona playbook, data checklist, risk register (8 risks), 7 team decisions (redistributed ownership) Victor walks into Monday session and kickoff meeting fully prepared. No improvisation.
Document Parsing (pandoc) βœ… Done Installed pandoc in golden Dockerfile for DOCX/PPTX text extraction. OpenClaw only ships PDF parser natively. Valent can upload .docx/.pptx project docs via Teams DM β€” Warren parses content automatically. Verified: pandoc 2.17.1 running on AWS instance.
Client Skills Activation βœ… Done Enabled 3 built-in skills: summarize (doc/URL summarization), taskflow (PMO multi-step workflows), taskflow-inbox-triage (inbox triaging) Clients can say "summarize this document" or have Warren manage durable PMO task workflows. Essential for daily PMO operations.
Image Upgrade v0.5.0 βœ… Done Built AMD64 image, pushed to ECR, deployed to AWS EC2. Plugin compatibility verified (msteams 2026.6.1). Aria instance running latest stack. Container healthy. Tunnel operational.

2. Architecture β€” How It Works

GitHub Config Sync Model

Production system (DGX/Slack) maintains the golden configuration repo. Client instances (AWS/Teams) are deployed from this repo. Knowledge transfer flows through git β€” not real-time API calls.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     git push      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Warren (DGX/Slack)  β”‚ ──────────────▢  β”‚  Golden Repo (GitHub) β”‚
β”‚  - Maintains config  β”‚                   β”‚  t-and-c-golden       β”‚
β”‚  - Evaluates quality β”‚                   β”‚  └── clients/valent/  β”‚
β”‚  - Coaches via files β”‚                   β”‚      └── workspace/   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                   β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                                                      β”‚ deploy
                                                      β–Ό
                                          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                                          β”‚  Valent Instance      β”‚
                                          β”‚  (AWS/Teams)          β”‚
                                          β”‚  - Client-facing      β”‚
                                          β”‚  - Sanitized          β”‚
                                          β”‚  - Isolated context   β”‚
                                          β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
Key design decisions:

Document Ingestion Flow (Option A β€” Confirmed)

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    upload     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    ingest    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Valent Team      β”‚ ──────────▢ β”‚  Teams Channel    β”‚ ──────────▢ β”‚  Warren (AWS)     β”‚
β”‚  (RJ, Nick, etc.) β”‚  .docx/.pdf β”‚  (designated)     β”‚  automatic  β”‚  - Parses docs    β”‚
β”‚                    β”‚  .pptx/txt  β”‚                    β”‚             β”‚  - Acknowledges   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜              β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜             β”‚  - Flags gaps     β”‚
                                                                    β”‚  - Produces        β”‚
                                                                    β”‚    deliverables    β”‚
                                                                    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

No manual handoff. The Teams channel IS the ingestion interface. Valent drops files, Warren reads them, acknowledges receipt, and flags any data gaps or quality issues.

βœ… RESOLVED (Victor + Warren, Jun 8): PDF works natively via pdfjs-dist. DOCX/PPTX now supported via pandoc (deployed in v0.5.0-docx-skills). Channel attachments need Graph API (deferred β€” DM uploads work for kickoff).

3. Methodology β€” The Differentiator

This is what separates Warren from ChatGPT/Copilot/generic AI. Three interconnected systems embedded in every interaction:

πŸ”„ The See It Cycle

Every sprint, every deliverable follows four stages:

StageQuestionWhat Warren Does
1. SEE where you want to goWhat's the highest-value outcome?Applies 3 filters: Exposed (gap that changes dynamic), Unguarded (path bypassing resistance), Disproportionate (small intervention β†’ outsized results). Prioritizes backlogs and recommendations accordingly.
2. SEE where you areWhat's actually happening vs. what was planned?Reality check at midpoints. Compares progress against the TARGET, not the plan. Plans drift β€” reality doesn't.
3. SEE how to get thereIs the output moving toward the target?Before/after comparison. Evidence over assertions. Every checkpoint verifies demo vs commitment.
4. SEE what worksWhat actually moved the needle?Retrospective: identifies counterfeit productivity (effort that felt productive but didn't create value). Recalibrates for next cycle.

Each sprint IS one cycle. Each release IS a cycle of cycles. More cycles = faster, more accurate delivery.

πŸ“Š The Pareto Lens (Communication DNA)

Not a feature β€” it's how Warren thinks and communicates. Every interaction is filtered through: "Is this the 20% that produces 80% of the results?"

πŸ‘οΈ Show Me, Don't Tell Me

Why this matters for Valent: Their consultants already know the answers β€” they just spend too much time producing the artifacts that prove it. Warren produces the artifacts AND asks the questions that surface whether the team is focused on the right things. That's the "Tony's okay = customer's good or great" calibration β€” our baseline exceeds what Valent's clients are used to seeing.

4. What's Done vs. What's Pending

βœ… Completed (June 6–8)

⏳ Pending β€” Monday Team Session (Jun 9)

⏳ Setup Phase (Days 1–5: Jun 10–14)

These happen AFTER kickoff, during the 5-day setup window β€” not before.

5. Risk Register β€” Operational View

RiskSeverityMitigation (What We Did)Residual Gap
Bootstrap Gap β€” 5 days vs 3+ months HIGH Pre-seeded MEMORY.md with company context, stakeholders, methodology. See It Cycle + Pareto Lens embedded. Warren coaches via git. Still no real project data until Valent uploads. First 48h will be calibration.
Data Control β€” losing access if on client infra HIGH All infra on VTKL AWS. Decided and documented. Talking point needed for kickoff if Valent asks "why not in our environment?"
Quality Calibration β€” agentic vs human teams MED Phase 1 = deliverables only, not estimation. PMO-specific methodology seeded. First deliverables will need feedback loop. RJ's candid feedback is critical.
IP Exposure β€” leaking internals MED Sanitization rules in SOUL.md. Context isolation absolute. Grep verified: 0 matches. Need adversarial testing before go-live (ask it probing questions about internals).
Naming Confusion LOW Recommendation: "Warren" (matches SOW). Bootstrap kit uses "Warren". Need Charlie's confirmation Monday.
Jira Complexity MED Phase 1 = doc-based only. Explicitly excluded in SOW Β§2.2. Valent may push for Jira earlier. Have clear talking point ready.
Teams File Parsing βœ… RESOLVED pandoc installed (v0.5.0-docx-skills). PDF native, DOCX/PPTX via pandoc. Verified on AWS. Channel attachments need Graph API (tenant admin consent). DM uploads work β€” sufficient for kickoff.

6. Timeline β€” Operational

Pre-Kickoff (Internal)

DateMilestoneOwnerStatus
Jun 6 (Sat)Bootstrap kit complete, prep kit publishedWarrenβœ…
Jun 8 (Mon)File parsing resolved (pandoc + skills). v0.5.0 deployed to AWS.Victor + Warrenβœ…
Jun 8 (Mon)Skills audit + 3 client skills activated. Prep kit updated (Team Decisions).Victor + Warrenβœ…
Jun 9 (Mon)Team session: 6 open architecture/governance decisionsVictor + Joana + Charlie + Tony⏳

Setup Phase β€” Days 1–5 (Jun 10–14)

Kickoff is the START of setup, not the end. SOW allocates 5 days for architecture, deployment, and validation before data ingestion.

DayDateActivitiesOwner
1Jun 10 (Wed)Kickoff meeting (45 min). Collect blockers: Teams admin contact, tenant approval, channel.Joana + Victor
1–2Jun 10–11Finalize architecture decisions. Warrenβ†’Aria coaching mechanism. Naming confirmed.Charlie + Victor
2–3Jun 11–12AWS Valent instance deployment. Teams bot install in Valent tenant (requires their IT).Charlie + Warren
3–4Jun 12–13Governance: SOUL.md finalized, policies locked. Adversarial testing (IP exposure). Skills manifest confirmed.Victor + Joana
4–5Jun 13–14Internal dogfood: VTKL tests Aria with sample project. E2E doc ingestion + deliverable quality.Joana + Victor

Data Ingestion β€” Days 5–10 (Jun 14–19)

DateMilestoneOwnerStatus
Jun 14–17Valent uploads project docs (DM to Warren in Teams)Valent (RJ)⏳
Jun 17–19First deliverables produced. Feedback loop with RJ.Warren/Aria + Joana⏳

Hands-On Evaluation β€” Days 10+ (Jun 19–Jul 24)

DateMilestoneOwnerStatus
Jun 19–Jul 14Valent team works with Warren daily. Quality iteration.All⏳
Jul 14–24Review & debrief. Assess pilot. Decision on next steps.Joana + Victor + Hector⏳