Add prd-task-generator, prd-writer, and task-implementer agents for PRD management and implementation#117
Merged
pontemonti merged 1 commit intomainfrom Jan 21, 2026
Merged
Conversation
…RD management and implementation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces three new Claude AI agent configurations to support Product Requirements Document (PRD) management and code implementation workflows for the Microsoft Agent 365 SDK Python repository.
Changes:
- Added
task-implementeragent for implementing coding tasks with production-quality code - Added
prd-writeragent for creating comprehensive Product Requirements Documents - Added
prd-task-generatoragent for breaking down PRDs into actionable development tasks
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.claude/agents/task-implementer.md |
Defines an agent for implementing production-ready code following repository architecture, coding standards, and including comprehensive testing with mandatory code review |
.claude/agents/prd-writer.md |
Defines an agent for creating detailed PRDs aligned with the Agent365 Python SDK architecture, gathering requirements, and producing structured specifications |
.claude/agents/prd-task-generator.md |
Defines an agent for analyzing PRDs and breaking them into well-scoped, actionable tasks for junior engineers with clear acceptance criteria and testing requirements |
tmlsousa
approved these changes
Jan 19, 2026
rahuldevikar761
approved these changes
Jan 21, 2026
🧹 Deployment Cleanup CompleteThe Azure Container App deployment for this PR has been cleaned up.
Thank you for contributing! 🎉 |
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.
Add prd-task-generator, prd-writer, and task-implementer agents for PRD management and implementation