원클릭으로
jira-story-writing
Generate concise, well-structured Jira enhancement stories for UI improvements, feature extensions, and workflow updates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate concise, well-structured Jira enhancement stories for UI improvements, feature extensions, and workflow updates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Expert UX critique of product mockups for B2B SaaS. Use this skill whenever a user shares a mockup, wireframe, screenshot, or design and wants feedback. Also trigger when the user says "grill this mock", "review the UI", "critique the design", or "does this work for [persona]". Reads a requirements file (PRD, spec, user story, brief, etc.) first to extract the primary persona, then grills the mock across UX patterns, copy/language, and persona job-to-be-done fit. Always outputs a structured recommendation table.
Break down any concept, topic, or domain into a structured learning tree — from foundational roots to actionable leaves — with one primary resource plus alternates in different formats (video, podcast, article, book) at each level. Use this skill whenever the user wants to learn something new, asks "how do I understand X", "break down X for me", "where do I start with X", "explain X from the ground up", or says they want to deeply understand a topic. Also trigger when the user asks for a learning path, curriculum, or roadmap for any subject — technical, business, creative, or scientific. Always use this skill when the user mentions the "tree" framework or wants to go from roots to leaves on a topic.
| name | jira-story-writing |
| description | Generate concise, well-structured Jira enhancement stories for UI improvements, feature extensions, and workflow updates. |
Every enhancement story MUST include these four sections in order:
User Story
Problem
Solution
Acceptance Criteria
CRITICAL: Solution ≠ Acceptance Criteria
groups: ['Team-A', 'Team-B'] results in user being a member of both groups"Be Concise
Be Specific
Common Enhancement Patterns
Formatting
User Story
As a [user type], I want [goal], so that [benefit].
Problem
[2-3 sentences describing current state and why it's problematic]
Solution
[2-4 sentence paragraph explaining the approach at a high level. No bullets. Answers "what are we doing?" without duplicating the ACs.]
Acceptance Criteria
* [Testable action] results in [specific outcome]
* [User action] displays [specific UI element] with copy: "Exact text"
* [Button behavior]: [Button Name] redirects to [destination]
* [Edge case condition]: [Expected result with specific status/message]
* [Error case]: [Expected behavior]
User Story As an Admin, I want to see a clear connection status after linking a new integration, so that I know whether setup succeeded without digging through logs.
Problem After an admin completes an OAuth flow for a new integration, the integration card still shows "Not Connected" until the page is manually refreshed. This causes confusion and support tickets, because admins assume the connection failed and retry the flow.
Solution Automatically poll the connection status after the OAuth callback completes and update the integration card in real-time. If the connection succeeds, transition the card to a connected state with a timestamp. If it fails, surface an inline error with a retry option.
Acceptance Criteria
When providing input, include as much of the following as you can:
Story sizing: Before writing, consider whether the work should be one story or multiple. A good story is something an engineer can complete and say "done." If a story has both backend logic and UI changes, only split if the UI work is substantial enough to stand alone. Small UI tweaks (labels, read-only fields) can be ACs on the same story. Group related ACs under labeled sub-sections for larger stories.