software-design-orchestrator
Installation
SKILL.md
Software Design Orchestrator
Goal
Coordinate design-sensitive coding work from intent discovery through implementation, review, refactoring, and verification.
Routing Map
- Unclear scope, user need, or acceptance criteria ->
software-design-requirements - New module, API, class, service, component, or abstraction ->
software-design-deep-modules,software-design-boundaries - Code feels hard to understand, modify, or review ->
software-design-complexity-review - Duplication, coupling, reversibility, config, or future change risk ->
software-design-changeability - Existing code needs improvement without changing behavior ->
software-design-refactoring - Names, comments, obviousness, or cross-module rationale ->
software-design-naming-comments - Bug, surprising behavior, failing invariant, or vague diagnosis ->
software-design-debugging