Files
2025-11-30 08:51:32 +08:00

29 lines
1004 B
JSON

{
"name": "reqvire",
"description": "Claude Code plugin for Reqvire - The AI-Native Requirements As A Code framework for Modern Engineering Teams. Includes specialized skills for requirements engineering and task planning, plus commands for model analysis and verification management.",
"version": "1.1.0",
"author": {
"name": "Ilija Ljubicic",
"email": "ilijaljubicic@users.noreply.github.com"
},
"agents": [
"./skills/syseng/SKILL.md",
"./skills/task-master/SKILL.md"
],
"commands": [
"./commands/analyze-model.md",
"./commands/add-requirement.md",
"./commands/add-verification.md",
"./commands/add-feature.md",
"./commands/analyze-coverage.md",
"./commands/analyze-impact.md",
"./commands/lint-model.md",
"./commands/consolidate.md",
"./commands/generate-tasks.md",
"./commands/find-redundant-verifications.md",
"./commands/rename-element.md",
"./commands/mv.md",
"./commands/mv-file.md",
"./commands/rm.md"
]
}