specification_validation
Spec doğrulama, implementation karşılaştırma ve completeness kontrolü rehberi.
npxskills add vuralserhat86/antigravity-agentic-skills--skill specification_validationLoading…
Spec doğrulama, implementation karşılaştırma ve completeness kontrolü rehberi.
npxskills add vuralserhat86/antigravity-agentic-skills--skill specification_validationLoading…
Spec doğrulama ve completeness kontrolü rehberi.
| Dimension | Açıklama | Kontrol |
|---|---|---|
| Completeness | Tüm gereksinimler tanımlandı mı? | Eksik alan yok |
| Consistency | Çelişen tanımlar var mı? | Tutarlılık |
| Correctness | Gereksinimler doğru mu? | Domain doğruluğu |
| Clarity | Belirsizlik var mı? | Net tanımlar |
| Testability | Test edilebilir mi? | Measurable criteria |
- [ ] Tüm use case'ler tanımlandı mı?
- [ ] Error case'ler belirtildi mi?
- [ ] Edge case'ler düşünüldü mü?
- [ ] Acceptance criteria net mi?
- [ ] Dependencies tanımlandı mı?
- [ ] Non-functional requirements var mı?
## Spec Completeness Template
### 1. Overview
- [ ] Problem statement
- [ ] Goals ve objectives
- [ ] Success metrics
### 2. Functional Requirements
- [ ] User stories / use cases
- [ ] Input/output specifications
- [ ] Business rules
### 3. Non-Functional Requirements
- [ ] Performance requirements
- [ ] Security requirements
- [ ] Scalability requirements
### 4. Technical Details
- [ ] Architecture decisions
- [ ] API contracts
- [ ] Data models
### 5. Edge Cases & Errors
- [ ] Error handling
- [ ] Fallback behavior
- [ ] Validation rules
Missing: [Alan adı]
Impact: High / Medium / Low
Recommendation: [Önerilen aksiyon]
| Requirement | UI Spec | API Spec | DB Schema | Test Spec |
|---|---|---|---|---|
| User Login | ✅ | ✅ | ✅ | ⚠️ |
| Password Reset | ✅ | ❌ | ⚠️ | ❌ |
## Conflict Report
**Conflict ID:** C-001
**Location:** API Spec vs UI Spec
**Description:**
- API: `email` field max 100 chars
- UI: `email` input allows 255 chars
**Resolution:** Align to 100 chars (API standard)
# Spec'te tanımlı endpoint'ler
grep -r "POST\|GET\|PUT\|DELETE" spec.md
# Kod'da mevcut endpoint'ler
grep -r "@Post\|@Get\|@Put\|@Delete" src/
# Karşılaştır
diff spec_endpoints.txt code_endpoints.txt
| Feature | Spec | Implemented | Tested | Notes |
|---|---|---|---|---|
| Login | ✅ | ✅ | ✅ | |
| Signup | ✅ | ✅ | ⚠️ | E2E test eksik |
| Password Reset | ✅ | ❌ | ❌ | Backlog'da |
Specification Validation v1.1 - Enhanced
| Aşama | Doğrulama |
|---|---|
| 1 | Her gereksinim atomik (tek bir şeyi ifade ediyor) mi? |
| 2 | Doküman versiyon kontrolü altında mı? (Change Log var mı?). |
| 3 | Gereksinimlerin öncelikleri (MoSCoW) belirlenmiş mi? |
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).