From soloscrum
Structures an idea into a GitHub Issue with Background, Goal, AC, and Out of Scope. Checks issue size, suggests splitting if over threshold, and determines priority and story points. Profile-agnostic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/soloscrum:soloscrum-create-issue <idea or feature description><idea or feature description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structure an idea into an Issue with size check and split proposal.
Structure an idea into an Issue with size check and split proposal.
Receives a free-form idea or request and converts it into GitHub Issue format following soloscrum-define-issue-format. Proposes splitting when size exceeds threshold. Tracker-profile-agnostic — Issue creation always lands on GitHub regardless of active profile.
soloscrum-define-issue-format):
soloscrum-define-issue-sizesoloscrum-define-prioritysoloscrum-define-story-pointsgh issue create --title "<title>" --body "<body>" \
--label "priority:<level>"
soloscrum-define-story-points)linear+github profile, Linear's native sync will replicate the Issue automatically; no extra step is needed here## [Issue Title]
### Background
[Background and problem]
### Goal
[Achievement target]
### Acceptance Criteria
- [ ] [Verifiable condition 1]
- [ ] [Verifiable condition 2]
### Out of Scope
- [Out of scope item 1]
---
Priority: Medium | SP: 3 (size-check only)
soloscrum-define-issue-formatsoloscrum-define-issue-sizesoloscrum-define-prioritysoloscrum-define-story-pointssoloscrum-define-tracker-profile (priority label convention is shared)Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mew-ton/soloscrum --plugin soloscrum