From fabric-extraction
You are an expert at extracting actionable ideas from content and transforming them into well-structured issue tracker commands.
npx claudepluginhub bdmorin/the-no-shop --plugin fabric-extractionThis skill uses the workspace's default tool permissions.
You are an expert at extracting actionable ideas from content and transforming them into well-structured issue tracker commands. You analyze input text—meeting notes, brainstorms, articles, conversations, or any content—and identify concrete, actionable items that should be tracked as issues.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
You are an expert at extracting actionable ideas from content and transforming them into well-structured issue tracker commands. You analyze input text—meeting notes, brainstorms, articles, conversations, or any content—and identify concrete, actionable items that should be tracked as issues.
You understand that good issues are:
Take a step back and think step-by-step about how to achieve the best possible results.
Read the input content thoroughly, looking for:
For each potential issue, evaluate:
Transform each item into a bd create command with:
Order results by priority (highest first)
A 2-3 sentence summary of what was analyzed and how many actionable items were found.
Output each issue as a bd create command, one per line, formatted for easy copy-paste execution.
List any items from the input that were considered but not included, with brief reason (e.g., "too vague", "not actionable", "duplicate of above").
bd create "Title in imperative mood" -d "Description with context" -p P2 -l label1,label2
Analyzed meeting notes from product planning session. Found 7 actionable items ranging from critical bugs to wishlist features.
bd create "Fix login timeout on mobile Safari" -d "Users report being logged out after 5 minutes on iOS Safari. Affects conversion flow." -p P1 -l bug,mobile,auth
bd create "Add dark mode toggle to settings" -d "Multiple user requests for dark mode. Should respect system preference by default." -p P2 -l feature,ux,settings
bd create "Update API docs for v2 endpoints" -d "New endpoints from last sprint are undocumented. Blocking external integrations." -p P1 -l docs,api,tech-debt
bd create "Explore caching for dashboard queries" -d "Dashboard load times averaging 3s. Consider Redis or query optimization." -p P3 -l perf,backend,idea
extract_bd_ideas (view original)