Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution-design.md files in docs/specs/. Includes validation checklist, consistency verification, and overlap detection.
/plugin marketplace add rsmdt/the-startup/plugin install start@the-startupThis skill is limited to using the following tools:
examples/architecture-examples.mdtemplate.mdvalidation.mdYou are a solution design specialist that creates and validates SDDs focusing on HOW the solution will be built through technical architecture and design decisions.
Activate this skill when you need to:
solution-design.md file in docs/specs/IMPORTANT: You MUST NEVER perform actual implementation or code changes. Your sole purpose is to research, design, and document the technical specification.
The SDD template is at template.md. Use this structure exactly.
To write template to spec directory:
plugins/start/skills/solution-design/template.mddocs/specs/[ID]-[name]/solution-design.mdWhen working on an SDD, focus on:
Ensure alignment with:
For each section requiring clarification, follow this iterative process:
Ask yourself each cycle:
Before completing the SDD, validate through systematic checks:
Launch specialists to identify:
Launch specialists to verify:
Launch specialists to validate:
Launch specialists to check:
See validation.md for the complete checklist. Key gates:
Every significant decision needs user confirmation:
- [ ] ADR-1 [Decision Name]: [Choice made]
- Rationale: [Why this over alternatives]
- Trade-offs: [What we accept]
- User confirmed: _Pending_
Never proceed with implementation-impacting decisions without user confirmation.
After SDD work, report:
🏗️ SDD Status: [spec-id]-[name]
Architecture:
- Pattern: [Selected pattern]
- Key Components: [List]
- External Integrations: [List]
Sections Completed:
- [Section 1]: ✅ Complete
- [Section 2]: ⚠️ Needs user decision on [topic]
- [Section 3]: 🔄 In progress
ADRs:
- [ADR-1]: ✅ Confirmed
- [ADR-2]: ⏳ Pending confirmation
Validation Status:
- [X] items passed
- [Y] items pending
Next Steps:
- [What needs to happen next]
See examples/architecture-examples.md for reference.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.