Skip to content

Commit a09a837

Browse files
committed
Add skills
1 parent 171e13f commit a09a837

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

.agents/skills/grill-me/SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: grill-me
3+
description: A relentless interview to sharpen a plan or design.
4+
disable-model-invocation: true
5+
---
6+
7+
Run a `/grilling` session.

.agents/skills/grilling/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: grilling
3+
description: Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
4+
---
5+
6+
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
7+
8+
Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.
9+
10+
If a question can be answered by exploring the codebase, explore the codebase instead.

skills-lock.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
"skillPath": "skills/frontend-design/SKILL.md",
88
"computedHash": "4eabc66183767153e404b39d1b839b1c37f2d82d86f0a0d7e880a579d8d62336"
99
},
10+
"grill-me": {
11+
"source": "olivomarco/ai-dev-skills",
12+
"sourceType": "github",
13+
"skillPath": "skills/grill-me/SKILL.md",
14+
"computedHash": "f321507f77702a54af1db66549ec1685fc625390d06c57d7949cdcda8eb1b5c7"
15+
},
16+
"grilling": {
17+
"source": "olivomarco/ai-dev-skills",
18+
"sourceType": "github",
19+
"skillPath": "skills/grilling/SKILL.md",
20+
"computedHash": "ef685a6fa0bbe73b05bbd8dc1ec97258191587f07c6aa7dbc9006675ceb8f90f"
21+
},
1022
"humanizer": {
1123
"source": "blader/humanizer",
1224
"sourceType": "github",

0 commit comments

Comments
 (0)