feat(preset): add nexusx-4phase speckit preset#81
Closed
allmonday wants to merge 1 commit into
Closed
Conversation
Layer the 4-phase V-model workflow (Schema → Loader → UseCase+MCP → SDK) on
top of spec-kit's specify → plan → tasks → implement pipeline.
- spec-template (append): Phase 0 8-step requirements confirmation
- plan-template (append): Phase 1 schema/ER/DB + alembic decisions
- phase-template (new): per-phase V降/实现/V升 spec
- checklist-template (replace): V-model acceptance + spec/ completeness
- speckit.{specify,plan,tasks,implement} (wrap): inject phase semantics
- speckit.nexusx.phase (new): enter a specific phase explicitly
- scaffold/: code skeleton (models/db/main + service/<domain>/) from skill/
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
speckit-preset/:把 nexusx 四阶段 V 型工作流(Schema → Loader → UseCase+MCP → SDK)分层叠加到 spec-kit 的 specify → plan → tasks → implement pipeline 上append/wrap/replace)注入 Phase 语义,保留 spec-kit 原生 workflowWhat's in the preset
4 document templates
spec-templateappendplan-templateappendphase-templatechecklist-templatereplace5 command templates
speckit.specifywrapspeckit.planwrapspeckit.taskswrapspeckit.implementwrapspeckit.nexusx.phaseInstall
specify preset add --dev ./speckit-preset specify preset resolve spec-template # 验证 core + nexusx 叠加 specify preset resolve plan-templateStatus
MVP — preset manifest 验证通过,模板 composition 正常。已知待办(看后续 follow-up):
ai_skills: true模式下,commands 不会自动渲染到.claude/commands/;要么切到 commands 模式,要么手工补一份.claude/skills/<name>/SKILL.mdTest plan
specify preset add --dev ./speckit-preset安装成功specify preset info nexusx-4phase显示 9 templates(4 doc + 5 cmd)specify preset resolve spec-template显示 core → nexusx-4phase 两层 compositionspecify preset resolve plan-template同上/speckit-specify验证 wrap 注入符合预期🤖 Generated with Claude Code