plan

Create Jira Epics and Tasks with dependencies from project requirements.

1|Updated Oct 3, 2023
One-click install
npx skills add https://github.com/mt-krainski/twinkletaps --skill plan-mt-krainski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/mt-krainski/twinkletaps/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/mt-krainski/twinkletaps --skill plan-mt-krainski

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira-utils, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of breaking down complex requirements into manageable Jira tasks, ensuring thorough planning and efficient project execution.

Core Features & Use Cases

  • Automated Task Breakdown: Converts high-level requests into detailed Jira issues (Tasks, Epics).
  • Dependency Management: Establishes blocking relationships between newly created Jira issues.
  • Use Case: When asked to "plan the implementation of the user profile page," this Skill will analyze the request, create necessary Jira Epics and Tasks, and present them for review.

Quick Start

Use the plan skill to break down the request to implement user authentication.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down complex project requirements into Jira epics and tasks?

To break down complex requirements into Jira epics and tasks, this Skill automates the analysis of high-level requests and creates structured Jira issues. It ensures all implementation details are captured directly in Jira for efficient project execution.

Can I automatically set up dependencies between Jira issues during task breakdown?

Yes, you can automatically establish dependencies between Jira issues during task breakdown. The Skill manages blocking relationships between newly created epics and tasks, structuring the project workflow effectively without manual linking.

Do I need jira-utils to create Jira issues from project requirements?

Yes, you need the jira-utils dependency to create Jira issues from project requirements. The Skill relies on jira-utils to handle the Jira API integration for issue creation, linking, and status transitions.

What is the best way to structure agile project management work in Jira from a single request?

The best way to structure agile project management work in Jira is by providing a high-level request like implementing user authentication. The Skill analyzes the request and automatically generates the necessary epics and tasks for review.

How does automated task creation handle Jira status transitions?

Automated task creation handles Jira status transitions through the jira-utils integration. After breaking down requirements and creating epics and tasks, the Skill facilitates project management by managing issue linking and status transitions directly via the Jira API.