بنقرة واحدة
writing-plans
Create actionable implementation plans: break down complex tasks into executable steps.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create actionable implementation plans: break down complex tasks into executable steps.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Office document tools - docx, xlsx, pptx, pdf creation/editing
Productivity and workflow optimization
Research methodology — finding, evaluating, synthesizing information
Software development best practices: debugging, planning, testing, code quality.
4-phase root cause debugging: understand bugs before fixing. Never propose fixes without root cause investigation.
Red-Green-Refactor: write tests first, then code to make them pass.
| name | writing-plans |
| description | Create actionable implementation plans: break down complex tasks into executable steps. |
| version | 1.0.0 |
| author | Open-Agent |
| triggers | ["plan","implement","build","create","roadmap","steps","how to","outline","breakdown"] |
| metadata | {"hermes":{"tags":["planning","implementation","roadmaps","task-breakdown"],"related_skills":["systematic-debugging","test-driven-development"]}} |
Every complex task needs a plan. Plans should be executable, not theoretical.
Rule: Each step should be:
## Goal: [One sentence]
## Steps
1. **[Step Name]**
- What: [Description]
- Verify: [How to confirm it worked]
- Time: [Estimate]
2. **[Step Name]**
- ...
## Risks & Mitigations
- Risk: [What]
- Mitigation: [How]