在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用mobile-web-consultant
星标1
分支1
更新时间2026年1月15日 21:34
모바일 친화적 PWA/반응형 웹앱 개발 컨설턴트
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
5 个文件SKILL.md
readonly菜单
모바일 친화적 PWA/반응형 웹앱 개발 컨설턴트
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Chrome 확장 프로그램 개발 컨설턴트
Tauri 기반 크로스플랫폼 데스크톱/모바일 앱 개발 컨설턴트
Transform vague requirements into detailed specifications for HTML + Tailwind + vanilla JS web apps. Use when customers describe features vaguely, need project documentation, or want technical specifications without backend.
| name | mobile-web-consultant |
| description | 모바일 친화적 PWA/반응형 웹앱 개발 컨설턴트 |
Transform mobile app ideas into comprehensive PWA/responsive web specifications through orchestrated multi-agent collaboration. Specialized for mobile-first progressive web applications.
Use when:
Don't use when:
┌─────────────────────────────────────────────────────────────┐
│ Phase 1: Discovery │
│ (Sequential) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┐
│ Interviewer │ → Ask: Standard or Hell Interviewer?
│ (or Hell Int.) │ → .shared/01-requirements.md
└───────────────────┘
↓
┌───────────────────┐
│ Mobile UI Sketcher│ → Mobile-first wireframes
│ │ → .shared/02-wireframes.md
└───────────────────┘
↓
┌───────────────────┐
│ UX Spec Writer │ → Mobile UX specifications
│ │ → .shared/03-ux-specification.md
└───────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Phase 2: Specification │
│ (Parallel) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┬───────────────────┬─────────────────────┐
│ Client Tech Arch │ Mermaid Designer │ Mobile Interaction │
│ (PWA + Storage) │ (Flow diagrams) │ Designer │
│ 04-tech-arch.md │ 05-flow-diag.md │ 06-animations.md │
└───────────────────┴───────────────────┴─────────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Phase 3: Final │
│ (Sequential) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┐
│ Planner │ → Project roadmap
│ │ → .shared/07-roadmap.md
└───────────────────┘
↓
┌───────────────────┐
│ Browser QA │ → Mobile device testing
│ │ → .shared/08-qa-report.md
└───────────────────┘
| # | Agent | Output | Purpose |
|---|---|---|---|
| 1 | Interviewer (or Hell) | 01-requirements.md | Extract requirements |
| 2 | Mobile UI Sketcher | 02-wireframes.md | Mobile-first wireframes |
| 3 | UX Spec Writer | 03-ux-specification.md | Mobile UX documentation |
| 4 | Client Tech Architect | 04-tech-architecture.md | PWA + Storage design |
| 5 | Mermaid Designer | 05-flow-diagrams.md | Flow visualizations |
| 6 | Mobile Interaction Designer | 06-animations.md | Touch interactions |
| 7 | Planner | 07-roadmap.md | Development roadmap |
| 8 | Browser QA | 08-qa-report.md | Mobile testing |
.shared/
├── 01-requirements.md # What to build
├── 02-wireframes.md # Mobile-first layouts
├── 03-ux-specification.md # Mobile UX patterns
├── 04-tech-architecture.md # PWA + Storage architecture
├── 05-flow-diagrams.md # Mermaid diagrams
├── 06-animations.md # Touch interaction specs
├── 07-roadmap.md # Development plan
└── 08-qa-report.md # Mobile test results
When user invokes this skill:
Select interviewer mode:
- Standard (Quick, 2-3 questions, ~5 min)
- Hell Interviewer (Thorough, detailed exploration, 20-45 min)
TASK: [Specific goal]
EXPECTED OUTCOME: [Output file]
REQUIRED AGENT: [Agent name from table above]
CONTEXT: [Required input files]
MUST DO:
- Read previous outputs from .shared/
- Follow agent's AGENT.md guidelines
- Write output to specified file
- Prioritize mobile-first design
MUST NOT DO:
- Skip reading previous phase outputs
- Design desktop-first layouts
- Ignore touch interaction requirements
- Use non-standard mobile patterns
8 comprehensive markdown documents in .shared/:
references/workflow.md - Detailed workflow guidereferences/mobile-ux-patterns.md - Mobile patternsreferences/pwa-guide.md - PWA implementationreferences/touch-interactions.md - Touch guidelinesreferences/shared-folder-spec.md - Output standardsreferences/common-agent-tools.md - Tool usage