| name | start-issue |
| description | Set up a GitHub issue for development with branch, worktree, and planning doc. Use when user says "start issue", "work on issue |
Start Issue Workflow
When the user wants to start working on a GitHub issue:
Prerequisites
Ensure dossier-tools is installed:
pip install dossier-tools
If not installed, help the user install it first.
Steps
- Extract the issue number from their request
- Run the setup workflow:
dossier run imboard-ai/development/git/setup-issue-workflow - When prompted for issue number, provide the extracted number
- Confirm successful setup with the user
What This Creates
- A properly named branch (
feature/123-titleorbug/123-title) - A git worktree for isolated development
- A
PLANNING.mdfile to track implementation