source-command-sparc-integration

Merges outputs from multiple development modes into a tested, cohesive system.

Updated May 11, 2026
One-click install
npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-sparc-integration-turgunoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-sparc-integration
Source: https://github.com/Turgunoff/mebellar_app/tree/main/.agents/skills/source-command-sparc-integration
Command: npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-sparc-integration-turgunoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When multiple development modes or agents produce separate modules, teams struggle to verify interface compatibility, shared modules, and environment configuration consistency. This Skill acts as a System Integrator that merges those outputs into a working, tested system. ## Core Features & Use Cases - Interface Verification: Checks compatibility between modules, shared components, and environment configuration standards across domains. - Integration Orchestration: Splits integration logic across domains and delegates preflight testing or conflict resolution via subtasks. - Completion Reporting: Ends each integration task with a summary of what has been connected. - Use Case: After separate agents build a payment service, an auth module, and an API gateway, run this Skill to connect the payment service, verify shared config, and confirm the system works end to end. ## Quick Start Ask the assistant to run the sparc integration mode to connect the payment service and verify all module interfaces work together.

Frequently Asked Questions about source-command-sparc-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate modules built by different SPARC modes?▼

Run the integration mode with a task description such as connecting a payment service. It verifies interface compatibility, shared modules, and environment config, then summarizes what was connected.

How to run sparc integration mode from the command line?▼

Use npx claude-flow sparc run integration followed by your task description in quotes. You can add a namespace flag or non-interactive flag for automated pipelines.

Can I use MCP tools instead of the CLI for integration tasks?▼

Yes, the preferred method is calling the sparc_mode MCP tool with mode set to integration and a task description. The NPX CLI serves as a fallback when MCP tools are unavailable.

Does the integration mode handle conflicts between modules?▼

It delegates preflight testing and conflict resolution to subtasks when needed. Integration logic is split across domains to keep concerns modular and consistent.

What are the limitations of automated system integration?▼

It verifies interfaces and shared configuration but cannot guarantee business-logic correctness across domains. Complex cross-domain behavior still requires manual review and dedicated end-to-end tests.