18 lines
612 B
JSON
18 lines
612 B
JSON
{
|
|
"name": "quaestor",
|
|
"description": "Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.",
|
|
"version": "1.0.0-beta.1",
|
|
"author": {
|
|
"name": "Quaestor Project",
|
|
"url": "https://github.com/jeanluciano/quaestor"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |