You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate cleanup phase into implementation workflow
- Add handoff from implement.md to cleanup command
- Add cleanup phase (N+1) to tasks-template.md
- Update phase dependencies to include cleanup as final gate
- Update incremental delivery strategy to include cleanup step
- Suggest running cleanup after implementation completes
prompt: Review implementation changes, fix small issues, and identify tech debt
6
10
---
7
11
8
12
## User Input
@@ -134,5 +138,6 @@ You **MUST** consider the user input before proceeding (if not empty).
134
138
- Validate that tests pass and coverage meets requirements
135
139
- Confirm the implementation follows the technical plan
136
140
- Report final status with summary of completed work
141
+
- **Suggest next step**: Recommend running `/speckit.cleanup` to review changes and identify tech debt
137
142
138
143
Note: This command assumes a complete task breakdown exists in tasks.md. If tasks are incomplete or missing, suggest running `/speckit.tasks` first to regenerate the task list.
0 commit comments