vp-k
- 15 skills
- 0 followers
- 6 hours ago last updated
- ▌ Flutter Testing · vp-kUse when writing tests for Flutter code - follows priority-based testing (Repository → State → Widget) after implementation
- ▌ Flutter Planning · vp-kUse when you have a design or requirements for a multi-step Flutter feature, before touching code
- ▌ Flutter Debugging · vp-kUse when encountering any bug, test failure, or unexpected behavior in Flutter - requires systematic investigation before proposing fixes
- ▌ Flutter Executing · vp-kUse when you have a written implementation plan to execute with review checkpoints
- ▌ Flutter Finishing · vp-kUse when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of Flutter development work by presenting structured options
- ▌ Flutter Worktrees · vp-kUse when starting feature work that needs isolation from current workspace - creates isolated git worktrees with Flutter project setup
- ▌ Start Flutter Craft · vp-kUse when starting any conversation - establishes how to find and use Flutter development skills, requiring Skill tool invocation before ANY response including clarifying questions
- ▌ Flutter Project Init · vp-k bundleCreates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup
- ▌ Flutter Subagent Dev · vp-kUse when executing Flutter implementation plans with independent tasks in the current session
- ▌ Flutter Verification · vp-kUse when about to claim work is complete, fixed, or passing - requires running Flutter verification commands and confirming output before making any success claims; evidence before assertions always
- ▌ Flutter Brainstorming · vp-kYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation using Clean Architecture principles.
- ▌ Flutter Review Receive · vp-kUse when receiving code review feedback - requires technical evaluation and verification, not performative agreement or blind implementation
- ▌ Flutter Review Request · vp-kUse when completing tasks, implementing major features, or before merging to verify Flutter code meets requirements
- ▌ Flutter Writing Skills · vp-kUse when creating new skills for flutter-craft or editing existing skills
- ▌ Flutter Parallel Agents · vp-kUse when facing 2+ independent Flutter tasks that can be worked on without shared state or sequential dependencies