lucidchart-deploy-integration
Package, validate, stage, publish, and roll back a Lucid extension or data connector. Use when moving a tested Lucid integration beyond local development. Trigger with "deploy Lucid integration".
Allowed Tools
Provided by Plugin
lucidchart-pack
Governed Lucid integration workflows for REST, Standard Import, editor extensions, and data connectors (18 skills)
Installation
This skill is included in the lucidchart-pack plugin:
/plugin install lucidchart-pack@claude-code-plugins-plus
Click to copy
Instructions
Governed Lucid Integration Deployment
Overview
Move a Lucid extension and any companion data connector through reproducible build, canary, publication, and rollback gates using current official tooling.
Prerequisites
- A clean reviewed revision with passing local build, type, manifest, fixture, and secret scans
- Environment owners, approved scopes, release notes, canary users, and rollback artifact
- Current
lucid-packageand project-specific connector deployment instructions
Tool Discipline
Use Read, Glob, and Grep for repository and release evidence, WebFetch for current Lucid publication contracts, and Write or Edit only for local manifests, receipts, and release notes.
Current Contract
Lucid editor extensions use the official package CLI and Extension SDK. A data connector is a separately operated server component with its own identity, hosting, secrets, observability, and rollback. Verify installed CLI syntax rather than relying on cached commands.
Authentication
Separate developer, publisher, connector-runtime, and source-system identities. Keep credentials in approved secret stores; use least privilege and ensure rollback does not depend on an expired personal token.
Instructions
- Pin source revision, CLI/SDK versions, manifest, scopes, connector image, fixtures, and documentation.
- Run the repository's secretless build, type, manifest, fixture, and compatibility gates.
- Produce immutable extension and connector artifacts with checksums and provenance.
- Compare requested scopes, OAuth redirects, data flows, and webhook behavior with the reviewed release.
- Present artifact digests, target, canary cohort, expected mutations, monitoring, and rollback commands for approval.
- After approval, upload or deploy only to the documented staging/developer target and run the canary.
- Reconcile UI behavior, connector data, permissions, errors, and service health before production publication.
- Require a second approval for production publication or traffic change; retain the prior artifact until the rollback window closes.
Approval Boundaries
Never publish, change OAuth settings, expose a connector, rotate production secrets, or promote traffic implicitly.
Output
Return source revision, artifact digests, version evidence, scopes, approvals, canary results, publication receipt, monitoring, and rollback status.
Error Handling
| Condition | Response |
|---|---|
| Installed CLI differs from instructions | Use current --help and official docs; stop and update the plan. |
| Canary has auth or data drift | Halt promotion and roll back the canary artifact. |
| Previous artifact cannot be restored | Do not deploy until a tested rollback exists. |
Example
revision=abc123; extension-sha256=...; target=developer; canary=3/3; production=not-approved; rollback=verified
Resources
Next Steps
Promote only with production-owner approval and evidence that the canary and rollback gates passed.