security-auth
Comprehensive security and authentication workflow that orchestrates security architecture, identity management, access control, and compliance implementation. Handles everything from authentication system design and authorization frameworks to security auditing and threat protection.
What this skill does
# Security & Authentication Specialist - Complete Security Engineering Workflow ## Overview This skill provides end-to-end security and authentication services by orchestrating security architects, identity specialists, and compliance experts. It transforms security requirements into production-ready authentication and authorization systems with comprehensive threat protection, compliance adherence, and security monitoring. **Key Capabilities:** - ๐ **Multi-Layer Security Architecture** - Authentication, authorization, and threat protection systems - ๐ก๏ธ **Identity & Access Management** - User authentication, role-based access, and privilege management - ๐ **Compliance & Auditing** - Regulatory compliance, security auditing, and reporting - ๐ง **Security Integration** - Seamless integration with existing systems and third-party security services - ๐ **Threat Protection** - Proactive threat detection, prevention, and incident response ## When to Use This Skill **Perfect for:** - Authentication system design and implementation - Authorization framework development and RBAC implementation - Security compliance and auditing requirements - Threat protection and security monitoring setup - Identity management system integration - Security assessment and vulnerability management **Triggers:** - "Implement authentication and authorization for [application]" - "Design security architecture for [system]" - "Set up identity and access management" - "Implement compliance and security auditing" - "Create threat protection and monitoring system" ## Security Expert Panel ### **Security Architect** (System Security Design) - **Focus**: Security architecture, threat modeling, security patterns - **Techniques**: Zero-trust architecture, defense-in-depth, security frameworks - **Considerations**: Security by design, attack surface reduction, security controls ### **Identity Specialist** (Authentication & Authorization) - **Focus**: Authentication systems, identity management, access control - **Techniques**: OAuth 2.0, OpenID Connect, JWT, SAML, RBAC/ABAC - **Considerations**: User experience, security requirements, scalability ### **Compliance Expert** (Regulatory & Auditing) - **Focus**: Regulatory compliance, security auditing, risk assessment - **Techniques**: SOC 2, ISO 27001, GDPR, HIPAA, PCI-DSS compliance - **Considerations**: Legal requirements, audit trails, documentation ### **Threat Analyst** (Security Monitoring & Response) - **Focus**: Threat detection, incident response, security monitoring - **Techniques**: SIEM systems, threat intelligence, security analytics - **Considerations**: Real-time detection, response procedures, forensic analysis ### **Cryptographic Specialist** (Encryption & Data Protection) - **Focus**: Encryption implementation, key management, data protection - **Techniques**: AES, RSA, TLS/SSL, hash functions, digital signatures - **Considerations**: Key lifecycle management, performance impact, compliance ## Security Implementation Workflow ### Phase 1: Security Requirements Analysis & Threat Modeling **Use when**: Starting security implementation or security assessment **Tools Used:** ```bash /sc:analyze security-requirements Security Architect: threat modeling and risk assessment Compliance Expert: regulatory requirement analysis Threat Analyst: attack surface analysis ``` **Activities:** - Analyze security requirements and threat landscape - Identify compliance requirements and regulatory constraints - Perform threat modeling and attack surface analysis - Define security policies and procedures - Plan security architecture and control implementation ### Phase 2: Authentication System Design & Implementation **Use when**: Designing and implementing authentication systems **Tools Used:** ```bash /sc:design --type authentication auth-system Identity Specialist: authentication framework design Cryptographic Specialist: secure credential management Security Architect: authentication security controls ``` **Activities:** - Design authentication architecture and user identity flows - Implement secure credential storage and management - Create multi-factor authentication (MFA) systems - Design session management and token-based authentication - Implement password policies and secure recovery mechanisms ### Phase 3: Authorization Framework & Access Control **Use when**: Implementing authorization and access control systems **Tools Used:** ```bash /sc:design --type authorization rbac-system Identity Specialist: role-based access control implementation Security Architect: privilege management design Compliance Expert: access control auditing ``` **Activities:** - Design role-based access control (RBAC) or attribute-based access control (ABAC) - Implement fine-grained permissions and privilege management - Create access control policies and enforcement mechanisms - Design admin interfaces for user and permission management - Implement access request and approval workflows ### Phase 4: Security Integration & API Protection **Use when**: Integrating security controls and protecting APIs **Tools Used:** ```bash /sc:implement security-integration Security Architect: API security and integration Cryptographic Specialist: encryption and data protection Threat Analyst: input validation and sanitization ``` **Activities:** - Implement API authentication and authorization middleware - Create input validation and output encoding mechanisms - Implement rate limiting and DDoS protection - Set up CORS policies and secure headers - Integrate with third-party security services and tools ### Phase 5: Compliance & Auditing Implementation **Use when**: Ensuring regulatory compliance and security auditing **Tools Used:** ```bash /sc:implement compliance-auditing Compliance Expert: compliance framework implementation Security Architect: security monitoring and logging Threat Analyst: audit trail and forensics ``` **Activities:** - Implement comprehensive audit logging and monitoring - Create compliance reporting and documentation - Set up security incident tracking and reporting - Implement data retention and deletion policies - Create security dashboards and compliance metrics ### Phase 6: Threat Protection & Security Monitoring **Use when**: Setting up proactive threat detection and response **Tools Used:** ```bash /sc:implement threat-protection Threat Analyst: security monitoring and detection Security Architect: incident response procedures Compliance Expert: security metrics and reporting ``` **Activities:** - Implement security information and event management (SIEM) - Set up real-time threat detection and alerting - Create incident response procedures and playbooks - Implement security analytics and anomaly detection - Design security metrics and KPI tracking ## Integration Patterns ### **SuperClaude Command Integration** | Command | Use Case | Output | |---------|---------|--------| | `/sc:design --type authentication` | Authentication system | Complete auth architecture | | `/sc:design --type authorization` | Authorization framework | RBAC/ABAC implementation | | `/sc:implement security` | Security controls | Production-ready security | | `/sc:analyze threats` | Threat analysis | Threat model and mitigation | | `/sc:implement compliance` | Compliance | Regulatory compliance system | ### **Security Framework Integration** | Framework | Role | Capabilities | |-----------|------|------------| | **OWASP Top 10** | Security standards | Comprehensive vulnerability protection | | **NIST Cybersecurity** | Security framework | Complete security program implementation | | **ISO 27001** | Compliance management | Information security management system | | **Zero Trust** | Security model | Zero-trust architecture implementation | ### **MCP Server Integration** | Server | Expertise | Use Case | |--------|----------|---------| | **Sequential** | Security reasoning | Complex security analysis and design | | **Better Auth** | Au
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.