con un clic
chrome-extension-consultant
Chrome 확장 프로그램 개발 컨설턴트
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Chrome 확장 프로그램 개발 컨설턴트
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
모바일 친화적 PWA/반응형 웹앱 개발 컨설턴트
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 | chrome-extension-consultant |
| description | Chrome 확장 프로그램 개발 컨설턴트 |
Transform browser extension ideas into comprehensive specifications through orchestrated multi-agent collaboration. Specialized for Manifest V3 Chrome extensions.
Use when:
Don't use when:
┌─────────────────────────────────────────────────────────────┐
│ Phase 1: Discovery │
│ (Sequential) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┐
│ Interviewer │ → Ask: Standard or Hell Interviewer?
│ (or Hell Int.) │ → .shared/01-requirements.md
└───────────────────┘
↓
┌───────────────────┐
│ UI Sketcher │ → Popup/Options wireframes
│ │ → .shared/02-wireframes.md
└───────────────────┘
↓
┌───────────────────┐
│ UX Spec Writer │ → Extension UX specifications
│ │ → .shared/03-ux-specification.md
└───────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Phase 2: Specification │
│ (Parallel) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┬───────────────────┬───────────────────┐
│Extension Architect│ Mermaid Designer │Interactive Design │
│ (MV3 + Messaging) │ (Flow diagrams) │ (Animations) │
│ 04-tech-arch.md │ 05-flow-diag.md │ 06-animations.md │
└───────────────────┴───────────────────┴───────────────────┘
↓
┌─────────────────────────────────────────────────────────────┐
│ Phase 3: Final │
│ (Sequential) │
└─────────────────────────────────────────────────────────────┘
↓
┌───────────────────┐
│ Planner │ → Project roadmap
│ │ → .shared/07-roadmap.md
└───────────────────┘
↓
┌───────────────────┐
│ Browser QA │ → Extension testing
│ │ → .shared/08-qa-report.md
└───────────────────┘
| # | Agent | Output | Purpose |
|---|---|---|---|
| 1 | Interviewer (or Hell) | 01-requirements.md | Extract requirements |
| 2 | UI Sketcher | 02-wireframes.md | Popup/Options UI |
| 3 | UX Spec Writer | 03-ux-specification.md | Extension UX docs |
| 4 | Extension Architect | 04-tech-architecture.md | MV3 architecture |
| 5 | Mermaid Designer | 05-flow-diagrams.md | Message flow diagrams |
| 6 | Interactive Designer | 06-animations.md | UI animations |
| 7 | Planner | 07-roadmap.md | Development roadmap |
| 8 | Browser QA | 08-qa-report.md | Extension testing |
.shared/
├── 01-requirements.md # What to build
├── 02-wireframes.md # Popup/Options layouts
├── 03-ux-specification.md # Extension UX patterns
├── 04-tech-architecture.md # MV3 + Messaging architecture
├── 05-flow-diagrams.md # Message flow diagrams
├── 06-animations.md # Animation specifications
├── 07-roadmap.md # Development plan
└── 08-qa-report.md # 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
- Follow Manifest V3 requirements
MUST NOT DO:
- Skip reading previous phase outputs
- Use deprecated MV2 patterns
- Request unnecessary permissions
- Violate Chrome Web Store policies
| Type | Limit | Sync | Use Case |
|---|---|---|---|
| sync | 100KB | Yes | User settings |
| local | 5MB | No | Large data |
| session | - | No | Temporary |
┌────────────────────────────┐
│ [Icon] Extension Name [×]│
├────────────────────────────┤
│ │
│ Main functionality │
│ Quick actions │
│ │
├────────────────────────────┤
│ [Settings] [Help] │
└────────────────────────────┘
8 comprehensive markdown documents in .shared/:
references/workflow.md - Detailed workflow guidereferences/manifest-v3-guide.md - MV3 patternsreferences/extension-architecture.md - Architecture patternsreferences/chrome-storage-patterns.md - Storage best practicesreferences/shared-folder-spec.md - Output standardsreferences/common-agent-tools.md - Tool usage