Framework for designing new architectural mechanisms when existing patterns don't fit
This skill provides a framework for designing options when changes don't fit cleanly into existing codebase architecture.
Load this skill when architecture fit evaluation returns NO_FIT or when you're compensating for architectural gaps with workarounds.
Your job is NOT to find workarounds that force a fit. If the right answer requires new architectural mechanisms, say so — even if a hacky fit is technically possible.
At the same time, don't over-engineer. If a light-touch structural improvement solves the problem cleanly, that's often better than a full architectural shift.
Use the research skill to understand:
Light-Touch Options (consider first):
Architecture Options (when light-touch won't work):
For each option, assess:
Light-Touch is right when:
Architecture Shift is right when:
Document your options:
## Architecture Options
### Option A: <Name>
- **Description**: <What this entails — stay high-level>
- **Blast Radius**: <Which domains/components change>
- **Incremental Path**: <Phases to adopt while keeping repo green>
- **Long-Term Impact**: <How this affects future changes>
- **Tradeoffs**: <Honest pros and cons>
### Option B: <Name>
<Same structure>
### Option C: <Name> (if meaningfully different)
<Same structure>
### Recommendation
<Which option and why — optimize for codebase health, not just "easiest fit">
npx skills add shanepadgett/architecture-workshop下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer