decomposer: generate deliverable files for Inspect the single_agent template and target repository conventions to identify the required project structure, configuration, interfaces, and implementation patterns for the application landing zone agent.; Define the application landing zone agent's behavior, input and output contracts, document-generation workflow, and architecture-diagram requirements using the extracted template conventions.; Validate the implemented application_landing_zone_agent by running repository tests and checking the TSD document generation, draw.io diagram generation, agent packaging, configuration, and committed implementation against the defined contracts.; Commit and push the validated application_landing_zone_agent implementation to the target repository.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"application_name": "Customer Portal",
|
||||
"business_context": "Self-service customer account management",
|
||||
"application_name": "Order Portal",
|
||||
"business_objective": "Provide a secure self-service ordering experience.",
|
||||
"environments": ["dev", "test", "prod"],
|
||||
"data_classification": "confidential",
|
||||
"availability_target": "99.9%",
|
||||
"components": ["web frontend", "api service", "relational database"],
|
||||
"integrations": ["CRM", "email provider"],
|
||||
"constraints": ["private network access", "audit logging"]
|
||||
"requirements": ["Support 10,000 concurrent users", "Expose health and metrics endpoints"],
|
||||
"constraints": ["Private connectivity to the ERP"],
|
||||
"integrations": ["ERP over private API", "Corporate identity provider"],
|
||||
"data_classification": "Confidential",
|
||||
"availability_target": "99.95%",
|
||||
"region": "Primary region"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user