Skip to content

Commit 3562347

Browse files
committed
docs: remove TablePlus competitive tracking content
1 parent 331d510 commit 3562347

10 files changed

Lines changed: 4 additions & 659 deletions

File tree

.claude/skills/fix-issue/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
scope, no quick patches. It runs a parallel investigation team (codebase tracing + Apple
88
platform research + competitor/UX research), synthesizes a refactor-aware implementation
99
blueprint, gets the user's approval, then implements to TablePro's standards. Trigger on
10-
things like "fix issue #1234", "fix this bug", "this should behave like TablePlus", "do this
10+
things like "fix issue #1234", "fix this bug", "this should behave like a native app", "do this
1111
properly / natively", or any non-trivial defect or behaviour gap in the app. Prefer this over
1212
an ad-hoc fix when the change touches UI behaviour, architecture, or anything the user expects
1313
to match Apple conventions.
@@ -59,7 +59,7 @@ Then spawn the three roles in a single turn so they run concurrently. Full chart
5959
| --- | --- | --- |
6060
| Codebase Analyzer | `feature-dev:code-explorer` | How does the relevant code actually work today? Which files, types, and call paths are involved? Where is the real cause? |
6161
| Apple Platform Researcher | `general-purpose` | What does Apple's documentation (HIG, AppKit, SwiftUI) say the correct behaviour and the right API are? |
62-
| Competitor / UX Researcher | `general-purpose` | How do TablePlus, DataGrip, Postico, and similar native clients handle this? What's the expected UX? |
62+
| Competitor / UX Researcher | `general-purpose` | How do DataGrip, Postico, Sequel Ace, and similar native clients handle this? What's the expected UX? |
6363

6464
Give each investigator the Phase 0 problem statement and a sharp question. Tell them to report findings as a structured message back to you, citing concrete evidence (`file:line` for code, doc URLs or API names for platform research). `references/research-sources.md` lists the documentation map and the tools each researcher should reach for (`mcp__xcode__DocumentationSearch`, `WebSearch`, `WebFetch`).
6565

.claude/skills/fix-issue/references/research-sources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Prefer the Xcode docs tool for API questions: it's authoritative and version-mat
2424

2525
Native macOS database clients worth checking for expected behaviour:
2626

27-
- **TablePlus** — the closest comparison; TablePro positions against it. `https://docs.tableplus.com`.
2827
- **DataGrip** — JetBrains, feature-rich; good for data-grid and SQL-editor behaviour.
2928
- **Postico** — native macOS Postgres client, strong HIG conformance; good model for "what feels native on macOS".
3029
- **Sequel Ace** — open-source MySQL client; behaviour is inspectable.

.claude/skills/fix-issue/references/team-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ structured message with citations.
7272

7373
```
7474
You are the Competitor / UX Researcher on a TablePro fix investigation. TablePro is a native
75-
macOS database client, a fast alternative to TablePlus.
75+
macOS database client.
7676
7777
Problem statement:
7878
<PROBLEM STATEMENT>
7979
8080
Research how mature native DB clients handle this interaction. I need:
81-
1. How TablePlus, DataGrip, Postico, and Sequel Ace handle this specific behaviour or UI, as
81+
1. How DataGrip, Postico, and Sequel Ace handle this specific behaviour or UI, as
8282
concretely as you can (documented behaviour, help docs, release notes, reviews, screenshots).
8383
2. The interaction pattern users expect: what the control looks like, what the keyboard/mouse
8484
affordances are, edge cases these tools handle.

docs/development/competitive-tracking/by-category.mdx

Lines changed: 0 additions & 364 deletions
This file was deleted.

docs/development/competitive-tracking/gap-analysis.mdx

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/development/competitive-tracking/overview.mdx

Lines changed: 0 additions & 93 deletions
This file was deleted.

docs/development/competitive-tracking/quick-wins.mdx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)