with one click
plan
Create a detailed implementation plan before coding
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a detailed implementation plan before coding
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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: