Agent Plugins Marketplace
All plugins

consort

v0.3.61

Consort: a Spec-First Branched-Database TDD agent framework. A deterministic orchestrator drives role agents through a spec-first design lane and a test-driven build lane whose every cycle runs against a live copy-on-write branch of a real Lakebase database, with human-in-the-loop gates that fail closed. Run /consort:start to launch the workflow.

Claude Code4 Skills1 MCP serverstdio

By Databricks12 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install consort@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/databricks-solutions/consort

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

consort/
├── .claude-plugin/plugin.json
├── skills/architectural-design-principles/SKILL.md
├── skills/consort/SKILL.md
├── skills/software-design-principles/SKILL.md
├── skills/ui-ux-design-principles/SKILL.md
└── .mcp.json

Included Skills4

architectural-design-principlesskills/architectural-design-principles/SKILL.md

System-level engineering canon, the architecture counterpart to software-design-principles. Layered architecture + dependency direction, ports and adapters (repository / ORM-as-adapter), the twelve-factor app for cloud-native development, evolutionary architecture with fitness functions, and evolutionary database design (schema that evolves by migration on paired branches). Imported by workflow skills (consort, lakebase-scm-workflows). Use when: shaping a system boundary, deciding what is a backing service, mapping config to the environment, or authoring the fitness functions that keep the architecture honest as it evolves.

consortskills/consort/SKILL.md

Consort, a spec-first, test-driven agent framework for Lakebase-paired projects: a deterministic orchestrator drives role agents through a spec-first design lane (Spec Driven Development) and a Test Driven Development build lane (RED-GREEN-REFACTOR) that runs against a live copy-on-write branch of a real, governed Lakebase database, composed with paired-branch primitives (cheap experiments, parent-aware schema diff, real per-branch databases). The controls are code the agent cannot edit: gates fail closed, tests are immutable within a unit of work, and a green result is a real test run against real data. Spec-first means the spec is drafted, reviewed, and frozen at gates before any build cycle runs; the spec, the architecture, and the database all evolve increment over increment. Use when planning a new feature, running design-spec gates, running TDD cycles, comparing parallel experiments, or detecting build bad smells. Imports software-design-principles canon. Builds on lakebase-scm-workflows.

software-design-principlesskills/software-design-principles/SKILL.md

Foundational engineering canon – SOLID, DRY, clean code, layered architecture, cross-cutting concerns, NFRs. Imported by workflow skills (consort, lakebase-scm-workflows). Use when designing a module, reviewing a PR, planning a refactor, mapping cross-cutting concerns to layers, or arguing about API shape.

ui-ux-design-principlesskills/ui-ux-design-principles/SKILL.md

Experience-level engineering canon, the UI/UX counterpart to software-design-principles (code-level) and architectural-design-principles (system-level). Usability heuristics, visual hierarchy, accessibility, interaction and feedback, information architecture, design systems and tokens, and testable UI. Imported by the consort UX Designer (authoring design-guide.{md,json} + ia.md and the adherence gate) and by the Driver building UI. Use when: shaping a design guide or information architecture, reviewing a user-facing surface, choosing a UI framework, or making the UI testable.

MCP servers1

consortstdio
command
node
args
./dist/apps/mcp-server/index.js

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "consort",
  "description": "Consort: a Spec-First Branched-Database TDD agent framework. A deterministic orchestrator drives role agents through a spec-first design lane and a test-driven build lane whose every cycle runs against a live copy-on-write branch of a real Lakebase database, with human-in-the-loop gates that fail closed. Run /consort:start to launch the workflow.",
  "version": "0.3.61",
  "author": {
    "name": "Databricks"
  },
  "repository": "https://github.com/databricks-solutions/consort",
  "keywords": [
    "lakebase",
    "databricks",
    "postgres",
    "branch-pairing",
    "branching",
    "tdd",
    "scm",
    "release-management",
    "agentic-development",
    "human-in-the-loop"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[consort on Agent Plugins Marketplace](https://pluginsmp.com/plugins/consort)