You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you receive a company name, first validate prerequisites exist, load all required data, apply specialty-based scoring for content selection, transform data following mapping rules, generate both files, **validate both files and fix any errors**, and ensure all content is truthful and optimized for the specific job requirements.
allowed-tools: Bash(bun run set-env), SlashCommand, BashOutput
2
+
allowed-tools: Bash(bun run set-env), BashOutput
3
3
description: Set CC in /tailor mode, Ask claude for changes and improvements to the application assets | argument-hint company-name
4
4
---
5
5
6
-
# Tailor Company Context Command
6
+
# Tailor Mode - Collaborative Resume & Cover Letter Editing
7
7
8
-
Set the active company context for tailored resume operations and start the development server with automatic validation and hot reload.
8
+
This command activates **tailor mode**, where you (Claude) become the user's active collaborator for refining and improving their resume and cover letter for a specific company.
9
+
10
+
**Your role in tailor mode:**
11
+
12
+
- Be a proactive editor and writing coach
13
+
- Suggest improvements to content, tone, and **structure**
14
+
- Implement changes directly to YAML files based on user feedback
15
+
- Ensure all edits align with the job posting requirements
16
+
- Validate changes in real-time and fix any issues immediately
17
+
18
+
The technical infrastructure (server, file watching, validation) runs in the background to support this collaborative editing workflow.
9
19
10
20
## Usage
11
21
@@ -18,41 +28,53 @@ Set the active company context for tailored resume operations and start the deve
18
28
### 1. User Invokes Command
19
29
20
30
```
21
-
/tailor tech-corp
31
+
/tailor company-name
22
32
```
23
33
24
34
### 2. Claude Sets Context
25
35
26
-
Runs `bun run set-env -C tech-corp`:
36
+
Runs `bun run set-env -C company-name`:
27
37
28
-
- Validates company folder exists at `resume-data/tailor/tech-corp/`
38
+
- Validates company folder exists at `resume-data/tailor/company-name/`
- Enables automatic data regeneration on file changes
44
65
- Launches browser preview with hot reload
45
66
- Provides real-time validation feedback
46
67
47
-
### 4. Claude Displays Context Summary
68
+
**Note:** After starting the server, only check one the `🚀 Tailor server ready` log to confirm startup. Vite and Bun handle the HTTP server automatically in the background no need to wait for additional Vite startup logs.
69
+
70
+
### 4. Claude Confirms Server is Running
71
+
72
+
After seeing the "Tailor server ready" log, Claude should confirm the setup:
**Key insight:** Multiple rapid edits are batched together automatically, so you don't need to wait between small changes - just make all related edits and the system will validate once.
117
+
118
+
### Step 4: Smart Validation Checking
119
+
120
+
Use `BashOutput` strategically based on edit risk level:
0 commit comments