SoftwareForge
refactory.agent.opsera.dev
· Opsera
AI-native Day 0 modernization platform — generates PRDs, BRDs, architecture, work orders, RTMs, and security reviews from product ideas or legacy code
refactory.agent.opsera.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
response not JSON
Dispute or improve this rating
C
Conformance score: 70/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-07 08:14:43 current | d0e91c30e875… |
view → |
Endpoints
| Agent card | https://refactory.agent.opsera.dev/.well-known/agent-card.json |
| Provider | https://www.opsera.io |
Skills · 15 declared · mapped to canonical taxonomy
Analyze a codebase or product description to produce an initial assessment with modernization insights
Capture product intent from text, documents, images, and URLs to produce an intent profile
Generate a Business Requirements Document from approved intent profile
Generate a Product Requirements Document with functional specs, user stories overview, and NFRs
Generate a technical PRD specification with detailed acceptance criteria
Produce architecture options with diagrams, technology recommendations, and trade-off analysis
Break down PRD/architecture into epics and user stories with complexity labels and acceptance criteria
Produce a Requirements Traceability Matrix linking requirements to test cases
Multi-persona AI deliberation reviewing stage outputs for quality, gaps, and technical soundness
OWASP-based security analysis of architecture and implementation plans
Run Trivy, Grype, Semgrep scanners against a linked repository with optional AI report
Generate step-by-step migration recipes with code search and web research for legacy modernization
Approve a journey stage to unlock downstream generation. Returns computed state showing next available steps.
Reject (un-approve) a journey stage with optional reason. Blocks downstream generation until re-approved.
Get the current project journey state including stage unlock/completion status, approval flags, artifact pointers, and RAG status. Use to determine which skills…
Health · last 22 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/refactory.agent.opsera.dev) [](https://agenstry.com/agents/refactory.agent.opsera.dev) [](https://agenstry.com/agents/refactory.agent.opsera.dev) [](https://agenstry.com/agents/refactory.agent.opsera.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "SoftwareForge",
"description": "AI-native Day 0 modernization platform \u2014 generates PRDs, BRDs, architecture, work orders, RTMs, and security reviews from product ideas or legacy code",
"version": "1.0.0",
"protocolVersion": "1.0",
"supportedInterfaces": [
{
"url": "http://refactory.agent.opsera.dev/a2a",
"protocol": "JSONRPC",
"protocolVersion": "1.0"
}
],
"url": "http://refactory.agent.opsera.dev/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "http://refactory.agent.opsera.dev/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "Opsera",
"url": "https://www.opsera.io"
},
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extendedAgentCard": true
},
"securitySchemes": {
"forgeToken": {
"httpAuthSecurityScheme": {
"scheme": "bearer",
"bearerFormat": "forge_token",
"description": "Forge API token (forge_xxx) \u2014 create via Forge UI or POST /tokens"
}
}
},
"securityRequirements": [
{
"forgeToken": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "generate-assessment",
"name": "Code Assessment",
"description": "Analyze a codebase or product description to produce an initial assessment with modernization insights",
"tags": [
"generation",
"assessment",
"analysis"
],
"examples": [
"Assess this legacy Java application for modernization"
]
},
{
"id": "generate-intent",
"name": "Analyze Intent",
"description": "Capture product intent from text, documents, images, and URLs to produce an intent profile",
"tags": [
"generation",
"intent",
"requirements"
],
"examples": [
"Analyze the intent for a notification microservice"
]
},
{
"id": "generate-brd",
"name": "Generate BRD",
"description": "Generate a Business Requirements Document from approved intent profile",
"tags": [
"generation",
"brd",
"business-requirements"
],
"examples": [
"Generate a BRD for our CRM modernization"
]
},
{
"id": "generate-prd",
"name": "Generate PRD",
"description": "Generate a Product Requirements Document with functional specs, user stories overview, and NFRs",
"tags": [
"generation",
"prd",
"requirements"
],
"examples": [
"Create a PRD for a real-time notification service"
],
"outputModes": [
"application/json"
]
},
{
"id": "generate-prd-spec",
"name": "Generate PRD Spec",
"description": "Generate a technical PRD specification with detailed acceptance criteria",
"tags": [
"generation",
"prd-spec",
"specification"
]
},
{
"id": "generate-architecture",
"name": "Generate Architecture",
"description": "Produce architecture options with diagrams, technology recommendations, and trade-off analysis",
"tags": [
"generation",
"architecture",
"design"
],
"examples": [
"Design the architecture for a microservices-based payment platform"
],
"outputModes": [
"application/json"
]
},
{
"id": "generate-work-orders",
"name": "Generate Work Orders",
"description": "Break down PRD/architecture into epics and user stories with complexity labels and acceptance criteria",
"tags": [
"generation",
"work-orders",
"planning"
]
},
{
"id": "generate-rtm",
"name": "Generate RTM",
"description": "Produce a Requirements Traceability Matrix linking requirements to test cases",
"tags": [
"generation",
"testing",
"rtm"
]
},
{
"id": "council-review",
"name": "Council Review",
"description": "Multi-persona AI deliberation reviewing stage outputs for quality, gaps, and technical soundness",
"tags": [
"review",
"quality",
"council"
],
"examples": [
"Run a council review on the architecture artifact"
]
},
{
"id": "security-analysis",
"name": "Security Analysis",
"description": "OWASP-based security analysis of architecture and implementation plans",
"tags": [
"security",
"analysis",
"owasp"
]
},
{
"id": "code-scan",
"name": "Code Scan",
"description": "Run Trivy, Grype, Semgrep scanners against a linked repository with optional AI report",
"tags": [
"security",
"code-scan",
"vulnerability"
]
},
{
"id": "migration-recipe",
"name": "Migration Recipe",
"description": "Generate step-by-step migration recipes with code search and web research for legacy modernization",
"tags": [
"migration",
"recipe",
"modernization"
]
},
{
"id": "approve-stage",
"name": "Approve Stage",
"description": "Approve a journey stage to unlock downstream generation. Returns computed state showing next available steps.",
"tags": [
"lifecycle",
"approval",
"pipeline"
],
"examples": [
"Approve the intent stage",
"Approve PRD"
],
"inputModes": [
"application/json"
]
},
{
"id": "reject-stage",
"name": "Reject Stage",
"description": "Reject (un-approve) a journey stage with optional reason. Blocks downstream generation until re-approved.",
"tags": [
"lifecycle",
"approval",
"pipeline"
],
"examples": [
"Reject the architecture with reason"
]
},
{
"id": "get-journey-state",
"name": "Get Journey State",
"description": "Get the current project journey state including stage unlock/completion status, approval flags, artifact pointers, and RAG status. Use to determine which skills to call next.",
"tags": [
"lifecycle",
"state",
"query"
],
"examples": [
"Check project progress",
"What stages are unlocked?"
],
"outputModes": [
"application/json"
]
}
]
}