From ceo
Resume CEO workflow from existing task plan. Continues development from current phase.
How this command is triggered — by the user, by Claude, or both
Slash command
/ceo:execute-planThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read the current task plan from `.claudedocs/task_plan.md` to determine current phase. Execute the appropriate phase directly: **Phase 4 (开发实现)**: - Extract development tasks from architecture - Invoke subagent-driven-development for task execution - Use two-stage code review for quality **Phase 5 (测试验证)**: - Generate comprehensive tests - Use parallel-dispatch for independent test failure fixes **Phase 6 (交付部署)**: - Create deployment documentation - Generate user manuals and promotion materials ⚠️ Continue workflow execution directly based on task plan state.
Read the current task plan from .claudedocs/task_plan.md to determine current phase.
Execute the appropriate phase directly:
Phase 4 (开发实现):
Phase 5 (测试验证):
Phase 6 (交付部署):
⚠️ Continue workflow execution directly based on task plan state.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin pyinx-ceo-skills-plugin/SKILLExecutes implementation plans from a specified or auto-detected folder using Superpower Loop, agent teams for task creation, parallel batch execution, verification, and git commits.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/buildExecutes an approved implementation plan through phased build, review, and commit gates with subagent dispatch. Produces a final trust report.
/plannewCreates new development plan from scratch using feature/project description. Enters plan mode, enforces TDD/DRY/SOLID principles, sets up tasks with strict rules.
/implementExecutes a technical implementation plan phase by phase with verification at each step. Supports autonomous mode, subagent-driven development, and checkpoint-based resume.
/execute-planNotifies user that /execute-plan is deprecated, will be removed in next major release, and directs to use 'aegis:executing-plans' skill instead.