codexspec 0.3.2__tar.gz → 0.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codexspec-0.3.2 → codexspec-0.3.3}/PKG-INFO +1 -1
- {codexspec-0.3.2 → codexspec-0.3.3}/pyproject.toml +1 -1
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/generate-spec.md +7 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/plan-to-tasks.md +6 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/review-plan.md +9 -2
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/review-spec.md +9 -2
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/review-tasks.md +8 -1
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/spec-to-plan.md +6 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/.gitignore +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/LICENSE +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/README.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/bash/check-prerequisites.sh +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/bash/common.sh +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/bash/create-new-feature.sh +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/powershell/check-prerequisites.ps1 +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/powershell/common.ps1 +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/scripts/powershell/create-new-feature.ps1 +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/src/codexspec/__init__.py +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/src/codexspec/i18n.py +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/analyze.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/checklist.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/clarify.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/commit-staged.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/commit.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/constitution.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/implement-tasks.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/specify.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/commands/tasks-to-issues.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/checklist-template.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/constitution-template.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/plan-template-detailed.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/plan-template-simple.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/spec-template-detailed.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/spec-template-simple.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/tasks-template-detailed.md +0 -0
- {codexspec-0.3.2 → codexspec-0.3.3}/templates/docs/tasks-template-simple.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codexspec
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: CodexSpec - A Spec-Driven Development (SDD) toolkit for Claude Code
|
|
5
5
|
Project-URL: Homepage, https://github.com/Zts0hg/codexspec
|
|
6
6
|
Project-URL: Repository, https://github.com/Zts0hg/codexspec
|
|
@@ -104,3 +104,10 @@ Save the specification to: `.codexspec/specs/{NNN}-{feature-name}/spec.md`
|
|
|
104
104
|
|
|
105
105
|
> [!IMPORTANT]
|
|
106
106
|
> This command should be called after `/codexspec.specify` has clarified all requirements. It focuses on document generation, not requirement exploration.
|
|
107
|
+
|
|
108
|
+
## Available Follow-up Commands
|
|
109
|
+
|
|
110
|
+
After generating the specification, the user may consider:
|
|
111
|
+
- `/codexspec.review-spec` - to validate the specification quality before technical planning
|
|
112
|
+
- `/codexspec.clarify` - to address any ambiguities or gaps identified
|
|
113
|
+
- `/codexspec.spec-to-plan` - to proceed directly with technical implementation planning
|
|
@@ -268,3 +268,9 @@ Phase 5: ┌───────────────┴──────
|
|
|
268
268
|
- [ ] File paths are specific and accurate
|
|
269
269
|
- [ ] Complexity estimates are reasonable
|
|
270
270
|
- [ ] Checkpoints are defined at phase boundaries
|
|
271
|
+
|
|
272
|
+
## Available Follow-up Commands
|
|
273
|
+
|
|
274
|
+
After generating the task breakdown, the user may consider:
|
|
275
|
+
- `/codexspec.review-tasks` - to validate the task breakdown quality before implementation
|
|
276
|
+
- `/codexspec.implement-tasks` - to proceed directly with implementing the tasks
|
|
@@ -232,8 +232,15 @@ Review the technical implementation plan for quality and readiness. This command
|
|
|
232
232
|
## Available Follow-up Commands
|
|
233
233
|
|
|
234
234
|
Based on the review result, the user may consider:
|
|
235
|
-
|
|
236
|
-
|
|
235
|
+
|
|
236
|
+
### If Issues Found (Warnings or Suggestions)
|
|
237
|
+
- **Direct Fix**: Simply describe the changes you want to make (e.g., "Fix PLAN-001 and add the missing API endpoints") and I will update the plan accordingly
|
|
238
|
+
- **Re-run Review**: `/codexspec.review-plan` - to verify changes after fixing issues
|
|
239
|
+
- **Proceed Anyway**: If you decide the warnings/suggestions are not critical or out of scope for the current iteration, you can proceed directly to `/codexspec.plan-to-tasks`
|
|
240
|
+
|
|
241
|
+
### Next Steps Based on Review Result
|
|
242
|
+
- **Pass**: `/codexspec.plan-to-tasks` - to proceed with task breakdown
|
|
243
|
+
- **Needs Work**: Fix the identified issues first, then re-run `/codexspec.review-plan` to verify, or proceed anyway if issues are acceptable
|
|
237
244
|
- **Fail**: `/codexspec.spec-to-plan` - to regenerate the technical plan
|
|
238
245
|
```
|
|
239
246
|
|
|
@@ -172,8 +172,15 @@ Review the feature specification for quality and readiness. This command ensures
|
|
|
172
172
|
## Available Follow-up Commands
|
|
173
173
|
|
|
174
174
|
Based on the review result, the user may consider:
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
|
|
176
|
+
### If Issues Found (Warnings or Suggestions)
|
|
177
|
+
- **Direct Fix**: Simply describe the changes you want to make (e.g., "Fix SPEC-001 and update the acceptance criteria") and I will update the specification accordingly
|
|
178
|
+
- **Re-run Review**: `/codexspec.review-spec` - to verify changes after fixing issues
|
|
179
|
+
- **Proceed Anyway**: If you decide the warnings/suggestions are not critical or out of scope for the current iteration, you can proceed directly to `/codexspec.spec-to-plan`
|
|
180
|
+
|
|
181
|
+
### Next Steps Based on Review Result
|
|
182
|
+
- **Pass**: `/codexspec.spec-to-plan` - to proceed with technical implementation planning
|
|
183
|
+
- **Needs Work**: Fix the identified issues first, then re-run `/codexspec.review-spec` to verify, or proceed anyway if issues are acceptable
|
|
177
184
|
- **Fail**: `/codexspec.clarify` - to systematically identify and fix specification issues
|
|
178
185
|
```
|
|
179
186
|
|
|
@@ -281,8 +281,15 @@ Phase 5: [5.1 || 5.2 || 5.3] (parallel)
|
|
|
281
281
|
## Available Follow-up Commands
|
|
282
282
|
|
|
283
283
|
Based on the review result, the user may consider:
|
|
284
|
+
|
|
285
|
+
### If Issues Found (Warnings or Suggestions)
|
|
286
|
+
- **Direct Fix**: Simply describe the changes you want to make (e.g., "Fix TASK-001 and split Task 2.5 into smaller tasks") and I will update the tasks accordingly
|
|
287
|
+
- **Re-run Review**: `/codexspec.review-tasks` - to verify changes after fixing issues
|
|
288
|
+
- **Proceed Anyway**: If you decide the warnings/suggestions are not critical or out of scope for the current iteration, you can proceed directly to `/codexspec.implement-tasks`
|
|
289
|
+
|
|
290
|
+
### Next Steps Based on Review Result
|
|
284
291
|
- **Pass**: `/codexspec.implement-tasks` - to begin implementation
|
|
285
|
-
- **Needs Work**: Fix the identified issues, then re-run
|
|
292
|
+
- **Needs Work**: Fix the identified issues first, then re-run `/codexspec.review-tasks` to verify, or proceed anyway if issues are acceptable
|
|
286
293
|
- **Fail**: `/codexspec.plan-to-tasks` - to regenerate the task breakdown
|
|
287
294
|
```
|
|
288
295
|
|
|
@@ -281,3 +281,9 @@ Before saving, verify:
|
|
|
281
281
|
|
|
282
282
|
> [!TIP]
|
|
283
283
|
> If the specification path is not provided, look for `spec.md` files in `.codexspec/specs/` and ask the user which one to use.
|
|
284
|
+
|
|
285
|
+
## Available Follow-up Commands
|
|
286
|
+
|
|
287
|
+
After generating the technical plan, the user may consider:
|
|
288
|
+
- `/codexspec.review-plan` - to validate the plan quality before task breakdown
|
|
289
|
+
- `/codexspec.plan-to-tasks` - to proceed directly with breaking down into actionable tasks
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|