com um clique
plan
Create a detailed implementation plan before coding
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create a detailed implementation plan before coding
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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
Baseado na classificação ocupacional 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: