Toolkit

工具和方法Tools and methods

我如何把 AI 工具、设计方法和 Prompt 变成可复用流程。How I turn AI tools, design methods, and prompts into reusable workflows.

工具、笔记、记忆和验证材料汇入一个可靠输出的水彩铅笔画
工具只在合适的工作环节里才会长出价值Tools only grow value at the right step of the workflow
AI Coding
AI Coding

CodexCodex

我用 Codex 做前端功能开发、项目重构和 AI 产品原型迭代。Used for repository-scale implementation, verification, and controlled delivery.

解决什么
需要真实改代码、跑检查、推送部署时。
我的方法
先让 Codex 读项目结构,再限定改动范围、验证命令和完成标准。
先检查项目结构和现有约定,再提出最小破坏实现方案,完成后运行 build / lint / typecheck。
AI CodingAI CodingFrontendFrontendPrototypePrototype
AI Coding
AI Coding

Claude CodeClaude Code

用于长代码上下文阅读、方案推演和复杂文件理解。Used for focused coding exploration and comparison of implementation approaches.

解决什么
需要读大量代码或比较多种架构方案时。
我的方法
让它先解释现状,再讨论风险和迁移路径。
Code ReadingCode ReadingArchitectureArchitecture
Design & Visual
Design & Visual

FigmaFigma

用于整理视觉方向、界面结构和作品册排版。Used to organize interface structure, systems, and visual evidence.

解决什么
需要从想法进入可讨论的视觉结构时。
我的方法
先确定版式网格和内容层级,再做组件和视觉细节。
DesignDesignLayoutLayout
Learning & Research
Learning & Research

PerplexityPerplexity

用于快速查资料、对比概念和找到入门线索。Used for source-led research and rapid evidence discovery.

解决什么
研究新技术、新工具或申请方向时。
我的方法
先问框架,再追溯原始来源,避免只看二手总结。
ResearchResearchLearningLearning
Prompt Templates
Prompt Templates

Product idea validatorProduct Idea Validator

在写代码前判断一个点子是否值得做。A method for testing the user, problem, constraints, and acceptance criteria before implementation.

解决什么
有新产品想法,但还没确定用户、场景和 MVP。
我的方法
强制输出反证、止损信号、MVP 和验收标准。
请先从不能做的事说起:这个点子最可能为什么失败?目标用户是谁?真实问题是什么?MVP 只做哪一个闭环?验收标准是什么?
PromptPromptProductProduct