view --main specs-creator-skill-dlya-sozdaniya-prd-i-spetsifikatsiy.md
specs-creator: Скилл для создания PRD и спецификаций
SKILL.md
scripts
validate-dependencies.py
24.6 KB
validate-structure.py
21.2 KB
tasks
prd-creation.md
1.1 KB
tech-specs-creation.md
1.4 KB
ux-specs-creation.md
1.8 KB
templates
PRD.md
3.3 KB
tech.md
28.2 KB
ux.md
10.8 KB
readonly
--- lines
---
name: specs-creator
description: Use PROACTIVELY this skill when you need to create comprehensive PRDs, tech specs, and ux specs based on feature description. If the user specify "Create PRD", "Create Tech Specs", or "Create UX Specs", this skill must be triggered.
---
**Goal**: Create comprehensive PRDs, tech specs, and ux specs based on feature requirements
## Dependency Chain
```
app-vision.md → prd.md → tech-specs.md → ux.md
```
## Workflow
- T001: Read and analyze the appropriate template in `.claude/skills/specs-creator/templates/` for structure compliance
- T002: Analyze feature requirements
- T003: Choose the the appropriate instructions in the `.claude/skills/specs-creator/instructions/`
- T003: Execute the instructions
- T004: Run Validation Scripts in `.claude/skills/specs-creator/scripts/`
- T005: Provide comprehensive report to user with specs details, location, and usage guidance
## Prohibited Tasks
- NEVER create a spec if its dependency doesn't exist yet (see Dependency Chain)
- NEVER write or modify actual code implementation
- NEVER overwrite existing specs without explicit user approval
- DO NOT make architectural decisions beyond documentation scope
- NEVER skip template compliance validation
- DO NOT create specs outside designated `specs/` directory
- NEVER assume requirements without user clarification
## Success Criteria
- All specs follow the template structure in `.claude/skills/specs-creator/templates/`
- Feature requirements are fully captured with no ambiguity
- Validation scripts pass without errors
- Specs are saved to correct location in `specs/`
- User receives clear report with file location and usage guidance
## Template Paths
- **PRD** `.claude/skills/specs-creator/templates/prd.md`
- **Tech Specs** `.claude/skills/specs-creator/templates/tech-specs.md`
- **UX Specs** `.claude/skills/specs-creator/templates/ux.md`
Инициализация мануала...
//
$ ls -R related_skills/
2026-03-29
⭐ 3556
Manus — Управление AI-агентами и автоматизация рабочих процессов
2026-04-02
⭐ 6
israeli-client-payment-chaser: Скилл для взыскания долгов
2026-04-02
⭐ 1
beam-pipeline-builder: Скилл для создания конвейеров данных
2026-03-29
⭐ 3556
ai-domain-generator — Генератор доменных имен на основе ИИ
package.json
$ install --global
skills.sh
npx skills add https://github.com/Emz1998/nexly-notes/tree/main/.claude/skills/specs-creator
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы