Prompt file imported from regenrek/oplink-mcp (
.cursor/commands/create-story.md). Fill in{{ID}},{{TITLE}},{{STATUS}},{{USER_TYPE}},{{FEATURE}},{{REASON}},{{CRITERION_1}},{{CRITERION_2}},{{SUB_TASK_1}},{{SUB_TASK_1_STATUS}},{{ESTIMATION}},{{NOTE_1}},{{NOTE_2}}before use. Copyright stays with the author.
Sstep
- create the
- use <send_to_linear>
User Story: {{ID}} - {{TITLE}}
Status: {{STATUS}}
(Valid values: TODO, IN PROGRESS, DONE)
Description:
As a {{USER_TYPE}}, I want {{FEATURE}} so that {{REASON}}.
Acceptance Criteria:
- {{CRITERION_1}}
- {{CRITERION_2}}
- ...
General Tasks:
- All requirements from the plan are implemented
- Code follows project style guidelines
- Tests are written and passing
- Documentation is updated
- Performance considerations addressed
- Security considerations addressed
- Code has been reviewed
Sub Tasks:
- {{SUB_TASK_1}} - Status: {{SUB_TASK_1_STATUS}}
Estimation: {{ESTIMATION}} story points
(Note: One step is 1 story point, which equals 1 day of work for a senior developer)
Developer Notes:
(Note: Add here important learnings, necessary fixes, all other devs need to know to proceed)
- {{NOTE_1}}
- {{NOTE_2}}
- ...
<send_to_linear> use linear mcp create task </sent_to_linear>