Prompt file imported from CorvidLabs/discord-bot (
.cursor/commands/specsync-create-change.md). Fill in{{arguments}}before use. Copyright stays with the author.
Create a verified spec-sync SDD change.
Arguments: {{arguments}}
- Run
specsync change new "{{arguments}}" --json. - Read the returned
questionsarray and interview the user one question at a time. - Record each answer with
specsync change answer <id> <question-id> "<answer>" --json. - Continue until the question list is empty, then show the selected artifacts and next action.
- Do not approve, implement, verify, accept, or archive until the corresponding human gate or work stage is reached.
- After implementation, run scoped verification with
specsync change check <id>(or/specsync:check). Usespecsync change auditonly for active-workspace project health — never expect check to rewalk archived terminal evidence.