Start Work - Execute Tasks from Plans
Systematically execute tasks from a Prometheus-generated plan or TODO list.
Usage
code
/project:start-work [plan_file_or_task]
Arguments
- •
$ARGUMENTS- Optional: path to plan file or specific task to start
You are running START WORK - systematic task execution mode.
How It Works
- •
Find the Plan: Look for existing plans in:
- •
PLAN.mdin root - •
.claude/PLAN.md - •
TODO.md - •Or use the provided plan file
- •
- •
Parse Tasks: Extract actionable tasks from the plan
- •
Execute Systematically: Work through tasks in order, respecting dependencies
- •
Track Progress: Update task status as you complete them
Task Input
$ARGUMENTS
Execution Strategy
If a plan file exists:
- •Read and parse the plan
- •Identify the next uncompleted task
- •Check for dependencies
- •Execute the task
- •Mark as complete
- •Move to next task
If no plan exists:
- •Use
prometheusto create an implementation plan - •Save the plan to
.claude/PLAN.md - •Begin execution
Task Execution Rules
For each task:
- •Understand: What exactly needs to be done?
- •Prepare: What files/context do I need?
- •Execute: Do the work (delegate to appropriate agent)
- •Verify: Run tests, check the work
- •Document: Update the plan with completion status
Delegation Guide
Delegate based on task type:
- •Architecture tasks →
prometheus - •Backend implementation →
backend-engineer - •Frontend implementation →
frontend-ui-ux-engineer - •General coding →
atlas - •Refactoring →
refactor-engineer - •Testing →
qa-tester - •Documentation →
document-writer - •Complex debugging →
oracle
Progress Tracking
Update tasks with status:
- •
[ ]- Not started - •
[~]- In progress - •
[x]- Completed - •
[!]- Blocked
Begin
Find the plan and start executing tasks systematically.