Agent skill
specs-creator
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.
Install this agent skill to your Project
npx add-skill https://github.com/Emz1998/nexly-notes/tree/main/.claude/skills/specs-creator
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tdd-vitest-typescript
Test-Driven Development (TDD) using Vitest and TypeScript. Use when the user requests help with TDD, writing tests before code, test-first development, Vitest test setup, TypeScript testing patterns, unit testing, integration testing, or following the Red-Green-Refactor cycle with Vitest.
specs-creator
Creates detailed specifications from client needs including product specs, technical specs, design specs, and API specs. Use when the user requests help with requirement gathering, creating specifications, documenting client requirements, converting feature requests into structured specs, or needs to formalize project requirements for development handoff.
agile-planning
Generate agile release plans with sprints and roadmaps using unique sprint codes. Use when creating sprint schedules, product roadmaps, release planning, or when user mentions agile planning, sprints, roadmap, or release plans.
tailwind
writing-data
Use this skill when you need to structure data in `srs/data` for the Next.js app
writing-lib-functions
Use this skill when you need to write lib functions in `srs/lib` for the Next.js app
Didn't find tool you were looking for?