// Feature implementation with intelligent persona activation, task orchestration, and MCP integration. Use when implementing features, APIs, components, services, or coordinating multi-agent development. Triggers on requests for code implementation, feature development, or complex task orchestration.
| name | sc-implement |
| description | Feature implementation with intelligent persona activation, task orchestration, and MCP integration. Use when implementing features, APIs, components, services, or coordinating multi-agent development. Triggers on requests for code implementation, feature development, or complex task orchestration. |
Comprehensive feature implementation with coordinated expertise and systematic development.
# Basic implementation
/sc:implement [feature-description] --type component|api|service|feature
# With framework
/sc:implement dashboard widget --framework react|vue|express
# Complex orchestration
/sc:implement [task] --orchestrate --strategy systematic|agile|enterprise
| Flag | Type | Default | Description |
|---|---|---|---|
--type | string | feature | component, api, service, feature |
--framework | string | auto | react, vue, express, etc. |
--safe | bool | false | Enable safety constraints |
--with-tests | bool | false | Generate tests alongside code |
--fast-codex | bool | false | Streamlined path, skip multi-persona |
--orchestrate | bool | false | Enable hierarchical task breakdown |
--strategy | string | systematic | systematic, agile, enterprise, parallel, adaptive |
--delegate | bool | false | Enable intelligent delegation |
This skill requires evidence. You MUST:
/sc:implement user profile component --type component --framework react
/sc:implement user auth API --type api --safe --with-tests
/sc:implement "enterprise auth system" --orchestrate --strategy systematic --delegate