dfrysingerdfrysingerCommunityยท12 Agent Skills Included

qrspi-plus

Structured development pipeline with human approval gates

Guides software projects through a staged pipeline: goals, questions, research, design, phasing, structure, planning, parallel implementation, integration, and testing. Produces a reviewable artifact at every step and requires human approval before advancing, eliminating unreviewed code and context drift. Runs each stage in an isolated subagent with fresh context, parallel task worktrees, tiered code reviews, and between-phase replanning.
npx skills add dfrysinger/qrspi-plus --all -g -y

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

research

Run parallel codebase and web research for approved questions.md.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

design

Translate approved research and goals into a validated system architecture and vertical slices.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

using-qrspi

Orchestrate QRSPI pipelines that gate sequential development artifacts.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

test

Run acceptance tests against implemented code and present pass/fail results.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

goals

Capture user intent and constraints into a draft goals.md for a QRSPI pipeline.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

integrate

Merge worktree branches and run integration and security reviewers before CI.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

plan

Generate ordered implementation task specifications from approved QRSPI artifacts.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

replan

Analyze completed phases and propose severity-classified task updates as diffs.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

worktree

Analyze task dependencies and dispatch worktree tasks to Implement.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

implement

Execute test-driven development with failing tests, minimal implementation, and verified passing tests.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

structure

Map approved designs to files, interfaces, and architectural diagrams.

Community
Advanced
๐Ÿ“ฆ In Repo
dfrysingerdfrysinger

questions

Generate neutral research questions tagged by domain from approved goals.md.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’