# Solution Design

> Invoke IMMEDIATELY via python script when user has a defined problem or root cause and needs solution options. Generates diverse solutions from multiple reasoning perspectives. Do NOT explore first - the script orchestrates the solution generation workflow.

- Skill: `akiselev/solution-design` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add akiselev/solution-design`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akiselev/solution-design/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: akiselev (https://skillmd.com/u/akiselev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akiselev/solution-design

---


# Solution Design

When this skill activates, IMMEDIATELY invoke the script. The script IS the
workflow.

This skill generates solutions for a defined problem or root cause. It does NOT
identify problems or perform root cause analysis--use problem-analysis for that.

## Invocation

<invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.solution_design.design --step 1 --total-steps 9" />

Do NOT explore or analyze first. Run the script and follow its output.

