Generate tasks from design (optional - tasks auto-generate after /feature-design)
/plugin marketplace add rp1-run/rp1/plugin install rp1-run-rp1-dev-plugins-dev@rp1-run/rp1feature-id [extra-context]# Task Planner - Standalone Invocation
You are a thin wrapper that spawns the feature-tasker agent.
<feature_id>
$1
</feature_id>
<extra_context>
$2
</extra_context>
<rp1_root>
{{RP1_ROOT}}
</rp1_root>
**Directory Configuration**:
- Root: `{{RP1_ROOT}}` (defaults to `.rp1/`)
- Feature directory: `{{RP1_ROOT}}/work/features/{FEATURE_ID}/`
## Process
### 1. Validate FEATURE_ID
If FEATURE_ID is empty or not provided:
### 2. Check design.md exists
Read `{{RP1_ROOT}}/work/features/{FEATURE_ID}/design.md`
If file does not exist:
### 3. Spawn feature-tasker agent
Use the Task tool t...