@fro.bot/systematic 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +158 -0
  2. package/agents/research/framework-docs-researcher.md +19 -0
  3. package/agents/review/architecture-strategist.md +23 -0
  4. package/agents/review/code-simplicity-reviewer.md +30 -0
  5. package/agents/review/pattern-recognition-specialist.md +24 -0
  6. package/agents/review/performance-oracle.md +25 -0
  7. package/agents/review/security-sentinel.md +25 -0
  8. package/commands/agent-native-audit.md +277 -0
  9. package/commands/create-agent-skill.md +8 -0
  10. package/commands/deepen-plan.md +546 -0
  11. package/commands/lfg.md +19 -0
  12. package/commands/workflows/brainstorm.md +115 -0
  13. package/commands/workflows/compound.md +202 -0
  14. package/commands/workflows/plan.md +551 -0
  15. package/commands/workflows/review.md +514 -0
  16. package/commands/workflows/work.md +363 -0
  17. package/dist/cli.js +360 -0
  18. package/dist/index-v8dhd5s2.js +194 -0
  19. package/dist/index.js +297 -0
  20. package/package.json +69 -0
  21. package/skills/agent-browser/SKILL.md +223 -0
  22. package/skills/agent-native-architecture/SKILL.md +435 -0
  23. package/skills/agent-native-architecture/references/action-parity-discipline.md +409 -0
  24. package/skills/agent-native-architecture/references/agent-execution-patterns.md +467 -0
  25. package/skills/agent-native-architecture/references/agent-native-testing.md +582 -0
  26. package/skills/agent-native-architecture/references/architecture-patterns.md +478 -0
  27. package/skills/agent-native-architecture/references/dynamic-context-injection.md +338 -0
  28. package/skills/agent-native-architecture/references/files-universal-interface.md +301 -0
  29. package/skills/agent-native-architecture/references/from-primitives-to-domain-tools.md +359 -0
  30. package/skills/agent-native-architecture/references/mcp-tool-design.md +506 -0
  31. package/skills/agent-native-architecture/references/mobile-patterns.md +871 -0
  32. package/skills/agent-native-architecture/references/product-implications.md +443 -0
  33. package/skills/agent-native-architecture/references/refactoring-to-prompt-native.md +317 -0
  34. package/skills/agent-native-architecture/references/self-modification.md +269 -0
  35. package/skills/agent-native-architecture/references/shared-workspace-architecture.md +680 -0
  36. package/skills/agent-native-architecture/references/system-prompt-design.md +250 -0
  37. package/skills/brainstorming/SKILL.md +190 -0
  38. package/skills/compound-docs/SKILL.md +510 -0
  39. package/skills/compound-docs/assets/critical-pattern-template.md +34 -0
  40. package/skills/compound-docs/assets/resolution-template.md +93 -0
  41. package/skills/compound-docs/references/yaml-schema.md +65 -0
  42. package/skills/compound-docs/schema.yaml +176 -0
  43. package/skills/create-agent-skills/SKILL.md +299 -0
  44. package/skills/create-agent-skills/references/api-security.md +226 -0
  45. package/skills/create-agent-skills/references/be-clear-and-direct.md +531 -0
  46. package/skills/create-agent-skills/references/best-practices.md +404 -0
  47. package/skills/create-agent-skills/references/common-patterns.md +595 -0
  48. package/skills/create-agent-skills/references/core-principles.md +437 -0
  49. package/skills/create-agent-skills/references/executable-code.md +175 -0
  50. package/skills/create-agent-skills/references/iteration-and-testing.md +474 -0
  51. package/skills/create-agent-skills/references/official-spec.md +185 -0
  52. package/skills/create-agent-skills/references/recommended-structure.md +168 -0
  53. package/skills/create-agent-skills/references/skill-structure.md +372 -0
  54. package/skills/create-agent-skills/references/using-scripts.md +113 -0
  55. package/skills/create-agent-skills/references/using-templates.md +112 -0
  56. package/skills/create-agent-skills/references/workflows-and-validation.md +510 -0
  57. package/skills/create-agent-skills/templates/router-skill.md +73 -0
  58. package/skills/create-agent-skills/templates/simple-skill.md +33 -0
  59. package/skills/create-agent-skills/workflows/add-reference.md +96 -0
  60. package/skills/create-agent-skills/workflows/add-script.md +93 -0
  61. package/skills/create-agent-skills/workflows/add-template.md +74 -0
  62. package/skills/create-agent-skills/workflows/add-workflow.md +120 -0
  63. package/skills/create-agent-skills/workflows/audit-skill.md +138 -0
  64. package/skills/create-agent-skills/workflows/create-domain-expertise-skill.md +605 -0
  65. package/skills/create-agent-skills/workflows/create-new-skill.md +191 -0
  66. package/skills/create-agent-skills/workflows/get-guidance.md +121 -0
  67. package/skills/create-agent-skills/workflows/upgrade-to-router.md +161 -0
  68. package/skills/create-agent-skills/workflows/verify-skill.md +204 -0
  69. package/skills/file-todos/SKILL.md +251 -0
  70. package/skills/file-todos/assets/todo-template.md +155 -0
  71. package/skills/git-worktree/SKILL.md +302 -0
  72. package/skills/git-worktree/scripts/worktree-manager.sh +345 -0
  73. package/skills/using-systematic/SKILL.md +94 -0
@@ -0,0 +1,551 @@
1
+ ---
2
+ name: workflows:plan
3
+ description: Transform feature descriptions into well-structured project plans following conventions
4
+ argument-hint: "[feature description, bug report, or improvement idea]"
5
+ ---
6
+
7
+ # Create a plan for a new feature or bug fix
8
+
9
+ ## Introduction
10
+
11
+ **Note: The current year is 2026.** Use this when dating plans and searching for recent documentation.
12
+
13
+ Transform feature descriptions, bug reports, or improvement ideas into well-structured markdown files issues that follow project conventions and best practices. This command provides flexible detail levels to match your needs.
14
+
15
+ ## Feature Description
16
+
17
+ <feature_description> #$ARGUMENTS </feature_description>
18
+
19
+ **If the feature description above is empty, ask the user:** "What would you like to plan? Please describe the feature, bug fix, or improvement you have in mind."
20
+
21
+ Do not proceed until you have a clear feature description from the user.
22
+
23
+ ### 0. Idea Refinement
24
+
25
+ **Check for brainstorm output first:**
26
+
27
+ Before asking questions, look for recent brainstorm documents in `docs/brainstorms/` that match this feature:
28
+
29
+ ```bash
30
+ ls -la docs/brainstorms/*.md 2>/dev/null | head -10
31
+ ```
32
+
33
+ **Relevance criteria:** A brainstorm is relevant if:
34
+ - The topic (from filename or YAML frontmatter) semantically matches the feature description
35
+ - Created within the last 14 days
36
+ - If multiple candidates match, use the most recent one
37
+
38
+ **If a relevant brainstorm exists:**
39
+ 1. Read the brainstorm document
40
+ 2. Announce: "Found brainstorm from [date]: [topic]. Using as context for planning."
41
+ 3. Extract key decisions, chosen approach, and open questions
42
+ 4. **Skip the idea refinement questions below** - the brainstorm already answered WHAT to build
43
+ 5. Use brainstorm decisions as input to the research phase
44
+
45
+ **If multiple brainstorms could match:**
46
+ Use **AskUserQuestion tool** to ask which brainstorm to use, or whether to proceed without one.
47
+
48
+ **If no brainstorm found (or not relevant), run idea refinement:**
49
+
50
+ Refine the idea through collaborative dialogue using the **AskUserQuestion tool**:
51
+
52
+ - Ask questions one at a time to understand the idea fully
53
+ - Prefer multiple choice questions when natural options exist
54
+ - Focus on understanding: purpose, constraints and success criteria
55
+ - Continue until the idea is clear OR user says "proceed"
56
+
57
+ **Gather signals for research decision.** During refinement, note:
58
+
59
+ - **User's familiarity**: Do they know the codebase patterns? Are they pointing to examples?
60
+ - **User's intent**: Speed vs thoroughness? Exploration vs execution?
61
+ - **Topic risk**: Security, payments, external APIs warrant more caution
62
+ - **Uncertainty level**: Is the approach clear or open-ended?
63
+
64
+ **Skip option:** If the feature description is already detailed, offer:
65
+ "Your description is clear. Should I proceed with research, or would you like to refine it further?"
66
+
67
+ ## Main Tasks
68
+
69
+ ### 1. Local Research (Always Runs - Parallel)
70
+
71
+ <thinking>
72
+ First, I need to understand the project's conventions, existing patterns, and any documented learnings. This is fast and local - it informs whether external research is needed.
73
+ </thinking>
74
+
75
+ Run these agents **in parallel** to gather local context:
76
+
77
+ - Task repo-research-analyst(feature_description)
78
+ - Task learnings-researcher(feature_description)
79
+
80
+ **What to look for:**
81
+ - **Repo research:** existing patterns, CLAUDE.md guidance, technology familiarity, pattern consistency
82
+ - **Learnings:** documented solutions in `docs/solutions/` that might apply (gotchas, patterns, lessons learned)
83
+
84
+ These findings inform the next step.
85
+
86
+ ### 1.5. Research Decision
87
+
88
+ Based on signals from Step 0 and findings from Step 1, decide on external research.
89
+
90
+ **High-risk topics → always research.** Security, payments, external APIs, data privacy. The cost of missing something is too high. This takes precedence over speed signals.
91
+
92
+ **Strong local context → skip external research.** Codebase has good patterns, CLAUDE.md has guidance, user knows what they want. External research adds little value.
93
+
94
+ **Uncertainty or unfamiliar territory → research.** User is exploring, codebase has no examples, new technology. External perspective is valuable.
95
+
96
+ **Announce the decision and proceed.** Brief explanation, then continue. User can redirect if needed.
97
+
98
+ Examples:
99
+ - "Your codebase has solid patterns for this. Proceeding without external research."
100
+ - "This involves payment processing, so I'll research current best practices first."
101
+
102
+ ### 1.5b. External Research (Conditional)
103
+
104
+ **Only run if Step 1.5 indicates external research is valuable.**
105
+
106
+ Run these agents in parallel:
107
+
108
+ - Task best-practices-researcher(feature_description)
109
+ - Task framework-docs-researcher(feature_description)
110
+
111
+ ### 1.6. Consolidate Research
112
+
113
+ After all research steps complete, consolidate findings:
114
+
115
+ - Document relevant file paths from repo research (e.g., `app/services/example_service.rb:42`)
116
+ - **Include relevant institutional learnings** from `docs/solutions/` (key insights, gotchas to avoid)
117
+ - Note external documentation URLs and best practices (if external research was done)
118
+ - List related issues or PRs discovered
119
+ - Capture CLAUDE.md conventions
120
+
121
+ **Optional validation:** Briefly summarize findings and ask if anything looks off or missing before proceeding to planning.
122
+
123
+ ### 2. Issue Planning & Structure
124
+
125
+ <thinking>
126
+ Think like a product manager - what would make this issue clear and actionable? Consider multiple perspectives
127
+ </thinking>
128
+
129
+ **Title & Categorization:**
130
+
131
+ - [ ] Draft clear, searchable issue title using conventional format (e.g., `feat: Add user authentication`, `fix: Cart total calculation`)
132
+ - [ ] Determine issue type: enhancement, bug, refactor
133
+ - [ ] Convert title to filename: add today's date prefix, strip prefix colon, kebab-case, add `-plan` suffix
134
+ - Example: `feat: Add User Authentication` → `2026-01-21-feat-add-user-authentication-plan.md`
135
+ - Keep it descriptive (3-5 words after prefix) so plans are findable by context
136
+
137
+ **Stakeholder Analysis:**
138
+
139
+ - [ ] Identify who will be affected by this issue (end users, developers, operations)
140
+ - [ ] Consider implementation complexity and required expertise
141
+
142
+ **Content Planning:**
143
+
144
+ - [ ] Choose appropriate detail level based on issue complexity and audience
145
+ - [ ] List all necessary sections for the chosen template
146
+ - [ ] Gather supporting materials (error logs, screenshots, design mockups)
147
+ - [ ] Prepare code examples or reproduction steps if applicable, name the mock filenames in the lists
148
+
149
+ ### 3. SpecFlow Analysis
150
+
151
+ After planning the issue structure, run SpecFlow Analyzer to validate and refine the feature specification:
152
+
153
+ - Task spec-flow-analyzer(feature_description, research_findings)
154
+
155
+ **SpecFlow Analyzer Output:**
156
+
157
+ - [ ] Review SpecFlow analysis results
158
+ - [ ] Incorporate any identified gaps or edge cases into the issue
159
+ - [ ] Update acceptance criteria based on SpecFlow findings
160
+
161
+ ### 4. Choose Implementation Detail Level
162
+
163
+ Select how comprehensive you want the issue to be, simpler is mostly better.
164
+
165
+ #### 📄 MINIMAL (Quick Issue)
166
+
167
+ **Best for:** Simple bugs, small improvements, clear features
168
+
169
+ **Includes:**
170
+
171
+ - Problem statement or feature description
172
+ - Basic acceptance criteria
173
+ - Essential context only
174
+
175
+ **Structure:**
176
+
177
+ ````markdown
178
+ ---
179
+ title: [Issue Title]
180
+ type: [feat|fix|refactor]
181
+ date: YYYY-MM-DD
182
+ ---
183
+
184
+ # [Issue Title]
185
+
186
+ [Brief problem/feature description]
187
+
188
+ ## Acceptance Criteria
189
+
190
+ - [ ] Core requirement 1
191
+ - [ ] Core requirement 2
192
+
193
+ ## Context
194
+
195
+ [Any critical information]
196
+
197
+ ## MVP
198
+
199
+ ### test.rb
200
+
201
+ ```ruby
202
+ class Test
203
+ def initialize
204
+ @name = "test"
205
+ end
206
+ end
207
+ ```
208
+
209
+ ## References
210
+
211
+ - Related issue: #[issue_number]
212
+ - Documentation: [relevant_docs_url]
213
+ ````
214
+
215
+ #### 📋 MORE (Standard Issue)
216
+
217
+ **Best for:** Most features, complex bugs, team collaboration
218
+
219
+ **Includes everything from MINIMAL plus:**
220
+
221
+ - Detailed background and motivation
222
+ - Technical considerations
223
+ - Success metrics
224
+ - Dependencies and risks
225
+ - Basic implementation suggestions
226
+
227
+ **Structure:**
228
+
229
+ ```markdown
230
+ ---
231
+ title: [Issue Title]
232
+ type: [feat|fix|refactor]
233
+ date: YYYY-MM-DD
234
+ ---
235
+
236
+ # [Issue Title]
237
+
238
+ ## Overview
239
+
240
+ [Comprehensive description]
241
+
242
+ ## Problem Statement / Motivation
243
+
244
+ [Why this matters]
245
+
246
+ ## Proposed Solution
247
+
248
+ [High-level approach]
249
+
250
+ ## Technical Considerations
251
+
252
+ - Architecture impacts
253
+ - Performance implications
254
+ - Security considerations
255
+
256
+ ## Acceptance Criteria
257
+
258
+ - [ ] Detailed requirement 1
259
+ - [ ] Detailed requirement 2
260
+ - [ ] Testing requirements
261
+
262
+ ## Success Metrics
263
+
264
+ [How we measure success]
265
+
266
+ ## Dependencies & Risks
267
+
268
+ [What could block or complicate this]
269
+
270
+ ## References & Research
271
+
272
+ - Similar implementations: [file_path:line_number]
273
+ - Best practices: [documentation_url]
274
+ - Related PRs: #[pr_number]
275
+ ```
276
+
277
+ #### 📚 A LOT (Comprehensive Issue)
278
+
279
+ **Best for:** Major features, architectural changes, complex integrations
280
+
281
+ **Includes everything from MORE plus:**
282
+
283
+ - Detailed implementation plan with phases
284
+ - Alternative approaches considered
285
+ - Extensive technical specifications
286
+ - Resource requirements and timeline
287
+ - Future considerations and extensibility
288
+ - Risk mitigation strategies
289
+ - Documentation requirements
290
+
291
+ **Structure:**
292
+
293
+ ```markdown
294
+ ---
295
+ title: [Issue Title]
296
+ type: [feat|fix|refactor]
297
+ date: YYYY-MM-DD
298
+ ---
299
+
300
+ # [Issue Title]
301
+
302
+ ## Overview
303
+
304
+ [Executive summary]
305
+
306
+ ## Problem Statement
307
+
308
+ [Detailed problem analysis]
309
+
310
+ ## Proposed Solution
311
+
312
+ [Comprehensive solution design]
313
+
314
+ ## Technical Approach
315
+
316
+ ### Architecture
317
+
318
+ [Detailed technical design]
319
+
320
+ ### Implementation Phases
321
+
322
+ #### Phase 1: [Foundation]
323
+
324
+ - Tasks and deliverables
325
+ - Success criteria
326
+ - Estimated effort
327
+
328
+ #### Phase 2: [Core Implementation]
329
+
330
+ - Tasks and deliverables
331
+ - Success criteria
332
+ - Estimated effort
333
+
334
+ #### Phase 3: [Polish & Optimization]
335
+
336
+ - Tasks and deliverables
337
+ - Success criteria
338
+ - Estimated effort
339
+
340
+ ## Alternative Approaches Considered
341
+
342
+ [Other solutions evaluated and why rejected]
343
+
344
+ ## Acceptance Criteria
345
+
346
+ ### Functional Requirements
347
+
348
+ - [ ] Detailed functional criteria
349
+
350
+ ### Non-Functional Requirements
351
+
352
+ - [ ] Performance targets
353
+ - [ ] Security requirements
354
+ - [ ] Accessibility standards
355
+
356
+ ### Quality Gates
357
+
358
+ - [ ] Test coverage requirements
359
+ - [ ] Documentation completeness
360
+ - [ ] Code review approval
361
+
362
+ ## Success Metrics
363
+
364
+ [Detailed KPIs and measurement methods]
365
+
366
+ ## Dependencies & Prerequisites
367
+
368
+ [Detailed dependency analysis]
369
+
370
+ ## Risk Analysis & Mitigation
371
+
372
+ [Comprehensive risk assessment]
373
+
374
+ ## Resource Requirements
375
+
376
+ [Team, time, infrastructure needs]
377
+
378
+ ## Future Considerations
379
+
380
+ [Extensibility and long-term vision]
381
+
382
+ ## Documentation Plan
383
+
384
+ [What docs need updating]
385
+
386
+ ## References & Research
387
+
388
+ ### Internal References
389
+
390
+ - Architecture decisions: [file_path:line_number]
391
+ - Similar features: [file_path:line_number]
392
+ - Configuration: [file_path:line_number]
393
+
394
+ ### External References
395
+
396
+ - Framework documentation: [url]
397
+ - Best practices guide: [url]
398
+ - Industry standards: [url]
399
+
400
+ ### Related Work
401
+
402
+ - Previous PRs: #[pr_numbers]
403
+ - Related issues: #[issue_numbers]
404
+ - Design documents: [links]
405
+ ```
406
+
407
+ ### 5. Issue Creation & Formatting
408
+
409
+ <thinking>
410
+ Apply best practices for clarity and actionability, making the issue easy to scan and understand
411
+ </thinking>
412
+
413
+ **Content Formatting:**
414
+
415
+ - [ ] Use clear, descriptive headings with proper hierarchy (##, ###)
416
+ - [ ] Include code examples in triple backticks with language syntax highlighting
417
+ - [ ] Add screenshots/mockups if UI-related (drag & drop or use image hosting)
418
+ - [ ] Use task lists (- [ ]) for trackable items that can be checked off
419
+ - [ ] Add collapsible sections for lengthy logs or optional details using `<details>` tags
420
+ - [ ] Apply appropriate emoji for visual scanning (🐛 bug, ✨ feature, 📚 docs, ♻️ refactor)
421
+
422
+ **Cross-Referencing:**
423
+
424
+ - [ ] Link to related issues/PRs using #number format
425
+ - [ ] Reference specific commits with SHA hashes when relevant
426
+ - [ ] Link to code using GitHub's permalink feature (press 'y' for permanent link)
427
+ - [ ] Mention relevant team members with @username if needed
428
+ - [ ] Add links to external resources with descriptive text
429
+
430
+ **Code & Examples:**
431
+
432
+ ````markdown
433
+ # Good example with syntax highlighting and line references
434
+
435
+
436
+ ```ruby
437
+ # app/services/user_service.rb:42
438
+ def process_user(user)
439
+
440
+ # Implementation here
441
+
442
+ end
443
+ ```
444
+
445
+ # Collapsible error logs
446
+
447
+ <details>
448
+ <summary>Full error stacktrace</summary>
449
+
450
+ `Error details here...`
451
+
452
+ </details>
453
+ ````
454
+
455
+ **AI-Era Considerations:**
456
+
457
+ - [ ] Account for accelerated development with AI pair programming
458
+ - [ ] Include prompts or instructions that worked well during research
459
+ - [ ] Note which AI tools were used for initial exploration (Claude, Copilot, etc.)
460
+ - [ ] Emphasize comprehensive testing given rapid implementation
461
+ - [ ] Document any AI-generated code that needs human review
462
+
463
+ ### 6. Final Review & Submission
464
+
465
+ **Pre-submission Checklist:**
466
+
467
+ - [ ] Title is searchable and descriptive
468
+ - [ ] Labels accurately categorize the issue
469
+ - [ ] All template sections are complete
470
+ - [ ] Links and references are working
471
+ - [ ] Acceptance criteria are measurable
472
+ - [ ] Add names of files in pseudo code examples and todo lists
473
+ - [ ] Add an ERD mermaid diagram if applicable for new model changes
474
+
475
+ ## Output Format
476
+
477
+ **Filename:** Use the date and kebab-case filename from Step 2 Title & Categorization.
478
+
479
+ ```
480
+ docs/plans/YYYY-MM-DD-<type>-<descriptive-name>-plan.md
481
+ ```
482
+
483
+ Examples:
484
+ - ✅ `docs/plans/2026-01-15-feat-user-authentication-flow-plan.md`
485
+ - ✅ `docs/plans/2026-02-03-fix-checkout-race-condition-plan.md`
486
+ - ✅ `docs/plans/2026-03-10-refactor-api-client-extraction-plan.md`
487
+ - ❌ `docs/plans/2026-01-15-feat-thing-plan.md` (not descriptive - what "thing"?)
488
+ - ❌ `docs/plans/2026-01-15-feat-new-feature-plan.md` (too vague - what feature?)
489
+ - ❌ `docs/plans/2026-01-15-feat: user auth-plan.md` (invalid characters - colon and space)
490
+ - ❌ `docs/plans/feat-user-auth-plan.md` (missing date prefix)
491
+
492
+ ## Post-Generation Options
493
+
494
+ After writing the plan file, use the **AskUserQuestion tool** to present these options:
495
+
496
+ **Question:** "Plan ready at `docs/plans/YYYY-MM-DD-<type>-<name>-plan.md`. What would you like to do next?"
497
+
498
+ **Options:**
499
+ 1. **Open plan in editor** - Open the plan file for review
500
+ 2. **Run `/deepen-plan`** - Enhance each section with parallel research agents (best practices, performance, UI)
501
+ 3. **Run `/plan_review`** - Get feedback from reviewers (DHH, Kieran, Simplicity)
502
+ 4. **Start `/workflows:work`** - Begin implementing this plan locally
503
+ 5. **Start `/workflows:work` on remote** - Begin implementing in Claude Code on the web (use `&` to run in background)
504
+ 6. **Create Issue** - Create issue in project tracker (GitHub/Linear)
505
+ 7. **Simplify** - Reduce detail level
506
+
507
+ Based on selection:
508
+ - **Open plan in editor** → Run `open docs/plans/<plan_filename>.md` to open the file in the user's default editor
509
+ - **`/deepen-plan`** → Call the /deepen-plan command with the plan file path to enhance with research
510
+ - **`/plan_review`** → Call the /plan_review command with the plan file path
511
+ - **`/workflows:work`** → Call the /workflows:work command with the plan file path
512
+ - **`/workflows:work` on remote** → Run `/workflows:work docs/plans/<plan_filename>.md &` to start work in background for Claude Code web
513
+ - **Create Issue** → See "Issue Creation" section below
514
+ - **Simplify** → Ask "What should I simplify?" then regenerate simpler version
515
+ - **Other** (automatically provided) → Accept free text for rework or specific changes
516
+
517
+ **Note:** If running `/workflows:plan` with ultrathink enabled, automatically run `/deepen-plan` after plan creation for maximum depth and grounding.
518
+
519
+ Loop back to options after Simplify or Other changes until user selects `/workflows:work` or `/plan_review`.
520
+
521
+ ## Issue Creation
522
+
523
+ When user selects "Create Issue", detect their project tracker from CLAUDE.md:
524
+
525
+ 1. **Check for tracker preference** in user's CLAUDE.md (global or project):
526
+ - Look for `project_tracker: github` or `project_tracker: linear`
527
+ - Or look for mentions of "GitHub Issues" or "Linear" in their workflow section
528
+
529
+ 2. **If GitHub:**
530
+
531
+ Use the title and type from Step 2 (already in context - no need to re-read the file):
532
+
533
+ ```bash
534
+ gh issue create --title "<type>: <title>" --body-file <plan_path>
535
+ ```
536
+
537
+ 3. **If Linear:**
538
+
539
+ ```bash
540
+ linear issue create --title "<title>" --description "$(cat <plan_path>)"
541
+ ```
542
+
543
+ 4. **If no tracker configured:**
544
+ Ask user: "Which project tracker do you use? (GitHub/Linear/Other)"
545
+ - Suggest adding `project_tracker: github` or `project_tracker: linear` to their CLAUDE.md
546
+
547
+ 5. **After creation:**
548
+ - Display the issue URL
549
+ - Ask if they want to proceed to `/workflows:work` or `/plan_review`
550
+
551
+ NEVER CODE! Just research and write the plan.