Files
gh-jeanluciano-quaestor-src…/.claude-plugin/plugin.json
2025-11-29 18:50:24 +08:00

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"
]
}