running-an-architectural-assessment
Phase 2 (Research) deep-dive playbook — drafts the Architectural Assessment.
What this skill does
Phase 2 (Research) deep-dive playbook for an initiative shepherd. Deliverable: an **Architectural Assessment** — a Confluence page in the EN-space assessments folder that captures the refined problem statement, current state, 2–4 evaluated solution options, and a recommendation with rationale. Time budget: 3–5 weeks, 40–80 hours of shepherd time. Splits into Part A (~weeks 1–2) understanding the problem, Part B (~weeks 3–5) finding the right direction. ## Part A: Understanding the Problem (~Weeks 1–2) ### Stakeholder Interviews Interview **3–5 people** affected by or knowledgeable about the problem. Cast wider when the initiative spans many teams or hits operational systems; cast narrower when it's a clear technical question. Who to talk to: - Tech leads on the teams whose codebases will change. - Engineers who have hit the problem repeatedly and have working models of it (even if not the tech lead). - SRE, BRE, DbOps, AppSec, or QA leads when the problem touches their domain. - Anyone who attempted a related approach before — even if it failed. Especially if it failed. What to ask: - "Walk me through how this problem shows up for your team in practice." - "What workarounds exist today?" - "What attempts were made before and why did they not stick?" - "If we did nothing here for another quarter, what changes?" - "What constraints — technical, organizational, timing — would shape a solution?" What to document: - Each interviewee's perspective in their own framing (paraphrase but keep their language). - Quantified pain wherever possible. "~3 bugs per quarter," "~4 hours per sprint lost to this," "incident on 2026-02-14 traced to this." Vague pain produces vague proposals. - Constraints, especially the implicit ones — security commitments, V+/-2 compatibility, self-hosted, multi-client parity. - Disagreements between interviewees. They are signal, not noise. ### Current-State Analysis Survey existing implementations across the codebase. The shape of the survey depends on the initiative — error handling, observability, auth, data access, build/test tooling. Look for: - **Inconsistencies.** Five teams solving the same problem five ways. Two services with diverged versions of a shared pattern. - **Workarounds.** Code that exists only because the desired pattern doesn't. Comments referencing tickets that were never resolved. - **Technical debt.** Old patterns left in place because rewriting wasn't worth the cost — but the cost of leaving them is now bigger than the rewrite. - **Impact.** Where possible, attach numbers: bug frequency in the area, performance metrics, on-call pages tied to the area, time spent in code review on this kind of code. ### Historical Context - Read past PRs, design docs, and Slack threads on the topic. Search Confluence for prior assessments in the same problem space. - Find earlier shepherds, EMs, or engineers who pushed related work. Brief conversations save weeks of rediscovery. - Identify why previous approaches did or did not stick. The reasons usually inform what will succeed this time. ## Part B: Finding the Right Direction (~Weeks 3–4) ### Solution Research Research patterns from industry, comparable codebases, and Bitwarden's own prior art. The goal at this stage is **breadth, then trade-offs** — not depth into the favorite. - Identify **2–4 candidate approaches**. Fewer than 2 means you skipped the comparison; more than 4 usually means you haven't classified them well. - For each approach, document trade-offs explicitly: complexity, migration cost, performance, security posture, operational implications, self-hosted impact, V+/-2 compatibility, who builds the framework, who adopts it. - Pair up with current or past shepherds whose initiatives are adjacent. Sharing findings catches dependencies and conflicts early. - Bring `Skill(architecting-solutions)` from `bitwarden-tech-lead` into play when the trade-offs are inside one team's codebase — that skill carries the team-scope architectural judgment heuristics. Be honest about the leading candidate but write the assessment as if any of the 2–4 might win. If you only document one approach seriously, leadership and Architecture Council can't actually make the decision — they're rubber-stamping yours. ### The Architectural Assessment Document Place under the EN-space assessments folder (the funnel doc links the canonical location). Follow the "Architectural Assessments" template; the sections below are the ones the funnel page specifies. - **Problem statement (refined from research).** The version you can write now that you couldn't have written at Identification. - **Current state analysis.** Inconsistencies, workarounds, quantified impact. Reference specific code or ticket evidence. - **Solution options considered (2–4).** For each: a brief description, key trade-offs, rough effort estimate, risks. Don't write a full proposal for each — a clear-eyed comparison is what's needed. - **Recommended approach.** Pick one. The funnel doc is explicit that this is what leadership decides on; equivocating defeats the purpose of the assessment. - **Rationale.** Why this option, not the others. Tie back to the constraints surfaced in interviews and the impact in current-state analysis. - **Loose high-level effort estimate.** Reference past initiatives where helpful. T-shirt size or weeks-of-shepherd-plus-weeks-of-team is sufficient. - **Risks and open questions.** What could invalidate the recommendation. What needs PoC to answer. Strong examples from the funnel doc: > **Problem:** "Inconsistent state management across web vault, browser extension, and desktop app causes sync bugs" > **Solutions evaluated:** RxJS observables, Redux Toolkit, Zustand, custom event system > **Recommendation:** Redux Toolkit with clear migration path > **Rationale:** TypeScript support, dev tools, team familiarity, gradual adoption path > **Next step:** Prove it works in browser extension settings module Weak patterns to avoid (also from the funnel doc): - "We should use GraphQL because it's modern" — no problem analysis, no alternatives. - "Smaller services would solve our scaling issues" — no current-state analysis, no trade-off evaluation. ### Socializing the Draft - Share the draft with the people you interviewed. They will catch misrepresentation of their team's reality faster than anyone else. - Share with adjacent shepherds. Cross-initiative conflicts are cheapest to surface here. - For major initiatives, present an **optional preview at Architecture Council** before the formal Phase 3 PoC review. Council input at this stage is shaped guidance, not a gate. - Refine based on input. The first draft and the version that goes to the decision-makers should not be the same document. ## Exit Criteria The funnel doc specifies the gate at the end of Phase 2: - **Deliverable:** Completed Architectural Assessment document with 2–4 solution options and a recommended approach. - **Decision maker:** Engineering leadership with Architecture Council input. - **Possible decisions:** Proceed to PoC / Continue Research (extend 1–2 weeks) / Hold (revisit in a future quarter) / Decline. When you bring the assessment to the decision-makers, you need: - A 5–10 minute walkthrough that can stand alone — problem, options, recommendation, rationale, risks. - A clear ask. Almost always "approval to start a PoC validating Option X in area Y." - Honest acknowledgment of open questions the PoC is meant to answer. ## Updates to the BW Initiative During Research, update the BW Initiative (see [Idea-Based Initiatives](https://bitwarden.atlassian.net/wiki/spaces/EN/pages/2785181779) for the canonical anatomy): - **Description:** Refine if the problem understanding has shifted materially. Stay at the summary level — the Architectural Assessment is the detailed artifact. - **"Relates to" links:** This is when the link inventory grows fastest. Every prior attempt, adjacent team's work, existing tooli
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.