·sys-decomposing-goals
</>

sys-decomposing-goals

Decomposes a goal into subgoals using top-down derivation formulas. Creates linked goal hierarchy with parent-child relationships. Recursively breaks business goals into system, operational, and tactical goals.

5Installs·0Trend·@bellabe

Installation

$npx skills add https://github.com/bellabe/lean-os --skill sys-decomposing-goals

How to Install sys-decomposing-goals

Quickly install sys-decomposing-goals AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bellabe/lean-os --skill sys-decomposing-goals
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bellabe/lean-os.

SKILL.md

View raw

Break a single goal into a hierarchy of actionable subgoals.

Take ONE goal and decompose it into subgoals using derivation formulas. Creates multiple goal files with parent-child links.

| Revenue | Pipeline | revenue / winrate | winrate: 0.25 | | Pipeline | Opportunities | pipeline / avgdeal | avgdeal: $50K | | Opportunities | Meetings | opps / opprate | opprate: 0.30 | | Meetings | Outreach | meetings / meetingrate | meetingrate: 0.02 | | Revenue | Expansion | existingarr × expansionrate | expansionrate: 0.25 |

Decomposes a goal into subgoals using top-down derivation formulas. Creates linked goal hierarchy with parent-child relationships. Recursively breaks business goals into system, operational, and tactical goals. Source: bellabe/lean-os.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bellabe/lean-os --skill sys-decomposing-goals
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from bellabe/lean-os

Quick answers

What is sys-decomposing-goals?

Decomposes a goal into subgoals using top-down derivation formulas. Creates linked goal hierarchy with parent-child relationships. Recursively breaks business goals into system, operational, and tactical goals. Source: bellabe/lean-os.

How do I install sys-decomposing-goals?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bellabe/lean-os --skill sys-decomposing-goals Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/bellabe/lean-os