Our review
Generates a structured Markdown implementation plan with progress tracking and emoji status indicators.
Strengths
- Produces a clear, modular plan with steps and subtasks
- Includes visual progress tracking (percentage and emojis)
- Highlights key architectural decisions
Limitations
- Requires prior detailed discussion to be relevant
- Does not generate code or execute the steps
When you need to formalize an implementation plan after exploring options with the agent.
If a plan already exists or the task is trivial and doesn't need structuring.
Security analysis
SafeThe skill only instructs generation of a markdown plan document with no executable commands, destructive actions, or data exfiltration. It poses no security risk.
No concerns found
Examples
Based on our discussion about adding dark mode to the app, create a plan document with steps, status emojis, and progress percentage.Produce a plan for refactoring the authentication module following the decisions we made. Include tasks, subtasks, and status tracking.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.
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
Google Docstring Assistant
Documentation
Write Python docstrings following the Google Python Style Guide with clear sections and examples.