بنقرة واحدة
area-status
Show planning area readiness status -- statuses, open questions, blockers, and next actions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show planning area readiness status -- statuses, open questions, blockers, and next actions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Clone an existing Evoloop story as a template for a new one — copies structure, resets status, prompts for changes to title, requirements, and dependencies
Estimate the total prompt size that will be sent to an AI agent when processing an Evoloop story — warns if approaching model context limits
Visualize the Evoloop story dependency graph as text tree and Mermaid flowchart — shows critical path, blocked chains, and ready-to-run stories
Run Evoloop doctor checks and auto-fix common issues — missing directories, non-executable scripts, missing templates, and provide remediation for manual fixes
Deep-dive into a specific story's state — stage, failures, dependencies, last agent output, requirement verification, and suggested next action
Show log output from Evoloop pipeline runs — latest run summary, specific story logs, last agent invocation, or a specific run
| name | area-status |
| description | Show planning area readiness status -- statuses, open questions, blockers, and next actions |
| allowed-tools | ["Read","Glob","Grep"] |
| argument-hint | [area-name] |
$ARGUMENTS: optional area name. If provided → detailed single-area view. If empty → all-areas summary.
Read .plan/areas.md. Missing → "Planning not started. Run ./orchestrator.sh plan start --tool claude", stop. Empty table → "No areas defined", stop.
Parse markdown table columns: area | status | owner | priority | dependencies | criticality | open_questions. Status progression: draft → probing → in_review → approved → locked.
If area not found → list available. If found:
.plan/areas/<area>.md if exists → show content, count [x] vs [ ] checklist itemsStatus table: | Area | Status | Priority | Criticality | Open Qs | Deps |
Status indicators: locked/approved → checkmark, in_review/probing → circle, draft → cross.
Progress: X/Y areas complete (Z%) where complete = approved + locked.
Readiness: All approved → "Ready for review. Run ./orchestrator.sh plan review --tool claude". Otherwise list pending areas with status.
Open Questions: Per area with count >0. Or "None."
Dependency Blockers: For each area, check if dependency areas are approved/locked. Flag unmet deps. Or "No blockers."
Next Actions (top 3): Prioritize by: blocking other areas > high-criticality drafts > in-progress needing passes > high-priority. Give exact command: ./orchestrator.sh plan area --area <name> --tool claude
Read-only. Do not modify files.