From ceo
Resumes CEO development workflow from an existing task plan, directly executing the current phase for development, testing, or deployment.
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/dev-taskOrchestrates a multi-agent development team (developer, testers, reviewer, researcher) to implement a plan file through iterative coding, testing, and review waves.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Supports autonomous mode and phase resume.
/roadmapPlans and executes multi-phase application builds from a product brief. Generates ROADMAP.md, then autonomously works through each phase until completion. Supports plan, start, resume, and status subcommands.
/implementImplements changes from an approved plan, tracking progress phase by phase with optional collaborative mode.
/implementExecutes a technical implementation plan phase by phase with verification at each step. Supports autonomous mode, subagent-driven development, and checkpoint-based resume.
/executeExecutes an implementation plan with task tracking, checkpoint validation, and progress reporting. Supports subcommands for specific tasks, resuming, and phase selection.