Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lean Thinking banner

lean-thinking

Lean Thinking helps AI coding agents stay focused and finish the job. It tells them to plan enough, build what is needed, check the result, and stop.

Use it when an agent spends too long planning, keeps adding extra work, or rebuilds things that already work. Simple tasks stay simple. Risky tasks still get the checks they need.

How it works

  • Understand the task first.
  • Make a simple plan.
  • Reuse what already works.
  • Build only what is needed.
  • Check that it works.
  • Fix any problems found in the task.
  • Stop when it is done and checked.
  • Explain what changed and any remaining limits.

It follows your requirements and asks for permission when needed. It does not skip necessary work just to make the answer shorter.

Install

Clone this repository, then copy the skill folder into your project:

git clone https://github.com/Cjbuilds/lean-thinking.git

Replace /path/to/lean-thinking below with the clone location. Review an existing installed copy before replacing it.

For Codex:

mkdir -p .agents/skills
cp -R /path/to/lean-thinking/skills/lean-thinking .agents/skills/

For Claude Code:

mkdir -p .claude/skills
cp -R /path/to/lean-thinking/skills/lean-thinking .claude/skills/

Use

Invoke it by name in a request:

Use $lean-thinking to add CSV export to this report page.

The agent reads the relevant code, makes a plan, does the work, and checks the result.

Check the package

The checker uses only the Python standard library:

python3 scripts/check.py

It validates the skill metadata and package structure, required installation instructions, and local README links.

Files

lean-thinking/
├── assets/
│   └── banner.png
├── eval/
│   └── RESULTS.md
├── scripts/
│   └── check.py
├── skills/
│   └── lean-thinking/
│       └── SKILL.md
├── LICENSE
└── README.md

Limits

This skill cannot recover missing evidence, grant permissions, or make risky changes safe. Its result still depends on the agent's tools, available context, and judgment. It does not promise to control private reasoning or reduce token use.

License

MIT. Use it, adapt it, and share it.

About

Plan enough. Build well. Stop. A small skill for AI coding agents.

Topics

Resources

Stars

19 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages