agile-design-doc
生成敏捷設計文件
開發團隊需要簡潔的設計文件,與 MVP 原則一致並避免過度工程化。此技能可產生專注的技術設計文件,包含 Mermaid 圖表、實作細節和明確的成功標準。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"agile-design-doc" 사용 중입니다. Generate a design document for a user authentication feature in a Python Flask application
예상 결과:
- Design Document: User Authentication
- Target: Flask-based REST API
- Key Features: Login, Register, Token Refresh
- Mermaid sequence diagram showing auth flow
- Code examples for auth endpoints
"agile-design-doc" 사용 중입니다. Create a design doc for a payment processing module integration
예상 결과:
- Payment Module Integration Design
- Data Models: Order, Payment, Transaction
- API Endpoints with request/response schemas
- Sequence diagram: Order -> Payment Gateway -> Callback
- Error handling and retry strategies
보안 감사
안전Security audit completed. All 39 static findings are false positives. The skill contains only markdown documentation templates with example code blocks (Python, JSON, Mermaid diagrams). No actual code execution, cryptographic algorithms, or malicious patterns exist. This is a legitimate documentation generation skill for agile development teams.
높은 위험 문제 (2)
중간 위험 문제 (1)
낮은 위험 문제 (1)
품질 점수
만들 수 있는 것
快速設計衝刺
在衝刺規劃期間快速產生新功能的設計文件
跨團隊對齊
建立標準化的設計文件,幫助後端、前端和 QA 團隊理解需求
技術文件
為現有系統模組產生參考文件
이 프롬프트를 사용해 보세요
為新的 [feature name] 功能產生設計文件。此功能應該 [brief description]。請考慮使用 [tech stack]。
為處理 [resource] 的 REST API 建立設計文件。包含資料模型、端點和序列圖。
產生顯示如何將 [new module] 與現有 [existing system] 整合的設計文件。顯示互動流程。
為 [domain area] 設計資料模型和關聯。包含主要實體、屬性及其互動方式。
모범 사례
- 首先從專案配置檔案分析現有技術堆疊
- 專注於 MVP 範圍 - 首先記錄核心功能
- 使用 Mermaid 圖表來視覺化元件互動
- 為關鍵實作路徑包含程式碼範例
피하기
- 添加可延後到後續迭代的不必要功能
- 撰寫冗長的背景說明而不是專注於實作
- 忽視現有元件並重複功能
- 包含每個可能的邊緣情況而不是專注於正常路徑