add-delta

Propose delta entries with governance metadata for the katachi workflow.

1|1|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/asermax/claude-plugins --skill add-delta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-delta
Source: https://github.com/asermax/claude-plugins/tree/main/katachi/skills/add-delta
Command: npx skills add https://github.com/asermax/claude-plugins --skill add-delta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add-delta helps teams define and register new deltas for the Katachi workflow on demand, streamlining governance and planning scaffolding.

Core Features & Use Cases

  • Create a new delta entry with ID, name, and metadata, enabling rapid iteration.
  • Propose dependencies and complexity estimates based on current delta catalog.
  • Integrate with /katachi:spec-delta for quick spec creation when needed.

Quick Start

Describe the delta you want to add.

Frequently Asked Questions about add-delta

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

FAQPage Schema
How do I create a new delta entry with governance metadata in the katachi workflow?▼

You add a delta entry by providing a description, which generates a complete proposal with ID, name, priority, complexity, and dependencies. It reads existing docs/deltas and DELTAS.md to ensure the new entry aligns with current catalog patterns.

What is delta governance and how does it automate workflow planning?▼

Delta governance automates the scaffolding of planning metadata like priority and complexity for workflow entries. It streamlines iteration by reading existing delta patterns to propose structured, ready-to-run outputs for the katachi framework.

How do I estimate delta complexity and dependencies based on an existing catalog?▼

You estimate complexity and dependencies by analyzing your existing delta catalog. The system reads docs/deltas and DELTAS.md to automatically propose these governance metrics based on established current patterns and your new delta description.

Does the katachi workflow support rapid iteration for delta creation?▼

Yes, the katachi workflow supports rapid iteration by allowing you to add deltas on the fly. Describing a delta directly generates a complete entry with governance metadata, bypassing manual scaffolding delays.

How do I generate a ready-to-run delta spec after creating an entry?▼

After creating a delta entry, you generate a ready-to-run spec by integrating with the spec-delta process. This enables quick spec creation directly from the newly proposed delta details and governance metadata.