bug-fix
Bug-fixing workflow that coordinates diagnosis, test-driven reproduction, root-cause analysis, and targeted fixes. Use when the user wants to fix a bug with…
Exploratory workflow for understanding problem spaces and drafting feature proposals, refactorings, or complex bug-fixes. Creates detailed tickets in your issue tracker without doing implementation work.
$ npx -y skills add chrisallenlane/claude-swe-workflows --skill scope --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scopeContext preview
The summary Claude sees to decide when to auto-load this skill.
Exploratory workflow for understanding problem spaces and drafting feature proposals, refactorings, or complex bug-fixes. Creates detailed tickets in your issue tracker without doing implementation work.
name: scope description: Exploratory workflow for understanding problem spaces and drafting feature proposals, refactorings, or complex bug-fixes. Creates detailed tickets in your issue tracker without doing implementation work. model: opus
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:**
**For third-party dependencies:**
**Exploration 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:**
**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`](../../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:**
A system of composable software engineering workflows for Claude Code. Plan projects, implement tickets, and run quality passes — from a single ticket to a multi-batch project, using the same layered architecture.
Repo: chrisallenlane/claude-swe-workflows
Bug-fixing workflow that coordinates diagnosis, test-driven reproduction, root-cause analysis, and targeted fixes. Use when the user wants to fix a bug with…
Proactive bug-hunting workflow. Assesses codebase risk through complexity, coverage, and structural analysis, then spawns focused investigators that write…
Multi-ticket batch workflow. Takes a batch of tickets, plans execution order, implements each via /implement in autonomous mode, runs cross-cutting quality…
Full-lifecycle project workflow. Takes batched tickets, implements via /implement-batch, runs smoke tests, then executes a comprehensive quality pipeline…
Iterative development workflow that coordinates implementation, refactoring, QA, and documentation agents to complete features systematically. Use when the…
Autonomous bug-elimination loop. Iteratively invokes /bug-hunt and /implement-batch until findings converge below an operator-specified severity floor. At…