de2-factorization
Apply DE2 Factorization to separate multiplicative components to understand relative contribution of each factor.
npx skills add majiayu000/claude-skill-registry --skill de2-factorization --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# DE2 Factorization Apply the DE2 Factorization transformation to separate multiplicative components to understand relative contribution of each factor. ## What is DE2? **DE2 (Factorization)** Separate multiplicative components to understand relative contribution of each factor. ## When to Use DE2 ### Ideal Situations - Break a complex problem into manageable parts - Separate concerns to isolate risk and effort - Create modular workstreams for parallel progress ### Trigger Questions - "How can we use Factorization here?" - "What changes if we apply DE2 to this breaking down an implementation plan?" - "Which assumptions does DE2 help us surface?" ## The DE2 Process ### Step 1: Define the focus ```typescript // Using DE2 (Factorization) - Establish the focus const focus = "Separate multiplicative components to understand relative contribution of each factor"; ``` ### Step 2: Apply the model ```typescript // Using DE2 (Factorization) - Apply the transformation const output = applyModel("DE2", focus); ``` ### Step 3: Synthesize outcomes ```typescript // Using DE2 (Factorization) - Capture insights and decisions const insights = summarize(output); ``` ## Practical Example ```typescript
- What is DE2?
- When to Use DE2
- Ideal Situations
- Trigger Questions
- The DE2 Process
- Step 1: Define the focus
- Step 2: Apply the model
- Step 3: Synthesize outcomes
- Practical Example
- Integration with Other Transformations
- Implementation Checklist
- Common Pitfalls
- Best Practices
- Measurement and Success
moltbot-registry install hummbl-agent/de2-factorization
What does the de2-factorization skill do?
Apply DE2 Factorization to separate multiplicative components to understand relative contribution of each factor.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill de2-factorization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
