Our review
Generates a markdown implementation plan with progress tracking and task statuses.
Strengths
- Clear, modular structure for feature plans
- Visual progress tracking with emojis and percentage
- Captures key architectural decisions
Limitations
- Requires prior clarification of requirements
- Fixed markdown format may not suit all contexts
- No automatic code or test generation
Use this skill to formalize a feature plan after an exploratory discussion.
Do not use it when you need direct implementation or a very detailed plan with time dependencies.
Security analysis
SafeThis skill only provides a markdown template and formatting guidelines for creating a plan document. It does not instruct any executable actions or involve sensitive operations.
No concerns found
Examples
Create a plan document for implementing user authentication with JWT, including progress tracking and task statuses.Generate a feature plan for adding rate limiting to the API endpoints, with steps and subtasks.Produce a plan to refactor the payment module into a microservice, with overall progress percentage.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.