Files
crucible-agent-create-commi…/.agents/plans/wf-decompose-009b4010a9ea/DETAIL.md

1.5 KiB

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)