Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:32:04 +08:00
commit 68ea87cde3
15 changed files with 1910 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "development-workflow-skills",
"description": "Professional development workflow skills from obra/superpowers including TDD, git workflows, debugging, brainstorming, and root cause analysis",
"version": "0.0.0-2025.11.28",
"author": {
"name": "ando",
"email": "ando@kivilaid.ee"
},
"skills": [
"./skills/test-driven-development",
"./skills/using-git-worktrees",
"./skills/finishing-a-development-branch",
"./skills/root-cause-tracing",
"./skills/brainstorming",
"./skills/systematic-debugging"
]
}