ecm-bulk-change-planner

Plan and validate ECM capability changes from a JSON operation list.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/ThomasRohde/ecm-studio --skill ecm-bulk-change-planner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecm-bulk-change-planner
Source: https://github.com/ThomasRohde/ecm-studio/tree/main/.agents/skills/ecm-bulk-change-planner
Command: npx skills add https://github.com/ThomasRohde/ecm-studio --skill ecm-bulk-change-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and validate bulk capability changes in ECM model repositories to prevent invalid updates and reduce risky deployments.

Core Features & Use Cases

  • Validate IDs, names, and parent relationships across multiple changes in a single batch.
  • Enforce hierarchy rules, lifecycle operations, and execution order to maintain model integrity.
  • Generate a deterministic plan for bulk operations such as reparenting, renaming, retiring, deleting draft leaves, or merge planning.

Quick Start

Provide a JSON file describing the planned operations and run the planner to generate a validated bulk-change plan before execution.

Frequently Asked Questions about ecm-bulk-change-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate bulk capability changes in an ECM model repository?

You can validate bulk capability changes by providing a JSON operation list to a planner that enforces IDs, names, parent relationships, and hierarchy rules. This generates a deterministic, validated bulk-change plan to prevent invalid updates before execution.

What is the best way to plan multiple ECM Studio capability operations like reparenting and retiring?

The best way to plan multiple ECM Studio capability operations is to automate bulk planning from a JSON file. This enforces lifecycle operations, execution order, and hierarchy rules to generate a deterministic plan for reparenting, renaming, retiring, or merge planning.

Can I check ECM capability hierarchy rules and execution order before applying bulk changes?

Yes, you can check ECM capability hierarchy rules and execution order before applying changes. The planner validates parent relationships and operation ordering, reporting validation errors prior to execution so you can prevent risky deployments.

How do I automate retiring and deleting draft leaves in an ECM capability model?

You can automate retiring and deleting draft leaves by defining these operations in a JSON file and running the planner. It validates the requested operations against model integrity rules and generates a safe, deterministic execution plan.

Why do I need a validation plan for ECM Studio merge planning and bulk renaming?

You need a validation plan for ECM Studio merge planning and bulk renaming to prevent invalid updates and reduce risky deployments. It enforces IDs, names, and parent relationships across all changes in a single batch prior to execution.

Does the ECM bulk change planner support merge planning and draft leaf deletion?

Yes, the ECM bulk change planner supports merge planning and draft leaf deletion. It automates validation for these operations from a JSON list, enforcing hierarchy and lifecycle rules to maintain model integrity before any changes are executed.