Our review
Generates a structured markdown feature implementation plan with progress tracking, task statuses, and critical decisions from a conversation.
Strengths
- Clear, modular structure with steps and subtasks
- Visual tracking of progress via emojis and percentage
- Captures critical decisions to guide implementation
- Avoids unnecessary complexity by sticking to discussed details
Limitations
- Requires prior exploration exchange to be meaningful
- Status updates are manual and not automated
- The template may be too formal for very small changes
When starting a feature implementation and needing a concise, trackable plan before writing code.
For trivial modifications or when no prior discussion has taken place.
Security analysis
SafeThe skill only instructs generating a markdown plan document, with no execution of commands or access to external resources. It poses no security risk.
No concerns found
Examples
Create a feature implementation plan for adding user authentication to our existing web app.Based on our discussion about the refactoring, produce a markdown plan with steps and subtasks.Generate a plan document for integrating the new payment API into the backend service.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.
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.