decomposer: generate files for Create and commit a registry-ready single-agent repository that generates technical solution design documents and draw.io architecture diagrams from application requirements.

This commit is contained in:
2026-08-31 14:48:28 +00:00
parent de91ff188d
commit ca18e8db08
9 changed files with 288 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# Plan Detail
## Step 2: Implement the application_landing_zone_agent in the target repository by adapting the single_agent template to the defined contracts, generating TSD documents and draw.io architecture diagrams, and committing the completed implementation.
- **Capability:** Create and commit a registry-ready single-agent repository that generates technical solution design documents and draw.io architecture diagrams from application requirements.
- **Plan label:** gap
- **Reusable capability:** True
- **Rationale:** The resulting agent is an independently reusable registry capability that future workflows can discover and invoke.
- **Input schema:** `{'template_repository_url': 'string', 'target_repository_url': 'string', 'repository_structure': 'object', 'required_files': 'string[]', 'configuration_conventions': 'object', 'interface_conventions': 'object', 'implementation_patterns': 'string[]', 'documentation_conventions': 'string[]', 'diagram_generation_conventions': 'string[]', 'agent_goal': 'string', 'agent_specification': 'object', 'system_prompt': 'string', 'configuration_requirements': 'object'}`
- **Output schema:** `{'target_repository_url': 'string', 'implementation_status': 'string', 'implemented_files': 'string[]', 'agent_entrypoint': 'string', 'configured_capabilities': 'string[]', 'commit_reference': 'string', 'implementation_summary': 'string', 'validation_results': 'object'}`
- **Acceptance criteria:** (none)
- **Success conditions:** (none)