Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:30 +08:00
commit 9c0b92f025
39 changed files with 9512 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "synthesisflow-skills",
"description": "SynthesisFlow: Modular skills for spec-driven development with hybrid LLM-guided + helper-script architecture",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Daniel Bo",
"email": "bodangren@gmail.com"
},
"skills": [
"./project-init",
"./project-migrate",
"./prd-authoring",
"./doc-indexer",
"./spec-authoring",
"./sprint-planner",
"./issue-executor",
"./change-integrator",
"./agent-integrator"
]
}