sdlc-agent-14-deployment

Generates Databricks Asset Bundles and CI/CD deployment packages from reviewed pipeline code.

1|2|Updated Aug 10, 2026
One-click install
npx skills add https://github.com/TRRaveendra/AI-Agents-Databricks --skill sdlc-agent-14-deployment-trraveendra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdlc-agent-14-deployment
Source: https://github.com/TRRaveendra/AI-Agents-Databricks/tree/main/ai-agent-skills/databricks-sdlc-agent-skills/14-deployment-agent
Command: npx skills add https://github.com/TRRaveendra/AI-Agents-Databricks --skill sdlc-agent-14-deployment-trraveendra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires databricks-sdk, and includes references (resource) components.

What problem does it solve? Manually authoring Databricks Asset Bundles, CI/CD pipeline definitions, and rollback plans for every deployment is error-prone and inconsistent across teams. This Skill acts as Agent 14 of 15 in a Databricks multi-agent SDLC pipeline, turning reviewed and tested code from upstream agents into a validated deployment package. ## Core Features & Use Cases - Bundle Generation: Produces the Databricks Asset Bundle (databricks.yml), CI/CD pipeline definitions for GitHub Actions or Azure DevOps, environment variables, secrets references, approval workflow, and rollback plan. - Contract-Validated Output: Returns JSON matching a strict output contract, runs databricks bundle validate as part of completion, and writes artifacts to /Volumes/{catalog}/state/artifacts/{ticket}/ with state.artifacts and state.agent_runs tracking. - Governed Handoff: Enforces a human approval gate before downstream agents proceed, returns needs_clarification instead of inventing metadata, and routes failures to state.needs_human after one repair retry. - Use Case: After agents 10-12 finish code review and testing for a ticket, invoke this agent to produce a validated deployment package and CI/CD configuration ready for the Production Monitoring Agent. ## Quick Start Ask the agent to generate the Databricks Asset Bundle and CI/CD deployment package for the current ticket using the reviewed code artifacts from agents 10-12.

Frequently Asked Questions about sdlc-agent-14-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Databricks Asset Bundle with an AI agent?

Provide the reviewed and tested code artifacts from upstream pipeline stages, and the agent generates databricks.yml plus CI/CD pipeline definitions via the Databricks Foundation Model API. It then runs databricks bundle validate before marking the artifact complete.

Can I call Genie Code from a Databricks job or orchestrator?

No, Genie Code is UI-only with no public API for headless invocation. Use the Foundation Model API through Model Serving endpoints such as databricks-claude-sonnet-4-5, or a deployed Mosaic AI Agent endpoint, for code generation tasks.

What CI/CD platforms does the deployment package support?

The agent generates pipeline definitions for GitHub Actions or Azure DevOps, along with environment variables, secrets management references, an approval workflow, and a rollback plan alongside the Databricks Asset Bundle.

What happens when the deployment agent output fails validation?

The agent gets one repair retry with the validation error appended to its context. If it still fails, the run is routed to state.needs_human so the approval-gate reviewers can intervene before downstream agents proceed.

When should the Genie Agents Conversation API be used instead?

Use the Genie Agents Conversation API only for natural-language data questions against Genie Spaces, such as ad-hoc profiling or business-metric queries. It does not write production code, so this deployment agent does not need it.