Loading...
Loading...
Create a structured problem statement document for a feature, bugfix, or project. Use when starting a project, adding a feature, or fixing a bug and you need to clearly define the problem, context, desired outcome, and success criteria. Accepts input from Jira tickets (via MCP), document links, or text descriptions.
npx skill4agent add petestewart/claude-skills problem-statementPROBLEM.mdmcp__plugin_atlassian_atlassian__getJiraIssue# Problem Statement: [Concise Title]
## Problem
What's broken or missing? Who is affected? Be specific.
## Context
Background information. Current state. Why this matters now.
Include relevant technical context if applicable.
## Desired Outcome
What does success look like? What should be true when this is done?
Describe the end state, not the solution.
## Success Criteria
Measurable or verifiable conditions that confirm the problem is solved.
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
## Out of Scope
What this work does NOT address. Helps prevent scope creep.open -a Typora PROBLEM.md"I've created PROBLEM.md. Would you like me to:
- Review for gaps - Check for unclear areas, missing context, or weak success criteria
- Expand to PRD - Run
to create a full Product Requirements Document/prd- Done - Proceed with the problem statement as-is"