/home/smartonegroup/public_html/veroserv/storage/twig/c6/c6a20d1204c12fc218d78ff959f99590.php
<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;

/* agent-generate-marketing-plan.twig */
class __TwigTemplate_7c9c3c0343283e86668655c850b297fe extends Template
{
    private Source $source;
    /**
     * @var array<string, Template>
     */
    private array $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "Generate a JSON structure for a one-page marketing plan tailored to a business named '";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["business_name"] ?? null), "html", null, true);
        yield "'

Here is the short description of the business:

<description>
    ";
        // line 6
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["business_short_description"] ?? null), "html", null, true);
        yield "
</description>

The plan should include three phases (Before lead generation, during lead generation, and after the prospect becomes a customer), which should be nine steps. Provide specific details for each step, such as targeting online shoppers, crafting compelling product messaging, using social media ads, capturing leads with discounts, nurturing leads with email campaigns, converting prospects with limited-time offers, delivering exceptional post-purchase experiences, increasing customer lifetime value with loyalty programs, and stimulating referrals through incentives.

1.  **Structure**: The JSON should include the following key sections:

    -   Company name and industry.

    -   A title and description for the marketing plan.

    -   Three phases: \"Before Lead Generation\", \"During Lead Generation\", and \"After the Prospect Becomes a Customer\".

    -   Each phase should contain three steps, totaling nine steps.

    -   Each step should have a title and detailed content (e.g., target market, messaging, media channels, lead capture, nurturing, conversion, customer experience, lifetime value, and referrals).

2.  **Content Requirements**:

    -   Use clear, concise, and actionable language.

    -   Include specific examples and strategies tailored to the company’s industry (e.g., software development, e-commerce, healthcare, etc.).

Ensure the JSON matches the parameters-

```json
{
  \"company_name\": \"\",
  \"marketing_plan\": {
    \"phases\": [
      {
        \"phase_name\": \"Before Lead Generation\",
        \"steps\": [
          {
            \"step_id\": 1,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"target_audience\": \"\",
              \"key_activities\": [
                
              ],
              \"channels\": [
                
              ]
            }
          },
          {
            \"step_id\": 2,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"messaging_focus\": \"\",
              \"key_activities\": [
               
              ],
              \"channels\": [
                
              ]
            }
          },
          {
            \"step_id\": 3,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"ad_platforms\": [
                
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
               
              ]
            }
          }
        ]
      },
      {
        \"phase_name\": \"During Lead Generation\",
        \"steps\": [
          {
            \"step_id\": 4,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"incentive_types\": [
                
              ],
              \"key_activities\": [
                
              ],
              \"channels\": [
               
              ]
            }
          },
          {
            \"step_id\": 5,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"campaign_structure\": [
                
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
                
              ]
            }
          },
          {
            \"step_id\": 6,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"offer_types\": [
                
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
                
              ]
            }
          }
        ]
      },
      {
        \"phase_name\": \"After the Prospect Becomes a Customer\",
        \"steps\": [
          {
            \"step_id\": 7,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"focus_areas\": [
               
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
                
              ]
            }
          },
          {
            \"step_id\": 8,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"program_structure\": [
               
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
               
              ]
            }
          },
          {
            \"step_id\": 9,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"incentive_options\": [
               
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
               
              ]
            }
          }
        ]
      }
    ]
  }
}
```";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "agent-generate-marketing-plan.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  51 => 6,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("Generate a JSON structure for a one-page marketing plan tailored to a business named '{{ business_name }}'

Here is the short description of the business:

<description>
    {{ business_short_description }}
</description>

The plan should include three phases (Before lead generation, during lead generation, and after the prospect becomes a customer), which should be nine steps. Provide specific details for each step, such as targeting online shoppers, crafting compelling product messaging, using social media ads, capturing leads with discounts, nurturing leads with email campaigns, converting prospects with limited-time offers, delivering exceptional post-purchase experiences, increasing customer lifetime value with loyalty programs, and stimulating referrals through incentives.

1.  **Structure**: The JSON should include the following key sections:

    -   Company name and industry.

    -   A title and description for the marketing plan.

    -   Three phases: \"Before Lead Generation\", \"During Lead Generation\", and \"After the Prospect Becomes a Customer\".

    -   Each phase should contain three steps, totaling nine steps.

    -   Each step should have a title and detailed content (e.g., target market, messaging, media channels, lead capture, nurturing, conversion, customer experience, lifetime value, and referrals).

2.  **Content Requirements**:

    -   Use clear, concise, and actionable language.

    -   Include specific examples and strategies tailored to the company’s industry (e.g., software development, e-commerce, healthcare, etc.).

Ensure the JSON matches the parameters-

```json
{
  \"company_name\": \"\",
  \"marketing_plan\": {
    \"phases\": [
      {
        \"phase_name\": \"Before Lead Generation\",
        \"steps\": [
          {
            \"step_id\": 1,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"target_audience\": \"\",
              \"key_activities\": [
                
              ],
              \"channels\": [
                
              ]
            }
          },
          {
            \"step_id\": 2,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"messaging_focus\": \"\",
              \"key_activities\": [
               
              ],
              \"channels\": [
                
              ]
            }
          },
          {
            \"step_id\": 3,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"ad_platforms\": [
                
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
               
              ]
            }
          }
        ]
      },
      {
        \"phase_name\": \"During Lead Generation\",
        \"steps\": [
          {
            \"step_id\": 4,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"incentive_types\": [
                
              ],
              \"key_activities\": [
                
              ],
              \"channels\": [
               
              ]
            }
          },
          {
            \"step_id\": 5,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"campaign_structure\": [
                
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
                
              ]
            }
          },
          {
            \"step_id\": 6,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"offer_types\": [
                
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
                
              ]
            }
          }
        ]
      },
      {
        \"phase_name\": \"After the Prospect Becomes a Customer\",
        \"steps\": [
          {
            \"step_id\": 7,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"focus_areas\": [
               
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
                
              ]
            }
          },
          {
            \"step_id\": 8,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"program_structure\": [
               
              ],
              \"key_activities\": [
                
              ],
              \"metrics\": [
               
              ]
            }
          },
          {
            \"step_id\": 9,
            \"title\": \"\",
            \"objective\": \"\",
            \"details\": {
              \"incentive_options\": [
               
              ],
              \"key_activities\": [
               
              ],
              \"metrics\": [
               
              ]
            }
          }
        ]
      }
    ]
  }
}
```", "agent-generate-marketing-plan.twig", "/home/smartonegroup/public_html/veroserv/system/prompts/agent-generate-marketing-plan.twig");
    }
}