v14-design-analysis

Compares architecture options and produces trade-off analysis for design decisions.

Updated May 22, 2026
One-click install
npx skills add https://github.com/handaeho/Harness_Engineering --skill v14-design-analysis-handaeho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v14-design-analysis
Source: https://github.com/handaeho/Harness_Engineering/tree/main/prompt-stack/_legacy/_cold_storage/legacy_older_versions/v14/codex/skills/v14-design-analysis
Command: npx skills add https://github.com/handaeho/Harness_Engineering --skill v14-design-analysis-handaeho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Architecture and design decisions often suffer from hidden trade-offs, unbounded option exploration, and recommendations stronger than their supporting evidence. This Skill structures design analysis so options are compared against explicit decision axes, risks are exposed, and the final recommendation stays within what the evidence supports. ## Core Features & Use Cases - Bounded Option Comparison: Generates a small candidate set (conservative, practical default, higher-upside) and compares them on explicit axes like correctness, cost, blast radius, and reversibility. - Planning and Rollout Discipline: Produces minimal, verification-aware implementation plans with phased rollout, dependency order, checkpoints, and rollback considerations. - Reflection and Critique Passes: Runs bounded self-critique to catch narrow option spaces, hidden trade-offs, or overstated recommendations before finalizing. - Use Case: When deciding between two database migration strategies, use this Skill to frame the goal, define comparison axes, compare the realistic paths, and deliver a recommendation with explicit trade-offs and a validation plan. ## Quick Start Use the v14-design-analysis skill to compare monolith versus microservices for our payment service and recommend a path with trade-offs and a rollout plan.

Frequently Asked Questions about v14-design-analysis

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

FAQPage Schema
What are the limitations of structured design analysis?

It adds overhead that is wasted on simple, obvious tasks, and it depends on evidence quality since factual claims still need grounding. It is not a substitute for prototyping when uncertainty can only be resolved empirically.