一键导入
status
Show the current Evoloop pipeline state at a glance — phase, planning progress, implementation progress, blockers, and next suggested action
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show the current Evoloop pipeline state at a glance — phase, planning progress, implementation progress, blockers, and next suggested action
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Show planning area readiness status -- statuses, open questions, blockers, and next actions
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
| name | status |
| description | Show the current Evoloop pipeline state at a glance — phase, planning progress, implementation progress, blockers, and next suggested action |
| allowed-tools | ["Read","Glob","Grep","Bash(jq *)"] |
.state/pipeline.json → phase, stage, currentStory, lastAgent, lastRunId, updatedAtprd/US-*.json → extract id, title, .stage (top-level), priority, riskTier, sizing, status.deploy.attempts.plan/areas.md → parse table for name, status, priority, criticality, open_questions.plan/: areas.md, work-breakdown.md, traceability.md, runbook.md, decisions.md, assumptions.md, dependencies.md, risk-register.md.state/.pipeline.lock directory existsEdge cases: No pipeline.json → "Not initialized, run bootstrap-plan.sh". No stories → skip implementation. No areas.md → skip planning.
=== Evoloop Pipeline Status ===
Updated: <updatedAt> | Lock: <Active/None>
--- Pipeline ---
Phase: <phase> | Stage: <stage>
Current Story: <currentStory> | Last Agent: <lastAgent> | Last Run: <lastRunId>
--- Planning Progress ---
Documents: <N>/8 complete [x] areas.md [ ] assumptions.md ...
Areas: <N approved/locked>/<total>
| Area | Status | Priority | Criticality | Open Questions |
--- Implementation Progress ---
Stories: <complete>/<total>
| ID | Title | Stage | Risk | Size | Deploy Attempts |
By stage: build: N | review: N | deploy: N | complete: N | blocked: N
--- Blockers ---
<Blocked stories with deploy.notes or "No blockers">
--- Next Action ---
./scripts/bootstrap-plan.sh./orchestrator.sh plan start --tool claude./orchestrator.sh plan area --area <name> --tool claude./orchestrator.sh plan pm --tool claude./orchestrator.sh run --tool claude/reset-story <ID> or /inspect <ID>/logs"