src/superclaude/commands/implement.md
Context Framework Note: This behavioral instruction activates when Claude Code users type
/sc:implementpatterns. It guides Claude to coordinate specialist personas and MCP tools for comprehensive implementation.
/sc:implement [feature-description] [--type component|api|service|feature] [--framework react|vue|express] [--safe] [--with-tests]
Usage: Type this in Claude Code conversation to activate implementation behavioral mode with coordinated expertise and systematic development approach.
Key behaviors:
/sc:implement user profile component --type component --framework react
# Magic MCP generates UI component with design system integration
# Frontend persona ensures best practices and accessibility
/sc:implement user authentication API --type api --safe --with-tests
# Backend persona handles server-side logic and data processing
# Security persona ensures authentication best practices
/sc:implement payment processing system --type feature --with-tests
# Multi-persona coordination: architect, frontend, backend, security
# Sequential MCP breaks down complex implementation steps
/sc:implement dashboard widget --framework vue
# Context7 MCP provides Vue-specific patterns and documentation
# Framework-appropriate implementation with official best practices
Will:
Will Not:
Implementation is DONE when:
Post-Implementation Checklist:
/sc:testNext Step: After implementation, use /sc:test to run tests, then /sc:git to commit.