-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
31 lines (31 loc) · 1.05 KB
/
skill.json
File metadata and controls
31 lines (31 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "five-step-method",
"displayName": "Five-Step Work Method",
"version": "1.0.0",
"description": "Universal decision framework based on Musk's five-step methodology. Teaches AI agents to question requirements, delete complexity, and simplify before acting — whether writing code, making product decisions, planning strategy, or designing processes. Prevents over-engineering, unnecessary meetings, premature automation, and scope creep.",
"author": "OpenLucid",
"license": "MIT",
"homepage": "https://github.com/agidesigner/five-step-method-skill",
"repository": "https://github.com/agidesigner/five-step-method-skill",
"keywords": [
"decision-framework",
"engineering-discipline",
"five-step-method",
"requirement-analysis",
"simplification",
"ai-skill",
"code-review",
"product-management"
],
"platforms": [
"claude-code",
"cursor",
"windsurf",
"cline",
"codex",
"openclaw"
],
"installation": {
"claude-code": "cp -r .claude/skills/five-step-method ~/.claude/skills/"
}
}