multi-project-spec-mapper
Installation
SKILL.md
Multi-Project Spec Mapper - Intelligent Project Organization
Purpose: Automatically detect multiple projects in SpecWeave setup, analyze user stories to map them to the correct project (FE, BE, MOBILE, INFRA), and organize specs into project-specific folders with proper JIRA/GitHub sync.
When to Use:
- User has multiple JIRA projects configured (e.g., FE, BE, MOBILE)
- User has multiple GitHub repos to sync
- Brownfield projects with multiple teams/services
- Microservices architecture with separate frontend/backend/mobile codebases
- Need to split monolithic spec into project-specific specs
Key Capabilities:
- ✅ Intelligent Project Detection - Analyze config.json to detect multi-project setup
- ✅ User Story Classification - Map user stories to projects based on keywords, tech stack, components
- ✅ Spec Splitting - Split monolithic specs into project-specific files
- ✅ Folder Organization - Create
specs/FE/,specs/BE/,specs/MOBILE/structure - ✅ JIRA Item Type Mapping - Suggest Epic/Story/Task hierarchy based on scope
- ✅ Bidirectional Sync - Configure hooks for GitHub/JIRA sync per project