Create Initial Epic
Purpose
Create the starting point of a new effort in Jira: one epic plus a single Design, investigate and research user story estimated at 3d.
Use When
- A new initiative is kicking off and needs its epic created.
- You want the standard initial shape (epic + one design story) before the work is broken down into delivery stories.
Do Not Use When
- The epic already exists; only stories/subtasks are missing (use
mpt-ext-workflow-decompose-tdr).
- You need full decomposition of an epic/TDR into delivery stories and subtasks (use
mpt-ext-workflow-decompose-tdr).
- You only need a single arbitrary Jira issue (use
mpt-ext-tool-jira-workitem-ops directly).
Inputs
- Epic summary.
- Either a BDR (Business Design Review) link or a description of what needs to be done. One of the two is mandatory.
- Project key and the required project fields (
components, fixVersions); Team when applicable; assignee.
- Installed shared package root when shared guidance is needed:
${MPT_EXTENSION_SKILLS_HOME:-$HOME/.mpt-extension-skills}/current
Workflow
- Build repository context first.
- Read the target repository
AGENTS.md once per session. If you already loaded it earlier in this session and still have its full contents, reuse them instead of re-reading; if the context was summarized or you are unsure it is complete, read it again. Do not pre-load shared docs in this step; read them lazily only when the repository points to them.
- Read repository-specific docs when they exist, because they may extend or override shared guidance.
- Read shared docs only when the repository explicitly points to them. Resolve them from
${MPT_EXTENSION_SKILLS_HOME:-$HOME/.mpt-extension-skills}/current when available; otherwise read them from the main branch of the shared GitHub repository. See Shared References.
- Confirm the epic body.
- The epic description must contain either a BDR link or a clear description of what needs to be done.
- If neither is available, ask the user for one before creating anything.
- Create the epic.
- Use
mpt-ext-tool-jira-workitem-ops to create the epic with the required project fields (components, fixVersions, Team when applicable) and the BDR link or description in the body.
- Create the
Design, investigate and research user story.
- Parent it to the epic.
- Title it exactly
Design, investigate and research.
- Set its Original Estimate to
3d (this is the one story that carries an estimate directly; see standards/user-stories.md).
- Inherit
Team, components, fixVersions from the epic. Do not set the Keywords field on the story.
- Report the result.
- Show the created epic key and the design story key with its
3d estimate.
Guardrails
- The epic must have a BDR link or a description. Do not create an epic with an empty body.
- Create exactly one story here:
Design, investigate and research at 3d. Do not create delivery stories or subtasks in this skill.
- Do not set
Keywords on the story.
- Follow
standards/user-stories.md for inheritance, estimates, and components.
Shared References
standards/user-stories.md — work breakdown, estimates, components, the design-story exception
standards/skills.md — skill authoring rules
- Relies on
mpt-ext-tool-jira-workitem-ops for the Jira operations.
Expected Outcome
An epic exists with a BDR link or a description, and a single Design, investigate and research user story sits under it with a 3d Original Estimate, ready for later breakdown.
1---2name: mpt-ext-task-create-initial-epic3description: Create the initial epic for a new effort - the epic plus one "Design, investigate and research" user story estimated at 3d. Use at kickoff, before detailed breakdown.4---56# Create Initial Epic78## Purpose910Create the starting point of a new effort in Jira: one epic plus a single `Design, investigate and research` user story estimated at `3d`.1112## Use When1314- A new initiative is kicking off and needs its epic created.15- You want the standard initial shape (epic + one design story) before the work is broken down into delivery stories.1617## Do Not Use When1819- The epic already exists; only stories/subtasks are missing (use `mpt-ext-workflow-decompose-tdr`).20- You need full decomposition of an epic/TDR into delivery stories and subtasks (use `mpt-ext-workflow-decompose-tdr`).21- You only need a single arbitrary Jira issue (use `mpt-ext-tool-jira-workitem-ops` directly).2223## Inputs2425- Epic summary.26- Either a BDR (Business Design Review) link **or** a description of what needs to be done. One of the two is mandatory.27- Project key and the required project fields (`components`, `fixVersions`); `Team` when applicable; assignee.28- Installed shared package root when shared guidance is needed:2930```text31${MPT_EXTENSION_SKILLS_HOME:-$HOME/.mpt-extension-skills}/current32```3334## Workflow35361. Build repository context first.37- Read the target repository `AGENTS.md` once per session. If you already loaded it earlier in this session and still have its full contents, reuse them instead of re-reading; if the context was summarized or you are unsure it is complete, read it again. Do not pre-load shared docs in this step; read them lazily only when the repository points to them.38- Read repository-specific docs when they exist, because they may extend or override shared guidance.39- Read shared docs only when the repository explicitly points to them. Resolve them from `${MPT_EXTENSION_SKILLS_HOME:-$HOME/.mpt-extension-skills}/current` when available; otherwise read them from the `main` branch of the shared GitHub repository. See Shared References.40412. Confirm the epic body.42- The epic description must contain either a BDR link or a clear description of what needs to be done.43- If neither is available, ask the user for one before creating anything.44453. Create the epic.46- Use `mpt-ext-tool-jira-workitem-ops` to create the epic with the required project fields (`components`, `fixVersions`, `Team` when applicable) and the BDR link or description in the body.47484. Create the `Design, investigate and research` user story.49- Parent it to the epic.50- Title it exactly `Design, investigate and research`.51- Set its Original Estimate to `3d` (this is the one story that carries an estimate directly; see `standards/user-stories.md`).52- Inherit `Team`, `components`, `fixVersions` from the epic. Do not set the `Keywords` field on the story.53545. Report the result.55- Show the created epic key and the design story key with its `3d` estimate.5657## Guardrails5859- The epic must have a BDR link or a description. Do not create an epic with an empty body.60- Create exactly one story here: `Design, investigate and research` at `3d`. Do not create delivery stories or subtasks in this skill.61- Do not set `Keywords` on the story.62- Follow `standards/user-stories.md` for inheritance, estimates, and components.6364## Shared References6566- `standards/user-stories.md` — work breakdown, estimates, components, the design-story exception67- `standards/skills.md` — skill authoring rules68- Relies on `mpt-ext-tool-jira-workitem-ops` for the Jira operations.6970## Expected Outcome7172An epic exists with a BDR link or a description, and a single `Design, investigate and research` user story sits under it with a `3d` Original Estimate, ready for later breakdown.