用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/shinpr/codex-workflows --skill recipe-front-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | recipe-front-plan |
| description | Create frontend work plan from design document with test skeleton generation. |
Context: Dedicated to the frontend planning phase.
documentation-criteria -- Work Plan scope and templateimplementation-approach -- implementation ordering and verification strategysubagents-orchestration-guide -- agent coordination and workflow flowllm-friendly-context -- planning handoffs and artifact contractSpawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Core Identity: Coordinate the frontend planning workflow and complete lightweight routing, file selection, approval recording, and status updates directly.
Execution Plan: Reuse the active execution plan. When the workflow has multiple dependent actions and no plan exists, create one that tracks them through final verification.
Execution Method:
The orchestrator invokes these specialists and directly handles deterministic coordination and status changes.
Included in this skill:
Responsibility Boundary: This skill completes with work plan approval.
Create frontend work plan with the following process:
Check for existence of design documents in docs/design/.
[STOP -- BLOCKING] If no design documents exist, notify user and halt. CANNOT proceed without a design document.
Spawn acceptance-test-generator agent: "Generate test skeletons from Design Doc at [path]. [UI Spec at [ui-spec path] if exists.]" Verify generated artifact paths and pass them to Step 3; an empty selection is valid.
Spawn work-planner agent: "Create an implementation-focused work plan from Design Doc at [path]. Include generated test skeleton artifact paths from Step 2 when present. Plan only repository implementation outcomes required by the Design Doc and UI Spec." Verify the returned Work Plan path and use it as the Step 4 review target.
Spawn document-reviewer agent: "Review the frontend work plan. doc_type: WorkPlan. target: [work-planner completed path]. Verify Design Doc and UI Spec implementation coverage, absence of added operational scope, dependency order, executable verification, optional Verification Focus, and Review Scope."
Branch on verdict.decision:
approved -> proceed to Step 5 with the plan-level status pendingneeds_revision -> apply Review Resolution with work-planner, then review the updated planrejected -> apply Orchestrator Escalation Resolution using the cited governing sources[STOP -- BLOCKING] Present the implementation task set and any material choice, then obtain approval for the plan content. CANNOT proceed until user explicitly approves the work plan.
After explicit approval, record the plan-level status as approved.
ENFORCEMENT: Plan content MUST be approved before declaring completion. Unapproved plans are invalid.
Frontend planning phase completed.
Please provide separate instructions for implementation.
基于 SOC 职业分类