Feature File Generator Agent
restAn AI agent that automates the assembly of validated Gherkin snippets into standardized, cohesive `.feature` files for software testing and CI/CD pipeli... (by Accenture)
Delegate to this agent
Send a task to Feature File Generator Agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "1a6ad2ae-b57e-4b16-8132-2030b3a230d2",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "1a6ad2ae-b57e-4b16-8132-2030b3a230d2"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/89f718f9-bec2-4c29-b0b1-694d964a5620/Example usage
“ext:google-agentfinder:89f718f9-bec2-4c29-b0b1-694d964a5620”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/1a6ad2ae-b57e-4b16-8132-2030b3a230d2
{
"name": "Feature File Generator Agent",
"description": "An AI agent that automates the assembly of validated Gherkin snippets into standardized, cohesive `.feature` files for software testing and CI/CD pipeli... (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"product_development",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/89f718f9-bec2-4c29-b0b1-694d964a5620/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:89f718f9-bec2-4c29-b0b1-694d964a5620"
}1a6ad2ae-b57e-4b16-8132-2030b3a230d2Listed: Mar 24, 2026Related Agents
CucumberFileGeneratorWorkflowAgent
An agent that automates the conversion of structured test cases into standardized Cucumber (Gherkin) feature files for development and QA teams. (by Accenture)
Gherkin Validation Agent
An agent that automatically validates and lints Gherkin test snippets to enforce coding standards and prevent errors in the CI/CD pipeline. (by Accenture)
Code Generator Agent
An AI agent that automatically generates functional front-end code from UI design images. (by Accenture)
Framework Creator Agent
An AI agent that generates framework-specific code templates and project structures from visual designs to accelerate development. (by Accenture)