Raven Power LLC · Remote — working with clients worldwide

Agentic AI, shipped with regulator-grade rigor.

Claude, Power Platform, and Microsoft Fabric — built with the precision of a financial regulator, shipped at startup pace.

  • 13+ Years across finance & data analytics
  • 2 Years inside a financial regulator
  • 4 Active professional certifications
  • 1 Founder. Direct line, no handoffs.

Capabilities

Four disciplines. One outcome — software that moves the business.

  • Agentic AI with Claude

    Production-grade agent workflows that read documents, call tools, and hand work back to humans at the right moment — built on Anthropic's Claude.

    Tool use · retrieval · evals · audit trails

  • Microsoft Power Platform

    Custom Power Apps and Power Automate workflows that replace manual handoffs with auditable approvals — Dataverse-backed, with row-level security and app-security models built in from day one.

    Canvas & model-driven apps · flows · Dataverse · RLS

  • Power BI & Microsoft Fabric

    DirectQuery and DirectLake semantic models, KPI scorecards, and executive dashboards over Dataverse and Fabric lakehouses — board-ready insight on a pipeline that stays fresh.

    DirectQuery · DirectLake · semantic models · DAX · RLS

  • Web design & build

    Static-first marketing sites and internal tools — no CMS tax, hand-coded, accessible, and editable in plain HTML by the founder.

    Static-first · accessible · founder-editable

Selected work

Representative engagements.

A sample of the kind of work Raven Power takes on. Names and details are generalized to respect client confidentiality.

  • Agentic AI

    Agentic Compliance Reviewer

    A Claude-powered agent that triages incoming regulatory filings, drafts exception notes, and routes edge cases to a human reviewer with citations attached.

    14d3dfiling review cycle

  • Power BI / Fabric

    Executive Performance Dashboard

    A unified Fabric semantic model behind a Power BI executive view — twelve disparate source systems condensed into a single, board-ready view.

    121source systems unified

  • Power Platform

    Submissions Pipeline Automation

    Power Automate flows and a custom Power App that replaced a manual email-and-spreadsheet process with auditable approvals and a clean handoff to downstream systems.

    8h20mper submission

  • Power BI / Fabric

    Regulatory Reporting Workbench

    Fabric notebooks plus a curated lakehouse that turn a quarterly regulatory return from a fortnight of spreadsheets into a repeatable, governed pipeline.

    2 wk1 dayquarterly return

  • Agentic AI

    Internal Knowledge Assistant

    A retrieval-augmented Claude agent that answers internal policy questions in plain English — every answer linked back to the source paragraph for audit.

    ~30m~30sto a sourced answer

  • Web

    Boutique Advisory Website

    A hand-coded marketing site for a Bermuda-based advisory — dark, restrained, fast, and built to be edited by the founder, not a CMS.

    98100Lighthouse perf · a11y

The stack

Open methodology. Audit-ready by default.

Every engagement runs on RavenClaude — an opinionated marketplace of Claude Code agents, skills, and hooks I maintain in the open. Pick a discipline to see what comes ready out of the box.

  • 7plugins
  • 55agents
  • 86skills
  • 11hooks
  • 66templates

Domain-neutral Claude Code plugin: 14 specialist agents, team-lead dispatch playbook, format/lint/test gates, hooks, templates, slash commands `/init-agent-ready` and `/wrap`.

  • architectUse this agent as the technical conscience across the entire software lifecycle — design, build, test, review, iterate.
  • backend-coderUse this agent to implement server-side code — API handlers, business logic, database queries, background jobs, integrations.
  • code-reviewerUse this agent for pre-merge review of any non-trivial diff.
  • data-engineerUse this agent for data-shaped work that isn't tied to a specific domain plugin — pipeline design, data modeling, ETL/ELT, warehouse and lake schemas, query performance, data quality, lineage, ingestion connectors, and analytics-engineering style transformations (dbt-flavored or hand-rolled).
  • deep-researcherUse this agent for rigorous, multi-source research — troubleshooting unfamiliar errors, comparing tools/libraries, verifying claims, or going deeper than a single web search.
  • designerUse this agent for UX direction and visual design — wireframes, user flows, screen layouts, design specs, accessibility checks, visual hierarchy.
  • documentarianUse this agent for stakeholder-facing written deliverables — executive summaries, decision memos, variance commentary, partner briefs, runbooks, SOPs, release notes, READMEs, onboarding guides, long-form writeups.
  • frontend-coderUse this agent to implement UI work — components, pages, client-side state, styling, accessibility, browser-side integrations.
  • fullstack-coderUse this agent only for changes that genuinely cross the client/server boundary in one cohesive unit (e.g., a new endpoint plus the UI that calls it).
  • partner-success-managerUse this agent for any Partner Success Manager work — maintaining partner profiles, success plans, QBRs, health scores, onboarding checklists, touchpoint logs, and the team's growing AI workflow library.
  • project-managerUse this agent for any project hygiene work — maintaining the RAID log, task list, weekly status report, activity log, or stakeholder register.
  • prompt-engineerUse this agent to author, critique, refine, or refactor agent definitions, skill files, and prompt patterns across RavenClaude and any Expert repo (PowerPlatformExpert, SalesforceExpert, etc.).
  • security-reviewerUse this agent whenever a diff touches authentication, authorization, cryptography, secrets, sessions, untrusted input parsing, file uploads, deserialization, SQL, shell, network egress, or third-party integrations.
  • tester-qaUse this agent to design test plans, hunt flakes, plug coverage gaps, or harden tests around a new feature.
  • agent-quality-rubricScore and improve an agent file against a 6-dimension rubric — Mission clarity, Scope sharpness, Capability Grounding alignment, Output-Contract completeness, Escalation paths, Example scenarios.
  • audit-ci-gatesFor any consumer project where a CI workflow is meant to *enforce* a property (lint, format, security scan, manifest validation, version pin, layout allow-list, etc.).
  • cleanup-worktreesRemove finished agent worktrees, prune their branches, and surface anything still in flight.
  • contribute-findingFor Claude sessions running in a consumer project (any project where ravenclaude-core is installed).
  • create-prOpen a pull request for the current branch using the project's standard template.
  • cross-platform-determinismFor any script that produces a file the repo COMMITS and CI DIFFS — generated HTML, lockfiles, JSON snapshots, fixture files, documentation rendered from source.
  • draft-agent-briefUse this skill when the user wants to create a new agent and has a clear business goal but isn't fluent in the agent's target domain.
  • environment-discoveryAuto-discover the consumer's environment posture by probing installed CLIs (pac / az / aws / gcloud / gh) with read-only commands at session start, decoding JWTs for role/scope claims, and assembling a draft `.ravenclaude/environment-context.md` for save/edit/skip.
  • knowledge-file-staleness-sweepRun a periodic staleness sweep over all `plugins/<plugin>/knowledge/*.md` files and any decision-tree sections — flag entries past their `last-verified` window, categorize by re-verification effort (Tier 1-5 per Researcher schema), produce a remediation queue with named re-verifiers.
  • new-worktreeCreate an isolated git worktree under .claude/worktrees/ for a sub-agent to work in.
  • plugin-release-checklistPre-release checklist for shipping any plugin update through this marketplace — plugin.json + marketplace.json + architecture.md version-mirror discipline, .repo-layout.json glob coverage for new dirs, CLAUDE.md skill / template tables synced, JSON validation, prettier check, audit-gates meta-test, and the consumer migration-note rule.
  • prompt-pattern-libraryCurated, applied prompt-pattern catalog used across this marketplace — decision-tree traversal pre-action prior, alternate-methods-before-blocked, Structured Output Protocol `---RESULT_START---` block, scenario-retrieval inline prior, escalation-by-mandatory-phrasing, citation-aware research, environment-context preamble, orchestrator-worker reinforcement, agent-scenario-authoring frontmatter.
  • researcherMeta-skill that keeps all agents, skills, and knowledge files current and honest — Daily Quick Check + Weekly Deep Research modes.
  • review-staged-contributionsFor the RavenClaude marketplace maintainer.
  • run-full-test-suiteRun the project's full quality gate — format check, lint, typecheck, unit tests, integration tests — in order, fail fast, summarize.
  • scenario-retrievalConsult the unverified scenarios bank (`plugins/<plugin>/scenarios/*.md`) before answering plugin-domain questions.
  • spawn-teamTeam Lead dispatch playbook.
  • structured-outputEnforce the Structured Output Protocol — every sub-agent handoff ends with a `---RESULT_START--- ...
  • enforce-layout.shenforce-layout.sh PreToolUse hook for Write | Edit | MultiEdit.
  • format-on-write.shformat-on-write.sh PostToolUse hook for Edit | Write | MultiEdit.
  • guard-destructive.shguard-destructive.sh PreToolUse hook for Bash.
  • guard-recursive-spawn.shguard-recursive-spawn.sh PostToolUse hook for Edit | Write | MultiEdit on agent definition files (plugins/*/agents/*.md).
  • remind-tests.shremind-tests.sh Stop hook.
  • agent-collaborationRule: Agent Collaboration Protocol
  • coding-standardsRule: Coding Standards (long form)
  • git-workflowRule: Git Workflow (long form)
  • securityRule: Security (long form)
  • activity-log.mdActivity Log — *<Project Name>*
  • agent-brief.mdAgent Brief Template
  • agent-definition-template.mdAgent Definition Template
  • agent-ready-repo/(template folder)
  • deliverables/(template folder)
  • design/(template folder)
  • environment-context.mdEnvironment Context — `<engagement_name>`
  • partner-success/(template folder)
  • raid-log.mdRAID Log — *<Project Name>*
  • research-report-template.mdResearch Report Template
  • run-artifacts/(template folder)
  • stakeholder-register.mdStakeholder Register — *<Project Name>*
  • status-report.mdStatus Report — *<Project Name>*
  • task-list.mdTask List — *<Project Name>*

References

Client references

Case studies under NDA — references available on request.

About

Founded by Matt Corbett.

Raven Power LLC is the consulting practice of Matt Corbett — thirteen-plus years across corporate finance and data analytics, most of it spent turning operational data into systems the business actually runs on.

The last two of those years were spent as a Senior Data Analyst inside the Bermuda Monetary Authority — Bermuda's financial-services regulator — building production Power Platform and Power BI / Microsoft Fabric solutions over Dataverse: DirectQuery and DirectLake semantic models, custom Power Apps, Power Automate workflows, row-level security, KPI scorecards, and the app-security and governance models behind them. The standard there is precision, auditability, and a clear paper trail. There is no other kind of work to do.

Raven Power brings that regulator-grade discipline to every engagement, now extended with agentic AI built on Anthropic's Claude. Matt holds an MBA and a BS in Finance from the University of South Alabama and is Microsoft-certified across the Power BI, Fabric, and Power Platform stack. Connect on LinkedIn.

Contact

Start a project.

Engagements typically run 4–8 weeks, fixed-scope, in the $25–50k range — solo, with specialist agents pulled in as the work demands. Tell me about what you're trying to do, or write directly to matt@ravenpower.net.

Book a 30-min call or send a message below

Prefer email? Write to matt@ravenpower.net.