qrspi-workflow

Manage the eight-stage QRSPI workflow from Questions to PR with per-stage artifacts.

2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/lotea-be/qrspi --skill qrspi-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qrspi-workflow
Source: https://github.com/lotea-be/qrspi/tree/main/claude/skills/qrspi-workflow
Command: npx skills add https://github.com/lotea-be/qrspi --skill qrspi-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QRSPI provides a structured, eight-stage workflow to manage complex feature changes end-to-end, aligning design and implementation through clearly defined artifacts and gates.

Core Features & Use Cases

  • Orchestrates the Questions, Research, Design, Structure, Slices, Plan, Implement, and PR stages on top of OpenSpec.
  • Produces stage-specific artifacts (questions.md, research.md, design.md, proposal.md, specs/ (OpenSpec deltas), tasks.md, slices.md, pr.md) and supports followups.md after PR.
  • Enforces human review at the Design stage and atomic commits across stages to preserve traceability.

Quick Start

Initiate the workflow by issuing /qrspi:questions <id> to begin.

Frequently Asked Questions about qrspi-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a feature request workflow from initial questions to a pull request?

You can manage a feature request end-to-end using an eight-stage QRSPI workflow, which guides the process from Questions to PR while producing structured artifacts like research.md, design.md, and specs/.

What is the QRSPI workflow and what artifacts does it produce?

The QRSPI workflow is an eight-stage process covering Questions, Research, Design, Structure, Slices, Plan, Implement, and PR. It generates specific artifacts per stage, including questions.md, tasks.md, slices.md, and pr.md.

How do I enforce a design review gate before implementation in a project management workflow?

To enforce a design review gate, the QRSPI workflow mandates human review specifically at the Design stage, ensuring alignment and approval before proceeding to structure the implementation and write OpenSpec deltas.

Can I use the QRSPI workflow without OpenSpec state?

No, you cannot use it without OpenSpec state. The QRSPI workflow requires the qrspi-workflow skill to bootstrap OpenSpec state to properly coordinate bounded artifact writes through stage subagents.

When do I need a structured workflow for feature changes with atomic commits?

You need a structured workflow like QRSPI when managing complex feature changes end-to-end, as it enforces atomic commits across stages and produces followups.md after PR to preserve traceability.

What's the best way to start the QRSPI workflow for a new feature?

The best way to start the QRSPI workflow is by issuing the command /qrspi:questions <id>, which initiates the first stage and begins generating the required lifecycle artifacts.