---
slug: "kaabalah-lightning-path"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/mdnm/kaabalah-lightning-path@main/README.md"
repo: "https://github.com/mdnm/kaabalah-lightning-path"
source_file: "README.md"
branch: "main"
---
# Kaabalah Lightning Path (Agent Skill)

A lightweight planning workflow for AI agents that turns vague goals into an executable plan.

It’s basically a structured “think → decide → ship” template:
- clarify **what/why**
- define **scope + components**
- surface **risks/constraints**
- list **dependencies/contracts/investments**
- set **success metrics + QA**
- define the **launch outcome**

## Install

```bash
npx skills add mdnm/kaabalah-lightning-path
```

## What’s inside

```text
kaabalah-lightning-path/
  SKILL.md
  references/
    lightning-path-template.md
    api_reference.md
```

## Use when

Use this skill when you need to:
- plan a project (coding, product, ops)
- turn a fuzzy idea into clear steps
- define architecture/components + definition of done
- do a quick risk review (incl. legal/compliance)
- align on dependencies (people/tools/contracts) and required investment
- set measurable success metrics and a QA checklist

## Typical prompts

- “Use the lightning path to plan this project: <idea>”
- “Turn this vague goal into an execution plan with DoD + risks + success metrics”
- “Write a lightning path for a research plan on: <topic>”
- “Before we build, run the lightning path on this feature proposal: <spec>”

## Recommended output (minimum)

If you want it short, ask for just these nodes:
- **Kether**: what + why
- **Binah**: components + definition of done
- **Geburah**: risks + constraints (incl. legal/compliance)
- **Yesod**: success metric + QA

## License

MIT
