Initial commit
This commit is contained in:
21
commands/create-state-management-file.md
Executable file
21
commands/create-state-management-file.md
Executable file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: create-state-management-file
|
||||
description: Create state management file for feature workflow
|
||||
argument-hint: [issue-key]
|
||||
model: claude-haiku-4-5
|
||||
---
|
||||
|
||||
# Create State Management File Command
|
||||
|
||||
## Purpose
|
||||
|
||||
Create a state management file and add the issue key.
|
||||
These instructions are read and followed as part of a larger workflow.
|
||||
You MUST follow all workflow steps below, not skipping any step and doing all steps in order.
|
||||
|
||||
## Workflow Steps
|
||||
|
||||
1. Create a state management file called `state_management/$1.md`.
|
||||
|
||||
2. Write the following at the top of the empty state management file:
|
||||
`Issue Key: {$1}`
|
||||
Reference in New Issue
Block a user