multi-project-spec-mapper
Intelligent multi-project specification splitting that maps user stories to correct projects (FE, BE, MOBILE, INFRA). Use when working with multiple JIRA/GitHub projects, microservices architecture, or brownfield projects with multiple teams. Analyzes content and tech stack for automatic classification.
Why use this skill?
Automate the splitting and mapping of software specifications across FE, BE, and Mobile projects with this intelligent OpenClaw agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anton-abyzov/sw-multi-project-spec-mapperWhat This Skill Does
The multi-project-spec-mapper is an advanced AI agent skill designed to streamline technical requirements gathering for complex, multi-repo, or microservices-based software architectures. It functions as an automated bridge between high-level user stories and granular project-specific documentation. By scanning your project's configuration, the skill identifies active JIRA or GitHub sync profiles across multiple services (FE, BE, MOBILE, INFRA). It then performs intelligent natural language classification on your raw requirement documents, mapping specific features to the relevant architectural domain. Beyond classification, it automates the file system hierarchy, creating standardized directories and YAML-frontmatter-compliant specification files for each project, ensuring your development teams have immediate access to context-aware documentation.
Installation
To integrate this skill into your OpenClaw environment, execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/anton-abyzov/sw-multi-project-spec-mapper
Ensure that your workspace contains a valid .specweave configuration folder. Once installed, the skill will automatically monitor your spec generation workflows and provide project-specific categorization suggestions.
Use Cases
This skill is ideal for:
- Microservices Orchestration: Automatically distributing requirements for a unified user flow across separate repositories.
- Brownfield Project Migration: Converting legacy monolithic requirement documents into structured, team-specific documentation.
- Multi-Platform Feature Releases: Synchronizing user stories across Web, iOS, and Android platforms to ensure feature parity.
- DevOps/Infrastructure Alignment: Mapping feature requests to infrastructure or deployment tasks automatically.
Example Prompts
- "OpenClaw, I have a massive feature doc for the new Checkout flow. Can you use the multi-project-spec-mapper to split this into separate FE and BE specs and assign them to the correct JIRA components?"
- "Analyze this list of user stories and map them to our MOBILE, FE, and BE folders based on our current tech stack: React, React Native, and Node.js."
- "Setup our project documentation structure for a new microservice. I want the multi-project-spec-mapper to create sub-directories for FE and BE and ensure the YAML frontmatter is configured for our JIRA sync."
Tips & Limitations
- Config Priority: Always ensure your
config.jsonis updated with all active project aliases so the mapper recognizes your full stack. - Mandatory Frontmatter: Remember that the skill requires specific YAML headers to sync with your external JIRA/GitHub repositories; do not remove the
projectorincrementtags. - Confidence Thresholds: The skill operates on probability; always verify classifications for edge cases where a feature might span across both UI and Backend logic.
- Manual Refinement: While highly accurate, always review the generated file structure for 'Shared' components to ensure dependencies are documented correctly in the SHARED folder.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anton-abyzov-sw-multi-project-spec-mapper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
network-engineer
Cloud network architect for VPC design, service mesh, zero-trust networking, load balancers, and CDN optimization. Use for network troubleshooting or connectivity issues.
jira-multi-project-mapper
Expert in mapping SpecWeave specs to multiple JIRA projects with intelligent project detection and cross-project coordination. Use when syncing to multiple JIRA projects (project-per-team, component-based), or managing bidirectional sync across team boundaries.
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
performance-optimization
React Native performance with Hermes V1, FlashList, expo-image v2, concurrent rendering. Use for slow app, memory leaks, or FPS issues.
release-strategy-advisor
Release strategy advisor - detects brownfield patterns (tags, CI/CD, changelogs), recommends versioning strategy based on architecture. Creates release-strategy.md.