By Growthub-ai
Agent-facing operating console for governed Growthub workspaces: 14 read/dry-run/hand-off MCP tools over the workspace metadata graph (describe, topology, blast radius, lineage, readiness, preflight_patch, next_actions), plus operator skills for the governed mutation boundary. Read + dry-run + governed hand-off — never a mutation tool.
Operate the governed-universe MCP tools over a Growthub workspace — describe the workspace, traverse the metadata graph, simulate causal impact and blast radius, check ship-readiness, dry-run a PATCH with preflight_patch, and convert findings into governed next actions. Use whenever you need to answer "what exists, what depends on what, what would break, is it ready, and what governed call should happen next" in a workspace that contains growthub.config.json.
The two canonical Growthub workspace mutation calls and the verified protocol — PATCH /api/workspace (allowlist dashboards, widgetTypes, canvas, dataModel) and POST /api/workspace/sandbox-run. Read before changing workspace configuration or executing anything in a governed workspace. Mutations are runtime-enforced; this card keeps you on the sanctioned lanes.
Run the offline causal-intelligence CLI over a governed Growthub workspace — growthub plan (blast radius, stale surfaces, lineage), growthub patch (offline allowlisted edit with impact + compliance, PR-ready), growthub capture (live vs repo drift), growthub readiness (ship verdict across forks). Use for scripted or CI-side impact analysis when you want JSON output instead of MCP tool calls.
Draft dashboards, widgets, API registry rows, custom business objects, and swarm graphs for a governed Growthub workspace via the workspace helper — a propose-only planning engine whose output is applied through an explicit governed apply step. Use when asked to build a dashboard, create a custom object, register an API, scaffold a widget, repair broken references, or explain a workspace object.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A self-correcting, information-theoretic system that treats workspace data as a governed, low-entropy machine.
Quick links: Architecture thesis · Operational loop · Core features · Installation · Quick start · Documentation · Contributing
Growthub Local is not a framework. It is not a platform. It is a governed operating system for agent-native development—a workspace where humans and AI agents collaborate through deterministic, auditable primitives.
Growthub Local applies Information-Theoretic Transformation to the workspace state:
Causation ITT = A deterministic process that takes a high-entropy workspace state and transforms it into low-entropy, actionable guidance through pure, read-only derivation.
state → eligibility → guidance → action → evidence
This is the engine that powers every operation in the system.
A workspace with many objects, relationships, receipts, configs, sandboxes, traces, and potential inconsistencies is a high-entropy state. The causal derivation layer applies a deterministic compression function:
E(state) = Shannon entropy of workspace state
D(state) = Causal Derivation (compression function)
O(state) = D(state) (low-entropy output)
O(state) = compress(E(state)) where compress is deterministic and information-preserving
From GOVERNED_MCP_CONSOLE_V1.md, the system operates through an explicit, iterative agent loop:
Agent reads the full current workspace state and provenance (all objects, relationships, receipts, traces).
Agent uses causal tools:
simulate_causal_impact — Predict what dashboards, widgets, workflows, or downstream surfaces would be affected by a changetrace_lineage + find_downstream_dependencies — Map actual dependency chains across the workspace graphAgent uses preflight_patch to test the exact change against the Law layer without writing anything. The system checks if the change would violate any governance rules.
Agent emits only sanctioned routes (e.g., PATCH /api/workspace). The governance layer ensures the mutation stays inside the workspace boundary.
Agent re-reads the new state. Live rehydration happens on every call—no stale state, no assumptions.
graph LR
A[Read State] --> B[Reason with Causal Tools]
B --> C[Dry-Run preflight_patch]
C --> D[Governed Hand-off via Sanctioned Routes]
D --> E[Re-read New State]
E --> A
The system uses TypeScript's type system to enforce algebraic constraints on the derivation process. This is the governance shell that ensures all products conform to a governed shape.
MarketplaceProduct
├── SchedulerProduct (executionLane: 'serverless-scheduler')
│ ├── QStashProduct (authRef: 'QSTASH')
│ └── FutureSchedulerProduct
├── DataProduct (executionLane: 'workspace-data')
│ ├── RedisProduct (authRef: 'UPSTASH_REDIS')
│ └── NeonProduct
└── RetrievalProduct (executionLane: 'workspace-retrieval')
├── SearchProduct
└── VectorProduct
The type system enforces that a product must:
executionLaneenvRef for its authRefType constraint → Product shape → Product verification → Type constraint
The type system constrains what products can exist, which enables the causal layer to reason about products, which produces evidence that can be used to refine the type system.
Traditional agent systems scale complexity poorly:
| System Type | Complexity Scaling | Error Rate |
|---|---|---|
| Traditional agent systems | Grows linearly (or worse) with surface area | Compounds over time |
| Growthub's causal-driven system | Marginal cost decreases over time | Remains bounded by governance layer |
more evidence → better derivation → safer actions → more evidence → better derivation
This is the recursive scaling property. The more the system is used, the better it becomes at handling complexity.
npx claudepluginhub growthub-ai/growthub-local --plugin growthub-governed-consoleComplete workspace management platform with architecture governance, compliance tracking, and automated validation. Includes hooks, MCP servers, and comprehensive workspace orchestration capabilities.
Graph-first governance workflow guard for Aming Claw. Bundles one onboard-first skill entrypoint and the project MCP server (.mcp.json) so Claude Code sessions start from MCP onboard_route_guide, with HTTP fallback only when MCP is unavailable, before selecting role, work type, runtime contract, worker, QA, or system operation paths.
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Run Claude Code dynamic-workflow scripts on a local Codex App Server — fan out Codex/GPT agents with the agent/parallel/pipeline DSL, sessionful steerable workers, supervised fleets (--multi), live viewers, and run analytics.
Thoughtbox observability, protocol enforcement, and CLI for Claude Code
Governed workflow skills, reviewer agents, and enforcement hooks for govctl