Technical implementation planning and architecture design. Capabilities: feature planning, system architecture, technical evaluation, implementation roadmaps, requirement breakdown, trade-off...
Run the full dev loop for the current feature with guardrails. Feature-first and git/local safe.
Systematic feature planning workflow - use when starting complex features requiring structured approach
Plan the current feature (feature-first). Resolve registry/spec, detect Mode, and write tasks.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
Save durable session handoff for a feature to WORKING.md plus history snapshot. Feature-first, safe.
Generates tests from features.json test criteria with multi-framework support, coverage analysis, and features.json integration.
Implement the next highest priority user story from the PRD. Triggers on: implement the next feature, dev next feature.
Execute tasks from a feature spec one at a time, updating living documentation as you go. Use after /interview to implement the planned feature.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Standard workflow for implementing features with specs and planning documents. Use when starting a new feature, planning implementation, or working on any non-trivial task.
Manage Flipt feature flags - list, create, enable/disable, and configure rollout rules. Use when you need to control feature flag state or set up segmented rollouts.
Apple Intelligence skills for on-device AI features including Foundation Models, Visual Intelligence, and intelligent assistants. Use when implementing AI-powered features.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing...
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing...
Use when building, refactoring, debugging, or testing iOS/macOS features using The Composable Architecture (TCA). Covers feature structure, effects, dependencies, navigation patterns, and testing...
Create and manage Epics - collections of related issues for major feature areas. Use when starting a new project(big feature), organizing work into themes, or adding reference documents.
Generate comprehensive plans for new features by exploring the codebase, synthesizing approaches, validating with spikes, and decomposing into beads. Use when asked to plan a feature, create a...