qrspi-plus
Structured development pipeline with human approval gates
All Skills in This Repository (12)
Pure Emerald Level Indicatorsresearch
Run parallel codebase and web research for approved questions.md.
design
Translate approved research and goals into a validated system architecture and vertical slices.
using-qrspi
Orchestrate QRSPI pipelines that gate sequential development artifacts.
test
Run acceptance tests against implemented code and present pass/fail results.
goals
Capture user intent and constraints into a draft goals.md for a QRSPI pipeline.
integrate
Merge worktree branches and run integration and security reviewers before CI.
plan
Generate ordered implementation task specifications from approved QRSPI artifacts.
replan
Analyze completed phases and propose severity-classified task updates as diffs.
worktree
Analyze task dependencies and dispatch worktree tasks to Implement.
implement
Execute test-driven development with failing tests, minimal implementation, and verified passing tests.
structure
Map approved designs to files, interfaces, and architectural diagrams.
questions
Generate neutral research questions tagged by domain from approved goals.md.
Frequently Asked Questions
FAQPage SchemaHow to install qrspi-plus?โผ
Run `npx skills add dfrysinger/qrspi-plus --all -g -y` in your terminal to install the full pipeline globally.
What is the QRSPI pipeline?โผ
It is a staged software development workflow where each step (goals, research, design, plan, implement, test) produces a reviewable artifact that requires human approval before the next step runs.
Does qrspi-plus work with Claude Code and Copilot CLI?โผ
Yes. It is built as a plugin for both Claude Code and Copilot CLI, and its skills follow the standard SKILL.md format.
Can I use qrspi-plus for small bug fixes?โผ
Yes. A quick-fix route skips design, phasing, and integration steps, running only goals, questions, research, plan, implement, and test for targeted changes.
How does qrspi-plus prevent low-quality generated code?โผ
It enforces test-first implementation, dispatches independent reviewer subagents per task, runs cross-task integration and security reviews, and blocks progress until a human approves each artifact.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core