From shipshitdev-library
Creates PRDs, tasks, or GitHub issues/sub-issues for features, bugs, enhancements. Detects GitHub CLI or local workflow, researches context, drafts for approval before creation.
npx claudepluginhub shipshitdev/skillsThis skill is limited to using the following tools:
Write a clear, actionable PRD or task. Output depends on where the user tracks work.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Write a clear, actionable PRD or task. Output depends on where the user tracks work.
Check in order:
gh auth status succeeds and a GitHub remote exists → GitHub available.agents/TASKS/ or .agents/PRDS/ exist → local availableAsk only what's missing — don't interrogate if context is clear:
.agents/SYSTEM/ARCHITECTURE.md)gh issue list --search "[keyword]"See references/full-guide.md for the full PRD structure.
A good PRD has:
Keep it tight. No filler. Acceptance criteria must be checkable by a human.
New issue:
gh issue create \
--title "[type]: clear title" \
--body "$(cat <<'BODY'
[PRD content here]
BODY
)" \
--label "feature" \
--assignee "@me"
Sub-issue (linked to parent):
# Create sub-issue
gh issue create --title "..." --body "..."
# Link as sub-issue to parent #N
gh issue develop N --checkout # only if needed
# Use: gh api repos/{owner}/{repo}/issues/{parent}/sub_issues --method POST -f sub_issue_id={child_id}
Draft PR from issue:
gh issue develop [issue-number] --branch "feature/[name]"
.agents/TASKS/[kebab-name].md.agents/PRDS/[kebab-name].mdSee references/full-guide.md for local file templates.
Show the draft PRD. Wait for "looks good" or edits. Then create.
disable-model-invocation: true → only runs when user explicitly invokesspec-first — spec-driven development before writing codegh-fix-ci — fix CI on existing PRsstrategy-expert — broader roadmap and content planning