원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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: