feat: support for multiple knowledge and task agents#48
Open
Conversation
2af117b to
470dc5e
Compare
fb7075c to
0c66361
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the agent definitions to generalize support for multiple task management tools (such as Jira and Shortcut), centralize access to external knowledge and task management systems via the
tsh-knowledgeagent, and clarify delegation and tool usage guidelines. The changes remove direct usage of Atlassian-specific tools from agent manifests, update terminology throughout to be tool-agnostic, and introduce new guidelines for agent delegation and task protection policies.The most important changes are:
Generalization and Tool-Agnostic Updates:
tsh-business-analyst,tsh-context-engineer,tsh-architect,tsh-code-reviewer) with more generic terms such as "Task Management Tool" or explicit support for both Jira and Shortcut. This includes updating file names, protected status policies, and review processes to be tool-agnostic. [1] [2] [3] [4] [5] [6] [7]Centralized Knowledge and Task Management Access:
atlassian/*tools from all agents and replaced it with delegation to thetsh-knowledgeagent for all interactions with external structured knowledge and task management systems (Jira, Shortcut, Confluence, etc.). Updated delegation guidelines to emphasize that only thetsh-knowledgeagent should be used for these operations. [1] [2] [3] [4] [5]Expanded and Clarified Delegation Guidelines:
tsh-knowledgeagent for external knowledge or task management operations, and emphasizing the importance of always using the subagent for up-to-date and accurate information. [1] [2]Protected Status Policy and Workflow Adjustments:
formatted-tasks.mdinstead ofjira-tasks.md), and updated workflow steps and user override handling accordingly.Skill and Tool Usage Guidelines:
tsh-knowledgeagent for task management actions. [1] [2]These changes collectively modernize the agent framework to support multiple task management ecosystems, improve security and consistency via centralized delegation, and ensure clear, up-to-date guidance for all agent interactions with external systems.