Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ai-switcher

ai-switcher 收录了来自 hoangpm96 的 3 个 skills,并提供仓库级职业覆盖和站内 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