From claude-swe-workflows
Explores problem spaces through codebase investigation and iterative dialogue, then creates detailed tickets for features, refactorings, or bug fixes without writing implementation code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-swe-workflows:scopeopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Helps you thoroughly understand a problem space through codebase exploration and iterative dialogue, then creates a well-specified ticket for future implementation.
Helps you thoroughly understand a problem space through codebase exploration and iterative dialogue, then creates a well-specified ticket for future implementation.
This skill does NOT write code. It explores, questions, understands, and documents.
Understand what the user wants to explore:
Ask clarifying questions:
Output: Clear understanding of what problem space to explore.
Use exploration tools to understand context:
Explore agent (set thoroughness based on scope: "quick", "medium", "very thorough")For third-party dependencies:
/tmp for examination if neededExploration goals:
Output: Comprehensive understanding of the relevant codebase areas.
Use AskUserQuestion to refine understanding:
Loop until both Claude and user have:
Important: This is collaborative design, not just requirements gathering. Challenge assumptions, propose alternatives, discuss trade-offs.
Output: Shared, precise understanding of the work to be done.
Draft ticket content adaptively based on type:
For feature proposals:
sec-blue-teamer agent if the implications are non-obvious.)For refactorings:
For complex bug fixes:
Format guidelines:
Output: Draft ticket content for user review.
Present draft to user:
Iterate if needed:
Output: Approved ticket content ready to create.
Detect the issue tracker and create the ticket per references/trackers.md (Detection Procedure + "Create" operation). Capture and present the resulting ticket URL.
Output: Created ticket with URL.
This skill will:
This skill will NOT:
Exploration thoroughness:
Ticket quality over speed:
Integration with /implement:
/scope creates the ticket, /implement implements it/scope can be handed to someone else or tackled later with /implementnpx claudepluginhub chrisallenlane/claude-swe-workflows --plugin claude-swe-workflowsRefines brief bug, feature, or refactor descriptions into structured issues with technical context, code links, and details for developers and AI agents.
Analyzes codebase impact for a given request and creates structured GitHub issues with AI-verified and human-judgment-needed sections.
Generates structured GitHub issues with TDD plans, acceptance criteria, and agent instructions for autonomous PR lifecycle management.