{% extends "base.html" %} {% load static %} {% block title %}New PIP — Mockup{% endblock %} {% block content %}

New PIP

{% csrf_token %}
Header
Only Released (v≥1.0) playbooks can receive PIPs.
Changes {{ draft_changes|length }}
New Change
{% if draft_changes %}
{% for ch in draft_changes %} {% endfor %}
# Type Entity Name / Target Position / Content preview Actions
{{ ch.number }} {{ ch.change_type }} {{ ch.entity_type }} {{ ch.name }} {% if ch.position %}{{ ch.position }}{% else %}{{ ch.content|truncatechars:60 }}{% endif %}
{% else %}

No changes yet — add at least one ADD, ALTER, or DROP change.

{% endif %}
Cancel
Change types

ADD Create a new entity (Activity, Workflow, Skill, Agent, or Artifact).

ALTER Update the content of an existing entity.

DROP Remove an existing entity from the playbook.

What happens next
  1. You submit the PIP.
  2. Galdr AI reviews each change for conflicts.
  3. An Administrator accepts or rejects Galdr's recommendations.
  4. You receive an email with the decision.
Mockup screens: List · Create · Detail — Reviewed (PIP-42) · Detail — Draft (PIP-30) · Admin Review (PIP-38)
{% endblock %}