Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

ai-switcher

ai-switcher에는 hoangpm96에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
3
Stars
47
업데이트
2026-06-02
Forks
21
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

brainstorm
기타 컴퓨터 관련 직업

Use when user wants to capture raw idea + clarify trước khi /implement. Triggered by `/brainstorm <idea text>` hoặc `/brainstorm @<file>` (tag file as idea source) hoặc `/brainstorm` (interactive — ask idea). Feature slug + idea slug auto-derive từ idea content (confirm trong L1). Output `docs/{feature}/brainstorms/{idea-slug}.md`. **Deep interview mode**: 7 sections hỏi từng section một (không dồn batch), mandatory ASCII flow + interrupted-tx matrix + scenario matrix + state-transitions cho complex/multi-state/external-redirect features. Push for exact values (error messages, limits, thresholds). Quality checklist gate trước L1. 1 feature có thể có nhiều brainstorm ideas — workflow KHÔNG gộp. Bắt buộc clarify purpose/scope/constraints/success criteria trước downstream commands.

2026-06-02
implement
소프트웨어 개발자

Use when user wants to code/build a feature từ brainstorm doc — đi thẳng từ `docs/{feature}/brainstorms/*.md` sang implementation thực tế. Triggered by `/implement <feature>` hoặc `/implement <feature> <idea-slug>`. Đọc brainstorm → recon codebase (tái dùng stack có sẵn) → lập implementation plan (L1 approval) → tạo nhánh git local → code P0 → chạy /run + /verify + /code-review → commit lên nhánh → bàn giao để user tự merge local + test + deploy. KHÔNG push/PR lên remote. Solo-git workflow.

2026-06-02
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Checklist bắt buộc TRƯỚC khi tuyên bố bất kỳ việc code nào "xong". Evidence before claims — chạy lệnh thật, đọc output, rồi mới khẳng định. Dùng bởi /implement (Phase E + F) và bất cứ lúc nào cần chứng minh code chạy + đúng nghiệp vụ. Lệnh verify cho ai4ba: tsc --noEmit, npm run lint, npm run build, npm run dev. KHÔNG có test framework.

2026-06-02