{% set current_page = "maximization" %} {% set current_domain = domain %} {% include "nav.html" %}

Maximization Command Center

Business-in-a-Box Force Multiplier for {{ domain }}

Auto-saved to package — documents persist across sessions
{{ score_data.total_score }}% COMPLETE
{{ score_data.force_multiplier }}x CURRENT
{{ score_data.potential_multiplier }}x POTENTIAL
{{ score_data.total_generated }} of {{ score_data.total_possible }} assets generated
{% if score_data.next_actions %}
Next: {% for action in score_data.next_actions %} {{ action }} {% endfor %}
{% endif %}
Generation in progress...
{% for tier_key, tier_data in score_data.tier_scores.items() %}
{% if tier_data.icon == 'briefcase' %} {% elif tier_data.icon == 'shield' %} {% elif tier_data.icon == 'file-text' %} {% elif tier_data.icon == 'megaphone' %} {% elif tier_data.icon == 'cog' %} {% elif tier_data.icon == 'calculator' %} {% endif %}

{{ tier_data.label }}

{{ tier_data.generated }}/{{ tier_data.total }} complete

{% for doc_key in tier_data.generated_keys %} {% set doc_info = doc_registry.get(doc_key, {}) %} {% set doc_data = business_box.get('documents', {}).get(doc_key, {}) %}
{{ doc_info.get('label', doc_key) }} {% if doc_data.get('generated_at') %}{{ doc_data.generated_at[:10] }}{% endif %} {% if doc_data.get('content') %} · {{ doc_data.content|length|string }} chars{% endif %}
{% if doc_data.get('content') %}
{{ doc_data.content }}
{% endif %} {% endfor %} {% for doc_key in tier_data.missing_keys %} {% set doc_info = doc_registry.get(doc_key, {}) %}
{{ doc_info.get('label', doc_key) }} {% if doc_info.get('temperature', 0) <= 0.15 %} LEGAL PRECISION {% elif doc_info.get('temperature', 0) <= 0.25 %} OPERATIONAL {% elif doc_info.get('temperature', 0) >= 0.4 %} CREATIVE {% endif %}
{% endfor %}
{% endfor %}

Documents use [PLACEHOLDER] markers (e.g. [COMPANY_NAME], [CLIENT_NAME]) for easy customization. All content is niche-specific and ready to use. Generated documents are saved instantly to your package database — they persist across sessions and page navigation.