commit
Create git commits with user approval and no Claude attribution
**Comprehensive read-only analysis for large features and architectural changes.**
$ npx -y skills add dcouple/Pane --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/deepContext preview
What this command does when you run it.
**Comprehensive read-only analysis for large features and architectural changes.**
**Comprehensive read-only analysis for large features and architectural changes.**
Safe to run anytime. Performs deep analysis against codebase patterns and writes detailed refactor plan without modifying files.
Thorough, comprehensive code quality analysis that: 1. Classifies changes with detailed metrics 2. Deep analysis of backend and frontend architecture 3. Validates against ALL codebase patterns 4. Identifies architectural issues and violations 5. Generates comprehensive refactor plan 6. Writes detailed plan to `./tmp/` for review
For small/medium changes, use `/simple-refactor` instead.
**Analyze change metrics:**
git diff main --name-status git diff main --numstat git diff main --stat
**Classify:**
**Pattern Selection Matrix:**
| Size | Type | Universal | Architecture | Organization | Documentation | |------|------|-----------|--------------|--------------|---------------| | Large | Feature | ✓ | ✓ | ✓ | Required | | Huge | Feature | ✓ | ✓ | ✓ | Required |
**Show classification to user:**
📊 Change Classification: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Size: Large (15 files, 742 lines changed) Type: New Feature (12 added, 3 modified) Complexity: Complex (multiple modules) Layers: Backend (7 files), Frontend (8 files) Modules: feed, artifacts, workspace 📋 Patterns to Check: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✓ Universal (imports, errors, basic patterns) ✓ Architecture (controller-service, hooks, TanStack Query) ✓ Organization (orchestration hooks, underscore-prefix locality) ✓ Documentation (all new files must have documentation) Proceeding with comprehensive analysis...
**Reference patterns from:**
**Exemplar files to study:**
**Check patterns:**
**Controllers (apps/api/src/modules/*/controllers/):**
**Services (apps/api/src/modules/*/services/):**
**Validators (apps/api/src/modules/*/validators/):**
**Import Patterns (Backend):**
**Database & Error Handling:**
**Reference patterns from:**
**Exemplar files to study:**
**Check patterns:**
**Pages (apps/webapp/src/app/*/page.tsx):**
**Orchestration Hooks (*/_hooks/usePage.ts):**
**Underscore-Prefix Locality Convention:**
**Hooks (Shared or Local):**
-
Repo: dcouple/Pane
Create git commits with user approval and no Claude attribution
You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work…
Generate comprehensive PR descriptions following repository templates
You are tasked with implementing an approved technical plan from `thoughts/shared/plans/`. These plans contain phases with specific changes and success…
Iterate on existing implementation plans with thorough research and updates
You are tasked with conducting comprehensive research across the codebase to answer user questions. You will spawn one or more parallel sub-agents to perform…