← All plugins
qrspi
v0.12.0QRSPI — an eight-stage spec-driven workflow (Questions, Research, Design, Structure, Slices, Plan, Implement, PR) layered on OpenSpec. Ships the /qrspi:* commands, seven stage subagents, and the supporting skills.
Claude Code
by lotea-be2updated 4 hours ago
Source
git clone https://github.com/lotea-be/qrspiClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
qrspi/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "qrspi",
"description": "QRSPI — an eight-stage spec-driven workflow (Questions, Research, Design, Structure, Slices, Plan, Implement, PR) layered on OpenSpec. Ships the /qrspi:* commands, seven stage subagents, and the supporting skills.",
"version": "0.12.0",
"author": {
"name": "lotea-be"
},
"homepage": "https://github.com/lotea-be/qrspi",
"commands": "./claude/commands",
"agents": [
"./claude/agents/questioner.md",
"./claude/agents/researcher.md",
"./claude/agents/designer.md",
"./claude/agents/architect.md",
"./claude/agents/planner.md",
"./claude/agents/implementer-low.md",
"./claude/agents/implementer-medium.md",
"./claude/agents/implementer-high.md",
"./claude/agents/reviewer.md",
"./claude/agents/spec-syncer.md"
],
"skills": "./claude/skills"
}