Skip to content

Commit 325e774

Browse files
committed
Revert "feat: add 5 gstack-inspired lifecycle commands (critique, review, qa, ship, retro)"
This reverts commit 6eb15a7.
1 parent 6eb15a7 commit 325e774

File tree

12 files changed

+2
-1664
lines changed

12 files changed

+2
-1664
lines changed

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22

33
<!-- insert new changelog below this comment -->
44

5-
## [Unreleased]
6-
7-
### Added
8-
9-
- feat: Add `/speckit.critique` command — dual-lens strategic and technical review (product + engineering perspectives) before implementation
10-
- feat: Add `/speckit.review` command — staff-level code review focused on correctness, security, performance, and spec compliance
11-
- feat: Add `/speckit.qa` command — systematic QA testing with browser-driven and CLI-based modes, validating acceptance criteria
12-
- feat: Add `/speckit.ship` command — release engineering automation (pre-flight checks, branch sync, changelog, CI verification, PR creation)
13-
- feat: Add `/speckit.retro` command — sprint retrospective with metrics, learnings, and improvement suggestions
14-
- feat: Add output templates for review, QA, ship, retro, and critique reports
15-
165
## [0.4.3] - 2026-03-26
176

187
### Changed

README.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -134,62 +134,22 @@ Use the **`/speckit.plan`** command to provide your tech stack and architecture
134134
/speckit.plan The application uses Vite with minimal number of libraries. Use vanilla HTML, CSS, and JavaScript as much as possible. Images are not uploaded anywhere and metadata is stored in a local SQLite database.
135135
```
136136

137-
### 5. Challenge the plan
138-
139-
Use **`/speckit.critique`** to critically evaluate your spec and plan from both product strategy and engineering risk perspectives before committing to implementation.
140-
141-
```bash
142-
/speckit.critique
143-
```
144-
145-
### 6. Break down into tasks
137+
### 5. Break down into tasks
146138

147139
Use **`/speckit.tasks`** to create an actionable task list from your implementation plan.
148140

149141
```bash
150142
/speckit.tasks
151143
```
152144

153-
### 7. Execute implementation
145+
### 6. Execute implementation
154146

155147
Use **`/speckit.implement`** to execute all tasks and build your feature according to the plan.
156148

157149
```bash
158150
/speckit.implement
159151
```
160152

161-
### 8. Review the code
162-
163-
Use **`/speckit.review`** to perform a staff-level code review focused on correctness, security, performance, and spec compliance.
164-
165-
```bash
166-
/speckit.review
167-
```
168-
169-
### 9. Run QA testing
170-
171-
Use **`/speckit.qa`** to systematically test the implemented feature against acceptance criteria, using browser-driven or CLI-based testing.
172-
173-
```bash
174-
/speckit.qa
175-
```
176-
177-
### 10. Ship it
178-
179-
Use **`/speckit.ship`** to automate the release pipeline — pre-flight checks, branch sync, changelog generation, CI verification, and PR creation.
180-
181-
```bash
182-
/speckit.ship
183-
```
184-
185-
### 11. Retrospective
186-
187-
Use **`/speckit.retro`** to reflect on the completed development cycle with metrics, learnings, and improvement suggestions for the next iteration.
188-
189-
```bash
190-
/speckit.retro
191-
```
192-
193153
For detailed step-by-step instructions, see our [comprehensive guide](./spec-driven.md).
194154

195155
## 📽️ Video Overview

templates/commands/critique.md

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)