Design Solution (AIWeave TRD)
Turns a one-line requirement into a TRD via seven architecture decision lenses
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 28, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 014c364
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 28, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
On a read-heavy batch-query API the seven-lens pass produced a visibly deeper design than the no-skill run: it forced an explicit fan-out failure decision per dependency (profile all-or-nothing, tier and unread count best-effort partial) where the baseline only listed partial failure as an open question, and it added per-hop deadline budget propagation, single-flight plus cross-request micro-batching, a counter-versus-COUNT decision and a mapping from every conclusion to the doc that should record it. The methodology behind that is real - 2,226 lines of decision trees in design-spec/ - but it does not ship with the skill. The installed skill folder is a single SKILL.md whose links are literal (path) placeholders and whose first step reads design-spec/00-07, docs-spec and BUILD_STATUS.md from the project, so outside a Go repo that has adopted the whole AIWeave skeleton it has nothing to read. It also sets disable-model-invocation, so it never activates on its own - you must type the slash command.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 2/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Design Solution (AIWeave TRD) does
Runs a requirement through AIWeave's seven decision lenses - IO, data modeling, concurrency, transactions, caching, resilience and tail latency - and emits a technical design document with the chosen option, the upgrade trigger and the doc it should land in for each lens. It writes no code and no docs, only the decision record. Slash-command only, and useful only inside a Go backend project that has adopted the AIWeave skeleton.
How to install Design Solution (AIWeave TRD)
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Design Solution (AIWeave TRD)
-
/design-solutionTurns a one-line requirement into a TRD via seven architecture decision lenses
It also activates on plain-language prompts like these:
-
Design the architecture for a read-heavy batch query endpoint in Go -
Write a TRD for this feature using AIWeave's seven design lenses -
Run the caching and resilience lenses on this new backend requirement
Frequently asked questions
- Is the Design Solution (AIWeave TRD) skill free?
- Yes. The skill itself is free from zuoyebang/aiweave. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Design Solution (AIWeave TRD) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 28, 2026. Verdict: Works with setup. On a read-heavy batch-query API the seven-lens pass produced a visibly deeper design than the no-skill run: it forced an explicit fan-out failure decision per dependency (profile all-or-nothing, tier and unread count best-effort partial) where the baseline only listed partial failure as an open question, and it added per-hop deadline budget propagation, single-flight plus cross-request micro-batching, a counter-versus-COUNT decision and a mapping from every conclusion to the doc that should record it. The methodology behind that is real - 2,226 lines of decision trees in design-spec/ - but it does not ship with the skill. The installed skill folder is a single SKILL.md whose links are literal (path) placeholders and whose first step reads design-spec/00-07, docs-spec and BUILD_STATUS.md from the project, so outside a Go repo that has adopted the whole AIWeave skeleton it has nothing to read. It also sets disable-model-invocation, so it never activates on its own - you must type the slash command.
- What is the Design Solution (AIWeave TRD) SkillProof Score?
- 6.4/10 — installs cleanly 3/5, triggers reliably 2/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Design Solution (AIWeave TRD)?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Design Solution (AIWeave TRD) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.