Execute implementation tasks
/plugin marketplace add adeonir/claude-code-extras/plugin install spec-driven@claude-code-extrasT001 | T001-T005 | --all# Implement Command
Execute tasks from the task list, respecting dependencies and updating progress.
## Arguments
| Input | Action |
|-------|--------|
| (empty) | Next pending task |
| `T001` | Single task |
| `T001-T005` | Range of tasks |
| `--all` | All pending tasks |
Arguments received: $ARGUMENTS
## Process
### Step 1: Load Context
Get current branch:
Read:
- `.specs/{branch}/spec.md` - Requirements (extract Acceptance Criteria section)
- `.specs/{branch}/plan.md` - Technical decisions and Critical Files
- `.specs/{branch}/research.md` - External research (if exists, extract...