Our review
This skill generates a structured Markdown implementation plan document with progress tracking for steps and subtasks.
Strengths
- Provides a clear, standardized template for feature plans.
- Uses emojis to indicate each step's status and an overall progress percentage.
- Organizes critical decisions and tasks in a modular, minimal, and codebase-friendly way.
Limitations
- Only produces a planning document, not code or actual implementation.
- Progress tracking is manual and requires regular updates.
- Does not address detailed dependency management between complex tasks.
Use it when a feature has been clarified through conversation and you need to formalize implementation steps before coding.
Avoid it for very small changes that don't need a formal plan, or for projects requiring specialized project management tools.
Security analysis
SafeThis skill only instructs the AI to generate a markdown plan document with no execution of external commands or access to sensitive resources.
No concerns found
Examples
Create a feature implementation plan for adding user authentication to our existing Node.js app, based on the JWT approach we discussed.Produce a markdown plan for refactoring the payment module into separate services, with clear steps and progress tracking as specified.Plan Creation Stage
Based on our full exchange, produce a markdown plan document.
Requirements for the plan:
- Include clear, minimal, concise steps.
- Track the status of each step using these emojis:
- π© Done
- π¨ In Progress
- π₯ To Do
- Include dynamic tracking of overall progress percentage (at top).
- Do NOT add extra scope or unnecessary complexity beyond explicitly clarified details.
- Steps should be modular, elegant, minimal, and integrate seamlessly within the existing codebase.
Markdown Template:
Feature Implementation Plan
Overall Progress: 0%
TLDR
Short summary of what we're building and why.
Critical Decisions
Key architectural/implementation choices made during exploration:
- Decision 1: [choice] - [brief rationale]
- Decision 2: [choice] - [brief rationale]
Tasks:
-
[ ] π₯ Step 1: [Name]
- [ ] π₯ Subtask 1
- [ ] π₯ Subtask 2
-
[ ] π₯ Step 2: [Name]
- [ ] π₯ Subtask 1
- [ ] π₯ Subtask 2
...
Again, it's still not time to build yet. Just write the clear plan document. No extra complexity or extra scope beyond what we discussed.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.