system-design-interrogation
✓Use when planning system architecture to ensure nothing is missed. Provides structured questions covering scalability, security, data, and operational dimensions before implementation.
Installation
SKILL.md
Rushing to implementation without systematic design thinking leads to:
| Scale | How many? | "All users" | | Data | Where stored? | "I'll figure it out" | | Security | Who can access? | "Everyone" | | UX | What's the latency? | "It'll be fast" | | Coherence | What types change? | "No changes needed" |
| Dimensions count | Five (Scale, Data, Security, UX, Coherence) | Covers all critical architectural concerns without overlap | | Process timing | Before any code | Prevents costly rework from missed requirements | | Question format | Structured templates | Ensures consistent coverage, prevents omissions |
Use when planning system architecture to ensure nothing is missed. Provides structured questions covering scalability, security, data, and operational dimensions before implementation. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill system-design-interrogation- Source
- yonatangross/orchestkit
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is system-design-interrogation?
Use when planning system architecture to ensure nothing is missed. Provides structured questions covering scalability, security, data, and operational dimensions before implementation. Source: yonatangross/orchestkit.
How do I install system-design-interrogation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill system-design-interrogation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01