Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:37 +08:00
commit 8b2a41253c
6 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "speckl",
"description": "SPECKL workflow commands for specification-driven development with human-AI collaboration. Create minimal specs (specks), break them into tasks, and maintain clear boundaries for AI assistance.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Matt Brailsford & Phil Whittaker",
"email": "contact@speckl.dev"
},
"commands": [
"./commands"
]
}