Agentic-BA-RE-Tester-Setup
Kommt noch
claude mcp add --transport stdio andreaskarz-agentic-ba-re-tester-setup docker run -it agentic-ba-re-tester-setup:latest \ --env ARE_LOG_LEVEL="info or debug" \ --env ARE_CONFIG_PATH="Path to ARE configuration if required"
How to use
Agentic-BA-RE-Tester-Setup provides an ARE-based orchestration environment for requirements engineering and testing activities. It layers specialized Agents (e.g., RequirementsEngineer, Testmanager, BusinessAnalyst, EnterpriseArchitekt, PowerBI) and domain Skills to analyze, draft, validate, and maintain requirements, test artifacts, and business insights. You can invoke domain prompts via the Copilot Agent interface (e.g., @RequirementsEngineer, @Testmanager) to perform tasks such as analyzing work items, generating test cases, researching topics, and creating architecture reviews. The included prompts enable rapid generation of management summaries, test plans, feature descriptions, and compliance checks against industry standards like IREB, ISTQB, and SHERPA, with results that can be fed back into your work item or documentation.
To use it effectively, interact with the Agents in your Copilot chat by prefixing with the agent name (e.g., @RequirementsEngineer) and request the appropriate domain task. You can also leverage the built-in prompts listed in the repository to perform targeted actions such as analyzing a WorkItem, creating test cases, or researching an ADO wiki topic. The system is designed to streamline elicitation, verification, and traceability across requirements, tests, and architectural considerations, all while providing structured summaries and actionable recommendations.
How to install
Prerequisites
- Docker is installed and running on your machine
- Git is installed
- Optional: Access to a container registry if you plan to pull a private image
Installation steps
-
Clone this repository (or pull the prebuilt container image if available):
git clone https://github.com/your-org/Agentic-BA-RE-Tester-Setup.git cd Agentic-BA-RE-Tester-Setup
-
(Preferred) Pull and run the Docker image locally (adjust image name if you build locally):
docker pull agentic-ba-re-tester-setup:latest docker run -it --rm --name agentic-ba-re -v $(pwd)/.assets:/workspace/.assets agentic-ba-re-tester-setup:latest
-
If you are building and running from source, ensure you have a compatible runtime and follow the project’s build steps as documented in the repo’s CONTRIBUTING or setup guide. Configure any required environment variables as described below.
-
Configure environment variables (example):
export ARE_CONFIG_PATH=/workspace/config/are-config.yaml export ARE_LOG_LEVEL=info
-
Verify startup logs and access the orchestration endpoints or Copilot prompts as documented in the repository’s usage guide.
Additional notes
Tips and common considerations:
- The Agents are orchestrated via the central .github/AGENTS.md file; ensure this file remains up to date to reflect any new or removed Agents.
- If you are running locally, map your workspace assets to the container to preserve outputs (e.g., prompts, summaries, and generated artifacts).
- Review the available prompts (e.g., /analyze_workitem, /create_test_cases, /research_topic) to understand the exact input requirements and expected outputs.
- For large Azure DevOps or SharePoint content, consider enabling verbose logging to diagnose issues with data extraction or prompt results.
- If you encounter environment variable issues, start with ARE_LOG_LEVEL=debug and verify container privileges for accessing mounted volumes.
- The repository emphasizes compliance with standards (IREB, ISTQB, SHERPA); use the analysis prompts to generate traceable documentation and ensure criteria coverage.
Related MCP Servers
wanaku
Wanaku MCP Router
mcp-rest-api
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
awesome s
A curated list of excellent Model Context Protocol (MCP) servers.
pfsense
pfSense MCP Server enables security administrators to manage their pfSense firewalls using natural language through AI assistants like Claude Desktop. Simply ask "Show me blocked IPs" or "Run a PCI compliance check" instead of navigating complex interfaces. Supports REST/XML-RPC/SSH connections, and includes built-in complian
mcp-sysoperator
MCP for Ansible, Terraform, LocalStack, and other IaC tools. Create and iterate IaC
akyn-sdk
Turn any data source into an MCP server in 5 minutes. Build AI-agents-ready knowledge bases.