You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(plugin): add prd tag and bump version to 1.5.0
Add "prd" (Product Requirements Document) to plugin tags to support PRD-based workflows and planning. Version updated to 1.5.0 to reflect this feature enhancement in the gem-team plugin.
Copy file name to clipboardExpand all lines: .github/plugin/marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@
98
98
"name": "gem-team",
99
99
"source": "gem-team",
100
100
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
Copy file name to clipboardExpand all lines: docs/README.plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how t
34
34
|[devops-oncall](../plugins/devops-oncall/README.md)| A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources. | 3 items | devops, incident-response, oncall, azure |
35
35
|[edge-ai-tasks](../plugins/edge-ai-tasks/README.md)| Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai | 1 items | architecture, planning, research, tasks, implementation |
36
36
|[frontend-web-dev](../plugins/frontend-web-dev/README.md)| Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks. | 3 items | frontend, web, react, typescript, javascript, css, html, angular, vue |
37
-
|[gem-team](../plugins/gem-team/README.md)| A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing. | 1 items | multi-agent, orchestration, dag-planning, parallel-execution, tdd, verification, automation, security |
37
+
|[gem-team](../plugins/gem-team/README.md)| A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing. | 1 items | multi-agent, orchestration, dag-planning, parallel-execution, tdd, verification, automation, security, prd|
38
38
|[go-mcp-development](../plugins/go-mcp-development/README.md)| Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 2 items | go, golang, mcp, model-context-protocol, server-development, sdk |
39
39
|[java-development](../plugins/java-development/README.md)| Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices. | 4 items | java, springboot, quarkus, jpa, junit, javadoc |
40
40
|[java-mcp-development](../plugins/java-mcp-development/README.md)| Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration. | 2 items | java, mcp, model-context-protocol, server-development, sdk, reactive-streams, spring-boot, reactor |
Copy file name to clipboardExpand all lines: plugins/gem-team/.github/plugin/plugin.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "gem-team",
3
3
"description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.",
0 commit comments