Skip to content

Migrate agent configuration from custom agents to TemplateDotNetTool agents#102

Merged
Malcolmnixon merged 3 commits intomainfrom
copilot/replace-agents-from-template-tool
Feb 11, 2026
Merged

Migrate agent configuration from custom agents to TemplateDotNetTool agents#102
Malcolmnixon merged 3 commits intomainfrom
copilot/replace-agents-from-template-tool

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Pull Request

Description

Replaces ReqStream's custom agent configuration with the standardized agent set from TemplateDotNetTool to align with template best practices.

Changes

  • Removed 3 custom agents:

    • documentation-writer.md
    • project-maintainer.md
    • software-quality-enforcer.md
  • Added 6 template agents:

    • requirements-agent.md - Requirements development with test coverage linkage
    • technical-writer.md - Documentation accuracy and regulatory compliance
    • repo-consistency-agent.md - Template consistency validation for ReqStream
    • code-quality-agent.md - Linting, static analysis, and security enforcement
    • software-developer.md - Production code and self-validation tests with literate programming style
    • test-developer.md - Unit and integration tests following AAA pattern
  • Updated references:

    • Changed TemplateTool_* to ReqStream_* for test naming patterns
    • Changed DemaConsulting.TemplateDotNetTool to DemaConsulting.ReqStream
    • In repo-consistency-agent.md: Updated generic "downstream projects/repositories" references to specifically reference "ReqStream" for clarity
    • Removed obsolete note about not invoking the agent for TemplateDotNetTool since this agent now resides in ReqStream
  • Documentation:

    • Updated AGENTS.md to reference new agent set
    • Added buildnotes to .cspell.json dictionary

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code quality improvement

Pre-Submission Checklist

Build and Test

  • Code builds successfully: dotnet build --configuration Release
  • All tests pass: dotnet test --configuration Release
  • Code produces zero warnings

Code Quality

  • Code formatting is correct: dotnet format --verify-no-changes
  • New code has appropriate XML documentation comments
  • Static analyzer warnings have been addressed

Quality Checks

  • Spell checker passes: cspell "**/*.{md,cs}"
  • Markdown linter passes: markdownlint "**/*.md"
  • YAML linter passes: yamllint '**/*.{yml,yaml}'

Testing

  • Added unit tests for new functionality
  • Updated existing tests if behavior changed
  • All tests follow the AAA (Arrange, Act, Assert) pattern
  • Test coverage is maintained or improved

Documentation

  • Updated README.md (if applicable)
  • Updated ARCHITECTURE.md (if applicable)
  • Added code examples for new features (if applicable)
  • Updated requirements.yaml (if applicable)

Additional Notes

The repo-consistency-agent.md file maintains TemplateDotNetTool references in its content because this agent's function is to validate that ReqStream remains aligned with the upstream TemplateDotNetTool template patterns. Generic references to "downstream projects/repositories" were clarified to specifically reference "ReqStream" to improve clarity about the agent's scope.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace agents with those from TemplateDotNetTool Migrate agent configuration from custom agents to TemplateDotNetTool agents Feb 11, 2026
Copilot AI requested a review from Malcolmnixon February 11, 2026 18:33

# Repo Consistency Agent - ReqStream

Maintain consistency between downstream projects and the TemplateDotNetTool template at <https://github.com/demaconsulting/TemplateDotNetTool>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's clarify this maintains consistency between ReqStream and the TemplateDotNetTool template

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to clarify this maintains consistency between ReqStream and the TemplateDotNetTool template. (9769e24)


Invoke the repo-consistency-agent for:

- Periodic reviews of downstream repositories based on this template
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Periodic reviews of ReqStream based on the template

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to "Periodic reviews of ReqStream based on this template". (9769e24)

Invoke the repo-consistency-agent for:

- Periodic reviews of downstream repositories based on this template
- Checking if downstream projects follow the latest template patterns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking if ReqStream follows the latest template pattern

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to "Checking if ReqStream follows the latest template patterns". (9769e24)

- Identifying drift from template standards
- Recommending updates to bring projects back in sync with template

**Note**: This agent should NOT be invoked for the TemplateDotNetTool repository itself (<https://github.com/demaconsulting/TemplateDotNetTool>),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can probably be removed now - this agent isn't in the TemplateDotNetTool repo any more - this is a copy in ReqStream

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the note since this agent is now in ReqStream, not TemplateDotNetTool. (9769e24)

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants