Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
56
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
This skill invokes the planner agent to create a comprehensive implementation plan before writing any code.
Use /plan when:
The planner agent will:
# Implementation Plan: Real-Time Notifications
## Requirements Restatement
- Send notifications when markets resolve
- Support multiple channels (in-app, email, webhook)
- Ensure reliable delivery
## Implementation Phases
### Phase 1: Database Schema
- Add notifications table
- Add user_notification_preferences table
- Create indexes for performance
### Phase 2: Notification Service
- Create notification service
- Implement notification queue
- Add retry logic
## Risks
- HIGH: Email deliverability
- MEDIUM: Performance with many users
- LOW: Real-time subscription overhead
## Estimated Complexity: MEDIUM
**WAITING FOR CONFIRMATION**: Proceed with this plan? (yes/no/modify)CRITICAL: The planner agent will NOT write any code until you explicitly confirm the plan with "yes" or "proceed".
If you want changes, respond with:
After planning:
/tdd to implement with test-driven development/build-fix if build errors occur/code-review to review completed implementation45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.