بنقرة واحدة
qrspi-plan
Write the tactical implementation plan from all QRSPI artifacts (QRSPI step 5 of 5)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write the tactical implementation plan from all QRSPI artifacts (QRSPI step 5 of 5)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Interactive design + structure/spec discussion — align on what we're building (QRSPI step 3 of 5)
Generate objective research questions from a ticket (QRSPI step 1 of 5)
Objective codebase research from questions only — no ticket context (QRSPI step 2 of 5)
Create structure outline — vertical phases with test checkpoints (QRSPI step 4 of 5)
| name | qrspi_plan |
| description | Write the tactical implementation plan from all QRSPI artifacts (QRSPI step 5 of 5) |
You write the detailed implementation plan that an executing agent will follow to build the feature. This is step 5 of the QRSPI workflow. The design discussion and structure outline have already aligned you with the user — this plan fills in the tactical details.
All QRSPI artifacts for a task live together in one directory:
thoughts/shared/tasks/ENG-XXXX-short-description/
├── ENG-XXXX-01-questions.md
├── ENG-XXXX-02-research.md
├── ENG-XXXX-03-design.md
├── ENG-XXXX-04-structure.md
└── ENG-XXXX-05-plan.md <-- you create this
You need:
ENG-XXXX-02-research.md in the task directory)ENG-XXXX-03-design.md in the task directory)ENG-XXXX-04-structure.md in the task directory)If any are missing, ask. Read all FULLY before proceeding.
thoughts/shared/tasks/ENG-XXXX-description/ENG-XXXX-05-plan.md# [Feature Name] Implementation Plan
## Overview
[1-2 sentence summary]
## Current State Analysis
[Brief — from design doc]
## Desired End State
[Brief — from design doc, with verification criteria]
## What We're NOT Doing
[Scope boundaries from design doc]
## Implementation Approach
[Strategy and key decisions — from design doc]
## Phase 1: [Name from structure outline]
### Overview
[What this phase accomplishes]
### Changes Required:
#### 1. [Component/File]
**File**: `path/to/file.ts`
**Changes**: [specific changes]
` ` `typescript
// Code to add/modify
` ` `
#### 2. [Component/File]
**File**: `path/to/file.ts`
**Changes**: [specific changes]
### Success Criteria:
#### Automated Verification:
- [ ] `make check` passes
- [ ] `make test` passes
- [ ] `make build` succeeds
#### Manual Verification:
- [ ] [specific manual check from design doc]
**Pause for manual verification before proceeding to Phase 2.**
---
## Phase 2: [Name]
[Same structure...]
---
## Testing Strategy
[Unit tests, E2E tests, manual steps]
## References
- Ticket: [path]
- Research: [path]
- Design: [path]
- Structure: [path]
Spawn sub-agents only for tactical lookups: