plugins marketplace
← All plugins

workfront

v1.0.0

Adobe Workfront skills for AI agents. Includes Workfront Planning (WFP/Maestro) solution architecture: workspace design, record connections, formula fixes, tier limits, and the Planning API.

Claude Code1 skill

by AdobeApache-2.0162updated 1 day ago

Source

git clone https://github.com/adobe/skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/workfront/ inside the repository.

Layout

plugins/workfront/
├── .claude-plugin/plugin.json
└── skills/wf-planning-solution-architect/SKILL.md

Skills1

wf-planning-solution-architectskills/wf-planning-solution-architect/SKILL.md

Expert guidance for architecting and troubleshooting Adobe Workfront Planning (WFP, also called "Maestro"): workspace and record-type design, record connections and hierarchies, formula fields, object and connection limits across Select/Prime/Ultimate tiers, the Planning API (filtering, bulk actions, workspace builds), Fusion, AI Assistant, GenStudio, Canvas Dashboards, views, access/licensing, and request forms. Use this skill whenever the user asks about Workfront Planning or Maestro: designing or building a workspace, connecting record types, fixing a broken formula, hitting or asking to raise a limit (such as the 500 connected-records or 25,000 records-per-type caps), tier and capacity questions, filtering records through the API, choosing an automation surface, or reconciling Adobe's public docs against actual API behavior. Also trigger for "build me a Planning workspace", "why is my formula failing", "what's the max records per type", or "Select vs Prime vs Ultimate limits".

Manifests1

plugins/workfront/.claude-plugin/plugin.json
{
  "name": "workfront",
  "description": "Adobe Workfront skills for AI agents. Includes Workfront Planning (WFP/Maestro) solution architecture: workspace design, record connections, formula fixes, tier limits, and the Planning API.",
  "version": "1.0.0",
  "author": {
    "name": "Adobe"
  },
  "repository": "https://github.com/adobe/skills",
  "license": "Apache-2.0",
  "keywords": [
    "adobe",
    "workfront",
    "workfront-planning",
    "maestro",
    "solution-architecture"
  ]
}