Install
$ agentstack add skill-adeerkhan-vitruvius-design-alternatives ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Design Alternatives
Generate structured engineering design alternatives and compare them against the problem constraints. This skill is for exploration and comparison, not final design.
Workflow
flowchart LR
Input["Problem + Constraints"] --> Generate["Generate 3+ Alternatives"]
Generate --> Criteria["Define Criteria"]
Criteria --> Score["Score Each Alternative"]
Score --> Matrix["Comparison Matrix"]
Matrix --> Recommend["Ranked Recommendation"]
Invocation
/design-alternatives
Include constraints: performance targets, budget limits, spatial constraints, code requirements, environmental conditions, timeline.
Methodology
- Parse constraints — hard (must meet), soft (preferences), evaluation criteria. Ask if unclear.
- Generate 3-5 alternatives — technically feasible, distinct approaches. Each: Approach, Governing standards, Advantages, Limitations.
- Comparison matrix — score 1-5 on Performance, Cost, Feasibility, Durability, Risk, Code compliance. Weight by priorities.
- Recommend — best overall + best for specific priorities + trade-offs. Do NOT recommend a single answer.
Output
Inline Summary (chat response)
- Problem restatement with constraints
- 3-5 alternatives with one-line descriptions
- Comparison matrix (scored)
- Recommendation with trade-offs
Full Analysis (saved to disk)
Save to outputs/design-alternatives/.md: Problem Statement, Constraints, Alternatives (Approach/Governing standards/Advantages/Limitations each), Comparison Matrix (criteria × alternatives, scored 1-5 with weights), Recommendation (best overall + trade-offs).
Scope and Boundaries
- This skill compares alternatives — it does NOT produce final designs.
- Output is research and analysis, not construction documents.
- All alternatives must have a basis in engineering practice — no speculative or unproven approaches.
- Evidence quality: see
references/evidence-quality-tiers.md. - Research-only, not for final engineering sign-off.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: adeerkhan
- Source: adeerkhan/vitruvius
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.