·sys-activating-goals
</>

sys-activating-goals

Creates execution threads for goals using the 6-stage causal flow pattern. Links threads to goals, initializes 1-input.md with goal context, and routes to appropriate agent for execution. Transforms defined goals into actionable work.

5Installs·0Trend·@bellabe

Installation

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

How to Install sys-activating-goals

Quickly install sys-activating-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-activating-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

Create an execution thread for a goal using the causal flow pattern. Link the thread to the goal and route to the appropriate agent.

| revenue | revops | rop-allocator | | activity | marketing or sales | mkt-campaign-manager or sls-outbound-manager | | content | marketing | mkt-content-manager | | efficiency | revops | rop-evaluator | | retention | customer | cst-lifecycle-manager |

Templates for stages 2-6 are defined in sys-executing-threads. This skill does NOT create them. Agents produce output, then call sys-executing-threads to write the stage files.

Creates execution threads for goals using the 6-stage causal flow pattern. Links threads to goals, initializes 1-input.md with goal context, and routes to appropriate agent for execution. Transforms defined goals into actionable work. 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-activating-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-activating-goals?

Creates execution threads for goals using the 6-stage causal flow pattern. Links threads to goals, initializes 1-input.md with goal context, and routes to appropriate agent for execution. Transforms defined goals into actionable work. Source: bellabe/lean-os.

How do I install sys-activating-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-activating-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