Problem Statement
I have a project where multiple developers are working on specifying and implementing various features. Current speckit /specify command generates a sequential nnn numbered spec series. If different developers checkout a project along with the specs and run this command, they may both get the same number.
I suggest that we can have a developer initial prefixed to the spec number so that we can uniquely track all the specs.
I have implemented a version of this locally by making changes in the speckit commands and markdowns.
If relevant, I can provide this change.
Proposed Solution
I would like the specs defined by different developers in the same project to be prefixed with the developer's initials. For e.g. developer John Doe's specs could be jd-001, jd-002 etc. And developer Tom Hardy's specs could be th-001, th-002 etc.
Alternatives Considered
No response
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
None
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response
Problem Statement
I have a project where multiple developers are working on specifying and implementing various features. Current speckit /specify command generates a sequential nnn numbered spec series. If different developers checkout a project along with the specs and run this command, they may both get the same number.
I suggest that we can have a developer initial prefixed to the spec number so that we can uniquely track all the specs.
I have implemented a version of this locally by making changes in the speckit commands and markdowns.
If relevant, I can provide this change.
Proposed Solution
I would like the specs defined by different developers in the same project to be prefixed with the developer's initials. For e.g. developer John Doe's specs could be jd-001, jd-002 etc. And developer Tom Hardy's specs could be th-001, th-002 etc.
Alternatives Considered
No response
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
None
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response