clone-new-component-epic

Clones the SWC-2164 Jira epic template and seven child stories for a new component.

1.5k|261|Updated Nov 19, 2018
One-click install
npx skills add https://github.com/adobe/spectrum-web-components --skill clone-new-component-epic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-new-component-epic
Source: https://github.com/adobe/spectrum-web-components/tree/main/.ai/skills/jira-epic/clone-new-component-epic
Command: npx skills add https://github.com/adobe/spectrum-web-components --skill clone-new-component-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up Jira tracking for a new Spectrum Web Components component requires manually recreating an epic and seven child stories with correct placeholders, labels, story points, and dependency links, which is repetitive and error-prone.

Core Features & Use Cases

  • Template Cloning: Fetches the SWC-2164 epic template and its seven child stories, then creates new issues with all [COMPONENT] placeholders replaced by the target component name.
  • Structured Linking: Automatically links stories to the epic via Child-Issue links, attaches the epic to SWC-1607, and wires up all fourteen "is blocked by" dependency relationships.
  • Use Case: When starting work on a new component like Segmented control, ask the assistant to clone the new component epic and receive a fully linked set of eight Jira issues with a summary table of keys and story points.

Quick Start

Ask the assistant to clone the new component epic for your component, for example by saying "create the new component epic for Action button".

Frequently Asked Questions about clone-new-component-epic

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

FAQPage Schema
How do I create a new component epic in Jira for Spectrum Web Components?

Provide the component name and the skill clones the SWC-2164 template epic plus seven child stories, replacing all [COMPONENT] placeholders. It creates issues sequentially, links them, and returns a summary table of the new keys.

What Jira issues does the new component template include?

The template includes one epic and seven stories covering accessibility analysis, component analysis, foundations, S2 visual fidelity, code style and testing, Storybook documentation, and final review. Story points range from 1 to 5 per story.

What input does the Jira epic cloning skill require?

It requires only the component name, which is converted to lowercase-hyphenated form for summaries and Sentence case for descriptions. If the name is missing, the skill asks for it before proceeding.

Why are Jira issues created one at a time instead of in parallel?

Issues are created with batchSize 1 because parallel batch creation causes non-sequential key assignment. Sequential creation guarantees predictable ordering of the epic and story keys for linking.

What manual steps remain after cloning the component epic?

You must fill in [PLACEHOLDER] items such as Figma links, Stackblitz links, and source paths, create a new Component in Jira, and bulk-assign the stories to the epic and Component field.