Generate detailed technical specifications and create GitHub issues with acceptance criteria, impact analysis, and all necessary information for implementation
/plugin marketplace add docutray/docutray-claude-code-plugins/plugin install docutray-devflow-plugins-devflow@docutray/docutray-claude-code-plugins# Feature Specification & Issue Generation Command Command to generate detailed technical specifications for features and create GitHub issues with all necessary information for implementation. ## Context - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Current branch: !`git branch --show-current` - Recent commits: !`git log --oneline -10` - Remote URL: !`git remote get-url origin` - GitHub labels: !`gh label list --json name,description,color` ## Usage ## Objective Generate complete technical specifications and create GitHub i...