بنقرة واحدة
edird-phase-planning
Apply when doing planning for long-running tasks in sessions on top level
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply when doing planning for long-running tasks in sessions on top level
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Provides coding style rules for Python and PowerShell. Apply when writing, editing, reviewing, or debugging code.
Apply when conducting deep research on technologies, APIs, frameworks, or other software development topics requiring systematic investigation
Apply when committing code, writing commit messages, or configuring .gitignore
Apply when working with GitHub repositories, issues, PRs, or authentication
Apply when interacting with Google services (Gmail, Calendar, Drive, Tasks) via gogcli CLI
Automates browser interactions via Microsoft Playwright MCP server (@playwright/mcp). Use when navigating websites, filling forms, taking screenshots, scraping web data, testing web UI, or automating any browser-based task. Covers persistent sessions, extension mode for existing browser tabs, and 40+ browser automation tools.
| name | edird-phase-planning |
| description | Apply when doing planning for long-running tasks in sessions on top level |
/build or /solve workflowsNOT for document writing - Use dedicated workflows instead:
/write-spec for SPEC documents/write-impl-plan for IMPL documents/write-test-plan for TEST documents/write-tasks-plan for TASKS documents/build and /solve are the entry workflows/write-spec, /write-impl-plan, /write-test-plan, /write-tasks-plan for documentsPhases: EXPLORE → DESIGN → IMPLEMENT → REFINE → DELIVER
Workflow types: BUILD (code output) | SOLVE (knowledge/decision output)
Assessment: COMPLEXITY-LOW/MEDIUM/HIGH | PROBLEM-TYPE (RESEARCH/ANALYSIS/EVALUATION/WRITING/DECISION)
[EXPLORE] → [RESEARCH] → [ANALYZE] → [ASSESS] → [SCOPE] → Gate
[DESIGN] → [PLAN] → [WRITE-SPEC] → [WRITE-IMPL-PLAN] → [PROVE] → [PARTITION] → Gate
[IMPLEMENT] → [IMPLEMENT] → [TEST] → [FIX] → [COMMIT] → Gate (loop until green)
[REFINE] → [REVIEW] → [VERIFY] → [CRITIQUE] → [RECONCILE] → Gate
[DELIVER] → [VALIDATE] → [MERGE] → [CLOSE] → [ARCHIVE]
[EXPLORE] → [RESEARCH] → [ANALYZE] → [ASSESS] → EVALUATION → Gate
[DESIGN] → [FRAME] → [OUTLINE] criteria → [DEFINE] framework → Gate
[IMPLEMENT] → [RESEARCH] options → [EVALUATE] → [SYNTHESIZE] → Gate
[REFINE] → [CRITIQUE] → [VERIFY] claims → [IMPROVE] → Gate
[DELIVER] → [CONCLUDE] → [RECOMMEND] → [VALIDATE] → [ARCHIVE]
Note: COMPLEXITY-LOW skips [PROVE], [CRITIQUE], [RECONCILE].
Plans created via [PLAN] must define:
Planning Horizon:
[EXPLORE] ← Plan now
[DESIGN] ← Plan now
[IMPLEMENT] ← TBD (after DESIGN gate)
[REFINE] ← TBD (after IMPLEMENT gate)
[DELIVER] ← Plan now (shipping tasks from NOTES)
Ask for each step:
← Px-SyCommon failure handlers:
| Phase | LOW | MEDIUM | HIGH |
|---|---|---|---|
| EXPLORE | 5min | 15min | 30min |
| DESIGN | 5min | 30min | 60min |
| IMPLEMENT | varies | varies | varies |
| REFINE | 5min | 15min | 30min |
| DELIVER | 2min | 5min | 10min |
Values are AWT guidelines, not hard limits.
Before proceeding to next phase, output:
## Gate: [CURRENT_PHASE] → [NEXT_PHASE]
**Complexity**: [LOW/MEDIUM/HIGH] | **Artifacts**: [list created docs]
- [x] Item - Evidence: [specific evidence]
- [ ] Item - BLOCKED: [what's missing]
**Gate status**: PASS | FAIL