Skip to content

CRED Agent Platform

The CRED Agent Platform is a packaged suite of 14 AI agents that take product ideas from first draft through shipped, merged, and monitored code. Teams plug it into their workspace with one API call and pay for what they use.

Epic: COM-34590 โ€” I4 Packaging, billing hooks, docs (sellable product).

What you get

  • Design review and planning. Pressure-test ideas and produce implementation plans before any code is written.
  • Multi-repo PR execution. A supervisor agent coordinates four specialised sub-agents (Completeness, Architecture, QA, Merge) that take a plan and turn it into merged pull requests.
  • Always-on ops. Performance, architecture drift, and QA coverage agents run on a schedule and surface work automatically.
  • Shared memory and dispatch. A memory query agent and fleet dispatcher tie the suite together so state flows cleanly between phases.

The 14 agents

Phase Agent What it does
Design Design Review Reviews product ideas and design briefs against reality.
Plan Plan Creation Drafts implementation plans from briefs.
Plan Plan Review Stress-tests plans before work starts.
PR PR Execute Supervisor Runs the multi-repo PR delivery loop.
PR Completeness Sub-agent Checks that a PR delivers the full plan.
PR Architecture Sub-agent Flags architectural regressions in a PR.
PR QA Sub-agent Reviews tests and QA coverage on a PR.
PR Merge Sub-agent Handles the merge step when a PR is ready.
Core Memory Query Looks up shared agent memory.
Core Intervention Hub Routes alerts and nudges to Slack, email, or mobile push.
Core Fleet Dispatcher Schedules and routes work across the agent fleet.
Ops Performance Ops Watches performance trends and files remediation plans.
Ops Architecture Drift Detects architectural drift and proposes refactors.
Ops QA Coverage Watches test coverage and proposes coverage work.

Get started

  • Install guide โ€” provision the platform for your workspace in one API call. Typical time to ready: โ‰ค120 seconds.
  • Pricing โ€” three self-serve tiers (Starter, Growth, Enterprise). Pick one without talking to sales.

How it fits together

flowchart LR
  Idea[Idea / brief] --> Design[Design Review]
  Design --> Plan[Plan Create + Plan Review]
  Plan --> PR[PR Execute Supervisor]
  PR --> Subs[Completeness ยท Architecture ยท QA ยท Merge]
  Subs --> Shipped[Shipped]

  subgraph Core[Core services]
    Memory[Memory Query]
    Dispatch[Fleet Dispatcher]
    Intervene[Intervention Hub]
  end

  subgraph Ops[Scheduled ops]
    Perf[Performance]
    Drift[Arch Drift]
    Cov[QA Coverage]
  end

  Ops --> Plan
  Core --- PR

Support

  • Questions / demos: #cred-agents-sales in Slack.
  • Incidents: page the on-call for cred-mcp โ€” the gateway behind the platform.
  • Platform status: the workspace dashboard surfaces per-agent run health, budget, and cost.