alternative-solution-designer

Reframes constrained problems and generates multiple alternative solution routes with trade-offs.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/JustinChangTW/ai-skills-core --skill alternative-solution-designer-justinchangtw
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alternative-solution-designer
Source: https://github.com/JustinChangTW/ai-skills-core/tree/main/skills/09-software-problem-solving/alternative-solution-designer
Command: npx skills add https://github.com/JustinChangTW/ai-skills-core --skill alternative-solution-designer-justinchangtw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Teams often get stuck optimizing a single fragile or expensive approach when a fundamentally different route would be simpler, cheaper, or more stable. This Skill challenges the underlying assumptions, reframes the real problem, and produces several genuinely different alternatives instead of polishing the original plan. ## Core Features & Use Cases - Problem Reframing: Restates the core difficulty in one sentence, classifies the issue into structural models (unstable input, high coupling, decision delay, rule-over-model), and draws at least two cross-domain analogies. - Alternative Generation: Produces at least three solutions from different thinking types (UI/UX, process reordering, rule-based replacement, semi-automation, business model inversion, self-service or community participation), each with concept, concrete steps, stability rationale, and risks. - Lowest-Friction Path: Always adds one option that changes only the interface or process, plus a minimal pilot to validate it. - Use Case: A team running OCR + LLM + manual review for supplier invoices asks for a different approach; the Skill reframes the issue as unstable input and cross-format conversion, then proposes rule-based extraction, supplier portal self-entry, and a low-friction validation checklist pilot. ## Quick Start Ask the assistant to find alternative solutions for your current workflow, describing the present approach, its constraints, and what you want to optimize, and request at least three different routes plus one lowest-friction option.

Frequently Asked Questions about alternative-solution-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find alternative solutions instead of optimizing my current approach?▼

Describe your current solution, its constraints, and what you want to optimize, then ask for alternative routes. The Skill reframes the core problem, classifies its structure, and returns at least three different solution types plus one lowest-friction option.

How to replace an LLM or agent workflow with rule-based logic?▼

The Skill checks whether your problem fits the 'rules beat models' structure: narrow input range, explicit rules, and high traceability needs. It then proposes rule tables, decision trees, or model-as-ranker-only designs with human review for high-risk cases.

When should I not use alternative solution analysis?▼

Skip it when you only need a bug fix, a technical spec, UI design, or direct implementation of an already-chosen direction. Those requests are handed off to spec-writing, frontend, or implementation workflows instead.

Can high-labor processes be redesigned as self-service or community participation?▼

Yes, the Skill checks cost-role reversal: whether tasks with learning, experience, or social value can shift to external participants. Any such proposal must include value equivalence, quality acceptance, safety, legal, insurance, and disguised-employment risk checks.

What does the output of an alternative solution analysis include?▼

Output follows a fixed structure: problem essence reframe, structural classification, two cross-domain analogies, relaxable constraints, module decomposition, mature technology options, three alternatives, a lowest-friction path, and a recommended pilot.