Stats
Actions
Tags
From unleashed-mail
Scaffold a new FEATURE_NAME_PLAN.md under docs/planning/ using the project template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unleashed-mail:create-feature-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Required for any feature, refactor, or multi-step development — no exceptions.
Required for any feature, refactor, or multi-step development — no exceptions.
docs/planning/ with filename FEATURE_NAME_PLAN.md (SCREAMING_SNAKE_CASE).
completed/ — move finished plans heretesting/ — plans in testing / validationbacklog/ — plans queued but not activedocs-archive/ — archived reference documentationThe canonical template lives at docs/planning/TEMPLATE.md.
# [Feature Name] Plan
**Status:** Planning | In Progress | Complete
**Created:** YYYY-MM-DD
**Last Updated:** YYYY-MM-DD
## Overview
Brief description of what this feature/refactor accomplishes.
## Approach
High-level strategy and key decisions.
## Milestones
- [ ] Milestone 1: Description
- [ ] Milestone 2: Description
- [ ] Milestone 3: Description
## Progress Log
### YYYY-MM-DD
- What was done
- Blockers encountered
- Next steps
## Files Changed
List of files created/modified (update as work progresses).
## Testing
How this will be tested; link to test files when complete.
## Notes
Open questions, alternatives considered, lessons learned.
/unleashed-mail:gemini-review and /unleashed-mail:codex-review on the plan before any code is written.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub npranson/unleashed-mail-plugin --plugin unleashed-mail