Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions skill.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "five-step-method",
"displayName": "Five-Step Work Method",
"version": "1.0.0",
"version": "1.0.1",
"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",
Expand All @@ -26,6 +26,7 @@
"openclaw"
],
"installation": {
"claude-code": "cp -r .claude/skills/five-step-method ~/.claude/skills/"
"claude-code": "cp -r skills/five-step-method ~/.claude/skills/",
"openclaw": "cp -r skills/five-step-method /path/to/openclaw/skills/"
}
}