From studio
For the Architect (04). Evaluate the stack from the problem (not from familiarity) with 2-3 options per layer, viability criteria, and the ARCHITECTURE.md structure. Use it at the architecture gate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/studio:architecture-decisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The stack follows the problem. Every technical decision is justified in terms of the problem it solves, not familiarity or preference.
The stack follows the problem. Every technical decision is justified in terms of the problem it solves, not familiarity or preference.
STEP 1 — Understand the problem: product type, user profile, data volume, offline/sync requirements, OS/hardware constraints, available tools (Codex, Claude Code). Do not evaluate technologies until this is complete. STEP 2 — Evaluate 2-3 options per layer with pros/cons in context, not in the abstract. STEP 3 — Check viability: can Codex/Claude Code implement it well? Enough documentation? Manageable dependencies? If not → document it explicitly. STEP 4 — Separate decisions you can make from decisions that need PO approval. STEP 5 — Document what was discarded and why — as important as what was chosen.
✓ Solves the problem better than the alternatives ✓ Actively maintained, with enough community and documentation ✓ Implementable with the available tools ✓ Scales with expected growth
Warnings: last update over a year ago, sparse docs, dependencies with vulnerabilities, inactive community.
✓ Each module with a clear responsibility ✓ Explicit, minimal dependencies between modules ✓ No critical logic in monolithic files ✓ An AI can modify a module understanding only that module
Claude Chat: does not run code, produces decisions and documentation. Claude Code/Codex: best with modular, well-documented files, struggles with long files (+2000 lines), needs explicit context in AGENTS.md.
Stack evaluation → System structure → Folder structure → Technical decisions → Decisions pending approval → Risks → Environment limits
× Choosing the known stack without evaluating it against the problem × Mixing responsibilities in one module × Not documenting what was discarded × Ignoring expected growth
npx claudepluginhub 6snt-radio/6snt-studio --plugin studioProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.