一键导入
plan
Create a detailed implementation plan before coding
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a detailed implementation plan before coding
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
Import instincts from teammates or community collections
View learned instincts grouped by domain with confidence levels
| name | plan |
| description | Create a detailed implementation plan before coding |
| user-invocable | true |
Create a detailed implementation plan before coding.
/plan [feature or task description]
/plan user authentication with OAuth
/plan refactor the payment module
/plan add caching to API endpoints
When invoked, follow this planning process:
Ask clarifying questions:
Before proposing solutions:
Present 2-3 approaches with trade-offs:
## Option A: [Name]
**Approach**: [Brief description]
**Pros**: [Benefits]
**Cons**: [Drawbacks]
**Effort**: [Relative complexity]
## Option B: [Name]
...
After user selects approach, create detailed plan:
## Implementation Plan: [Feature Name]
### Phase 1: Setup
- [ ] Task 1
- [ ] Task 2
### Phase 2: Core Implementation
- [ ] Task 3
- [ ] Task 4
### Phase 3: Testing
- [ ] Unit tests for X
- [ ] Integration tests for Y
### Phase 4: Documentation
- [ ] Update README
- [ ] Add inline documentation
### Files to Modify
- `src/auth/oauth.ts` - Add OAuth provider
- `src/config/auth.ts` - Add configuration
- `tests/auth/oauth.test.ts` - Add tests
### Dependencies
- [ ] Install `oauth-library`
- [ ] Configure environment variables
### Risks & Mitigations
| Risk | Mitigation |
|------|------------|
| [Risk 1] | [How to address] |
Before proceeding:
The plan should be: