tech-design-doc
Installation
SKILL.md
Technical Design Document Skill
Execution Flow
1. Assess Complexity
| Level | Scope | Sections Required |
|---|---|---|
| Small | Single component, <100 LOC | TL;DR, Design, Implementation |
| Medium | Cross-component, API changes | + Background, Solution Analysis |
| Large | System-level, new service | Full template |
2. Gather Context
Explore the codebase before writing:
- Identify affected components using
GlobandGrepfor related code. - Read existing implementations and patterns.
- Note dependencies and potential side effects.
- Check for similar solutions already in the codebase.