Initial commit

This commit is contained in:
Dayowe
2026-06-10 11:16:10 +02:00
commit f0b9968306
12 changed files with 994 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"name": "staged-implementation",
"version": "0.1.0",
"description": "Planner, implementer, validator, and orchestrator skills for staged implementation workflows.",
"author": {
"name": "Local developer"
},
"skills": "./skills/",
"interface": {
"displayName": "Staged Implementation",
"shortDescription": "Plan, implement, validate, and orchestrate staged code work.",
"longDescription": "Staged Implementation bundles planner, implementer, validator, and orchestrator skills for chunked implementation work with review and evidence-based validation.",
"developerName": "Local developer",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Run the next staged implementation chunk.",
"Write the next implementer prompt.",
"Validate this chunk against the frozen contract."
]
}
}