Files
archon/python/.claude/commands/agent-work-orders/implementor.md
Rasmus Widing 9a60d6ae89 sauce aow
2025-10-16 19:17:18 +03:00

455 B

Implementation

Implement the plan from the specified plan file.

Variables

plan_file: $1

Instructions

  • Read the plan file carefully
  • Execute every step in order
  • Follow existing code patterns and conventions
  • Create/modify files as specified in the plan
  • Run validation commands from the plan
  • Do NOT create git commits or branches (separate steps)

Output

  • Summarize work completed
  • List files changed
  • Report test results if any