Skip to content

Commit aadd394

Browse files
committed
Update Spec Kit Interview Strategy documentation for clarity and consistency
- Enhanced the summary to emphasize "Architectural Control over AI" in the coding interview context. - Updated directory names from `appier_interview_prep` to `interview_prep_demo` for better alignment with the content. - Adjusted instructions to reflect the new directory structure, ensuring a smoother setup process for users.
1 parent fa094d7 commit aadd394

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/notes/agentic/spec-kit-interview-strategy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category: "agentic"
1010
# Spec Kit 30-Min Interview Strategy
1111

1212
## Summary
13-
This strategy uses **Spec Kit** within Cursor to demonstrate "Architectural Control over AI" during a 30-minute coding interview. By "programming the AI" via a Constitution and Specs before generating code, you demonstrate the ability to lead an AI workflow rather than just typing code.
13+
This strategy uses **Spec Kit** within Cursor to demonstrate **Architectural Control over AI** during a 30-minute coding interview. By "programming the AI" via a Constitution and Specs before generating code, you demonstrate the ability to lead an AI workflow rather than just typing code.
1414

1515
## Details
1616

@@ -28,8 +28,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2828
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
2929

3030
# 3. Initialize your Interview Directory
31-
mkdir appier_interview_prep
32-
cd appier_interview_prep
31+
mkdir interview_prep_demo
32+
cd interview_prep_demo
3333
specify init
3434
# Select "Cursor" as your AI tool when prompted.
3535
# Select "One-time usage" or "Persistent" (Persistent is better if you practice).
@@ -42,7 +42,7 @@ Spec Kit relies on a `constitution.md` file to govern how the AI behaves. **Edit
4242
When the clock starts, do **not** just start coding. Follow this "Speed-Run" protocol.
4343

4444
#### Step 0: The Setup (Min 0-2)
45-
* Open your `appier_interview_prep` folder in Cursor.
45+
* Open your `interview_prep_demo` folder in Cursor.
4646
* **Paste the Problem:** Paste the interviewer's prompt into a new file `problem.txt` (so it's in context).
4747
* **Open Cursor Chat (Cmd+L / Ctrl+L).**
4848

notes/agentic/spec-kit-interview-strategy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ category: "agentic"
1010
# Spec Kit 30-Min Interview Strategy
1111

1212
## Summary
13-
This strategy uses **Spec Kit** within Cursor to demonstrate "Architectural Control over AI" during a 30-minute coding interview. By "programming the AI" via a Constitution and Specs before generating code, you demonstrate the ability to lead an AI workflow rather than just typing code.
13+
This strategy uses **Spec Kit** within Cursor to demonstrate **Architectural Control over AI** during a 30-minute coding interview. By "programming the AI" via a Constitution and Specs before generating code, you demonstrate the ability to lead an AI workflow rather than just typing code.
1414

1515
## Details
1616

@@ -28,8 +28,8 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
2828
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git
2929

3030
# 3. Initialize your Interview Directory
31-
mkdir appier_interview_prep
32-
cd appier_interview_prep
31+
mkdir interview_prep_demo
32+
cd interview_prep_demo
3333
specify init
3434
# Select "Cursor" as your AI tool when prompted.
3535
# Select "One-time usage" or "Persistent" (Persistent is better if you practice).
@@ -42,7 +42,7 @@ Spec Kit relies on a `constitution.md` file to govern how the AI behaves. **Edit
4242
When the clock starts, do **not** just start coding. Follow this "Speed-Run" protocol.
4343

4444
#### Step 0: The Setup (Min 0-2)
45-
* Open your `appier_interview_prep` folder in Cursor.
45+
* Open your `interview_prep_demo` folder in Cursor.
4646
* **Paste the Problem:** Paste the interviewer's prompt into a new file `problem.txt` (so it's in context).
4747
* **Open Cursor Chat (Cmd+L / Ctrl+L).**
4848

0 commit comments

Comments
 (0)