Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/pages/ai-kit/available-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Available features

Explore the available AI Kit features and their accompanying visual walkthroughs. Use the GIF, MP4, or PDF resources to review the end-to-end user experience before implementation.

| Feature | Release date | Formats |
| --- | --- | --- |
| Flexible Discounts for Three-Year Commit customers | June 26, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/flexible-discounts/reference-files/visuals/3YC%20Discount%20Walkthrough.pdf) |
| Anytime Upgrade | August 5, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/anytimeUpgrade/reference-files/visuals/Anytime-Upgrade-Walkthrough.pdf) |
| Early Renewal | August 5, 2026 | [GIF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.gif) · [MP4](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.mp4) · [PDF](https://github.com/adobe/adobe-commerce-partnerships-ai-kit/blob/main/feature-specs/early-renewal/reference-files/visuals/Early-Renewal-Walkthrough.pdf) |
77 changes: 77 additions & 0 deletions src/pages/ai-kit/defining-features-workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions src/pages/ai-kit/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Adobe Commerce Partnerships AI Kit

Build VIP Marketplace integrations faster through an AI-assisted, self-service development workflow.

### 👉 [AI Kit Git Repository](https://github.com/adobe/adobe-commerce-partnerships-ai-kit)

The Adobe Commerce Partnerships AI Kit provides a structured, AI-assisted development experience for building integrations with Adobe Commerce Partner APIs. It includes reusable feature specifications and AI-powered workflows that help partners accelerate development and validate integrations locally.

The AI Kit supports integration development for Adobe VIP Marketplace.

## How the AI Kit works

Whether your team is technical or non-technical, the AI Kit provides multiple entry points. You can visualize a feature without writing code, test it using Adobe's reference application, or implement it directly in your own codebase:

![Three ways in: Visualize a feature with no code, try it against Adobe's reference app, or build it directly into your own codebase](./overview-workflow.svg)

**Not sure where to start?** If your goal is to understand or demonstrate a feature, begin with Visualize. No setup is required. If you need working code in your own project, continue through Build.

## The pieces, and how they fit

| Component | Description |
| --- | --- |
| **Experience Card** | A lightweight Markdown specification that captures a feature's business goals, requirements, and expected behavior. Every workflow begins with an Experience Card. |
| **Skill** | A reusable, purpose-built command invoked through a slash command, such as `/implement-feature`, that instructs an AI agent to perform a specific task, including generating designs, scaffolding code, or validating a build. |
| **Service Card** | A generated description of your codebase's patterns, contracts, and conventions. Skills use Service Cards to ensure generated code aligns with your project's implementation standards. |
| **Low-Level Design (LLD)** | A generated implementation plan that provides the detailed design for a feature based on an API specification or Experience Card. The LLD is typically reviewed before code generation begins. |

## Defining features and generating code

![Define a feature with an Experience Card, generate the code with Skills, then integrate directly with Adobe's Commerce Partner APIs](./defining-features-workflow.svg)

## Business value

The AI Kit transforms a traditional design-and-development process into a guided, repeatable workflow that:

- Accelerates partner onboarding and integration development.
- Enables teams to work independently without waiting for Adobe engineering support.
- Provides a scalable, consistent self-service experience.
- Helps partners build and deploy integrations faster.

Read more about:

- [Quick start guide](./quick-start.md)
- [Available features](./available-features.md)
74 changes: 74 additions & 0 deletions src/pages/ai-kit/overview-workflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading