Initial commit
This commit is contained in:
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user