원클릭으로
process-writing-plans
Dùng khi có spec/requirements cho multi-step task, trước khi động vào code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Dùng khi có spec/requirements cho multi-step task, trước khi động vào code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.
Game art principles — art style, color theory, animation principles, asset pipeline
Game design principles — core loop, GDD, player psychology, difficulty balancing, progression
Orchestrator game — route to implementation skill (pxhopencode) + principle-based sub-skill (agent-skills-hub)
Mobile game principles — touch input, battery, thermal, app stores, monetization
Multiplayer game principles — networking architecture, synchronization, security, matchmaking
| name | process-writing-plans |
| description | Dùng khi có spec/requirements cho multi-step task, trước khi động vào code |
Viết implementation plan giả định engineer có ZERO context về codebase. Document mọi thứ họ cần: files nào cần touch, code patterns, testing, docs cần check.
NO CODE WITHOUT A WRITTEN PLAN FIRST
Plan phải có task list bite-sized, mỗi task ≤ 5 phút implement
Trước khi define tasks, map files:
Mỗi task = smallest unit với test cycle riêng:
Mỗi step 2-5 phút. Nếu step > 5 phút → split tiếp.
## Tasks
### Task 1: [tên]
- **Files**: path/to/file.ts
- **Steps**:
1. ...
2. ...
- **Verify**: command to run
- **Expected**: what pass looks like
### Task 2: ...
| Excuse | Reality |
|---|---|
| "Plan trong đầu là đủ" | Đầu không share được, không review được |
| "Code xong rồi viết plan" | Plan sau = justification, không phải guide |
| "Dự án nhỏ, không cần plan" | Dự án nhỏ + không plan = bug to |