Help us improve
Share bugs, ideas, or general feedback.
From ceo
Resume CEO workflow from existing task plan. Continues development from current phase.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin pyinx-ceo-skills-pluginHow 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.
/workflowRuns a multi-agent full development pipeline: task analysis, design, planning, plan review, implementation, and code review. Supports --auto and --from-phase for resume.
/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.
/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-planExecutes a feature plan interactively, guiding the user through tasks one at a time with context, status tracking, and planning doc updates.
/execute-planNotifies user that /execute-plan is deprecated, will be removed in next major release, and directs to use 'aegis:executing-plans' skill instead.
Share bugs, ideas, or general feedback.
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.