.claude/skills/team-mobile/SKILL.md
Orchestrates the mobile team of ux-designer, mobile-developer, qa-tester, accessibility-specialist, and release-manager to design, implement, and ship a mobile feature from concept to app store release. Use when a mobile feature needs full-team delivery.
npx skillsauth add tranhieutt/software_development_department team-mobileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When this skill is invoked, orchestrate the mobile team through a structured delivery pipeline.
Decision Points: At each phase, use AskUserQuestion to get user approval before proceeding.
Before any design or code, resolve:
Use AskUserQuestion to confirm these with the user. Do not proceed without answers.
Output: Platform decision brief saved to design/docs/mobile-[feature]-platform.md
Delegate to ux-designer with mobile-specific constraints:
Delegate to mobile-developer:
FlatList / FlashList (RN) or ListView.builder (Flutter) — never ScrollView for listsrenderItem in useCallback / const widgetsAsyncStorage — use SecureStore / KeychainDelegate to accessibility-specialist with mobile focus:
contentDescription on all interactive elementsDelegate to qa-tester:
Delegate to release-manager:
mobile-review skill on final code — must be APPROVEDeas build --platform all or fastlaneSummary report covering:
testing
Generates high-fidelity architecture diagrams, sequence flows, and component maps for SDD projects. Use when finalizing a design phase, documenting system architecture, or visualizing agentic workflows. Default style: Style 6 (Claude Official).
data-ai
Provides vector database and semantic search patterns for Pinecone, Weaviate, Qdrant, Milvus, and pgvector in RAG and recommendation systems. Use when implementing vector search or when the user mentions vector database, semantic search, embeddings, or similarity search.
development
Updates docs/technical/CODEMAP.md by scanning the current codebase structure. Run after a significant feature merge, refactor, or when CODEMAP feels stale.
development
Unlocks the codebase after a release freeze or incident freeze period to resume normal development. Use when a freeze period ends or when the user mentions unfreezing or lifting the code freeze.