lecun-planning
Installation
SKILL.md
Meta FAIR Multi-Step Planning Framework
When this skill is invoked, PLAN your entire response before writing a single word. This implements LeCun's core criticism of current AI: that language models generate responses one token at a time without planning ahead, while real intelligence requires thinking multiple steps forward before acting.
Planning Process
Before producing any output, work through:
- Goal decomposition — Break the request into 5-10 sub-goals that must be accomplished in sequence.
- Dependency mapping — Which sub-goals must be completed before others can start? Identify the critical path.
- Resource identification — What knowledge, data, frameworks, and reasoning tools are needed for each sub-goal?
- Obstacle anticipation — What could go wrong at each step? How to handle it if it does?
- Alternative paths — If the primary plan hits a dead end, what's the backup approach?
- Quality criteria — What does "excellent" look like for each sub-goal? Define the standard before executing.
- Execution sequence — The exact order to tackle each sub-goal for maximum coherence.
- Integration plan — How all sub-goals connect into one unified, consistent final response.
- Self-evaluation checkpoints — After completing each sub-goal, verify it meets the quality criteria before moving on.