Elon Musk Algorithm

Apply the 5-step engineering algorithm to ruthlessly delete, simplify, and accelerate any process or codebase.

Install
cmdop skills install agensi-elon-musk-algorithm

The Elon Musk Algorithm skill implements a 5-step engineering framework designed to prevent over-optimization of systems that should be eliminated entirely. The core constraint it enforces is an ordered sequence: deletion before simplification, simplification before automation. This ordering is intentional — it stops an agent from refining logic or automating steps that should not exist in the first place.

When applied to a process or codebase, the skill produces a structured output called an Algorithm Audit. That audit includes a Requirements Audit to surface assumptions, a Deletion List of components or steps flagged for removal, a Simplified Redesign of what remains, an analysis of Cycle Time improvements, and an Automation Plan focused on steps that have already been simplified.

The skill is applicable across several engineering and product workflows. In architecture reviews, it can audit microservices and cloud infrastructure for unnecessary complexity. In code refactoring, it identifies redundant logic, unused dependencies, and over-engineered abstractions. In DevOps and CI/CD contexts, it targets manual gates and opportunities to parallelize pipelines. In product management, it questions feature requirements to reduce scope toward a leaner MVP.

This skill is intended for senior engineers and architects working through legacy bloat or accumulated technical debt. It is a reasoning and analysis skill — it produces structured recommendations rather than executing changes directly.

Use cases

  • Audit a microservices architecture to identify and list components that should be removed before any optimization work begins
  • Refactor a codebase by first producing a deletion list of redundant logic and unused dependencies
  • Review a CI/CD pipeline to find manual gates that can be eliminated or parallelized
  • Question a product feature backlog to reduce scope and identify a leaner MVP
  • Analyze a cloud infrastructure design for unnecessary complexity using a requirements-first lens
  • Generate a structured Algorithm Audit report covering deletion, simplification, and automation phases for a given system

When to use it

  • When an engineering team suspects they are optimizing processes or code that should be removed entirely
  • When conducting a formal architecture or design review and need a structured framework to surface deletable components
  • When addressing accumulated technical debt and needing a prioritized, ordered approach to simplification
  • When a product roadmap needs to be challenged at the requirements level before committing to implementation

When not to use it

  • When looking for an MCP server that connects to an external data source such as Postgres — this skill has no database integration
  • When direct code execution or automated refactoring is needed — this skill produces recommendations, not code changes
  • When the task requires integration with external APIs or services — no tool connections are provided
  • When the process under review is already well-documented and the goal is implementation rather than analysis