microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.3.6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

collections/github.collection.yml

94lines · modecode

1id: github
2name: GitHub Backlog Management
3description: GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts
4tags:
5 - github
6 - issues
7 - backlog
8 - triage
9 - sprint
10items:
11 # Agents
12 - path: .github/agents/github-backlog-manager.agent.md
13 kind: agent
14 maturity: experimental
15 # RPI agents
16 - path: .github/agents/rpi-agent.agent.md
17 kind: agent
18 - path: .github/agents/task-researcher.agent.md
19 kind: agent
20 - path: .github/agents/task-planner.agent.md
21 kind: agent
22 - path: .github/agents/task-implementor.agent.md
23 kind: agent
24 - path: .github/agents/task-reviewer.agent.md
25 kind: agent
26 - path: .github/agents/memory.agent.md
27 kind: agent
28 # Prompt Engineering agents
29 - path: .github/agents/prompt-builder.agent.md
30 kind: agent
31 # Prompts
32 - path: .github/prompts/github-add-issue.prompt.md
33 kind: prompt
34 maturity: experimental
35 - path: .github/prompts/github-discover-issues.prompt.md
36 kind: prompt
37 maturity: experimental
38 - path: .github/prompts/github-triage-issues.prompt.md
39 kind: prompt
40 maturity: experimental
41 - path: .github/prompts/github-execute-backlog.prompt.md
42 kind: prompt
43 maturity: experimental
44 - path: .github/prompts/github-sprint-plan.prompt.md
45 kind: prompt
46 maturity: experimental
47 # RPI prompts
48 - path: .github/prompts/rpi.prompt.md
49 kind: prompt
50 - path: .github/prompts/task-research.prompt.md
51 kind: prompt
52 - path: .github/prompts/task-plan.prompt.md
53 kind: prompt
54 - path: .github/prompts/task-implement.prompt.md
55 kind: prompt
56 - path: .github/prompts/task-review.prompt.md
57 kind: prompt
58 - path: .github/prompts/checkpoint.prompt.md
59 kind: prompt
60 # Prompt Engineering prompts
61 - path: .github/prompts/prompt-analyze.prompt.md
62 kind: prompt
63 - path: .github/prompts/prompt-build.prompt.md
64 kind: prompt
65 - path: .github/prompts/prompt-refactor.prompt.md
66 kind: prompt
67 # Common instructions
68 - path: .github/instructions/writing-style.instructions.md
69 kind: instruction
70 - path: .github/instructions/markdown.instructions.md
71 kind: instruction
72 - path: .github/instructions/commit-message.instructions.md
73 kind: instruction
74 # Prompt Engineering instructions
75 - path: .github/instructions/prompt-builder.instructions.md
76 kind: instruction
77 # Bundle-specific instructions
78 - path: .github/instructions/github-backlog-discovery.instructions.md
79 kind: instruction
80 maturity: experimental
81 - path: .github/instructions/github-backlog-planning.instructions.md
82 kind: instruction
83 maturity: experimental
84 - path: .github/instructions/github-backlog-triage.instructions.md
85 kind: instruction
86 maturity: experimental
87 - path: .github/instructions/github-backlog-update.instructions.md
88 kind: instruction
89 maturity: experimental
90 - path: .github/instructions/community-interaction.instructions.md
91 kind: instruction
92 maturity: experimental
93display:
94 ordering: manual
95