microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.github/prompts/github/github-suggest.prompt.md
18lines · modecode
| 1 | --- |
| 2 | description: "Resume GitHub backlog management workflow after session restore - Brought to you by microsoft/hve-core" |
| 3 | agent: GitHub Backlog Manager |
| 4 | argument-hint: "[optional: description of restored session context]" |
| 5 | --- |
| 6 | |
| 7 | # GitHub Suggest |
| 8 | |
| 9 | Review the restored session context from the memory agent and propose the next workflow step for the current backlog management task. |
| 10 | |
| 11 | ## Instructions |
| 12 | |
| 13 | 1. Inspect the conversation history and any memory files referenced in context. |
| 14 | 2. Identify the last completed backlog workflow step (Discovery, Triage, Sprint Planning, or Execution). |
| 15 | 3. Summarize what was completed and what planning artifacts exist. |
| 16 | 4. Propose the next logical workflow step with a ready-to-use prompt. |
| 17 | |
| 18 | If no prior backlog context is found, recommend starting with Discovery and provide a sample prompt. |
| 19 | |