pm skill: planning feedback iterations must use resume=true
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: kumaakh
During planning phase refinement, when user or reviewer provides feedback on a generated plan, the PM skill must use resume=true when dispatching the next execute_prompt call to the planning member.
Planning feedback iterations MUST use resume=true
When user or reviewer feedback is provided on an existing plan, those iterations depend on the context created by the previous planning session. Using resume=false causes the member to lose this context and re-interpret requirements from scratch, leading to:
execute_prompt(..., resume=false) ✓execute_prompt(..., resume=true) ✓execute_prompt(..., resume=true) ✓execute_prompt(..., resume=false) ✓Memory file: feedback_pm_resume_rule.md — documents the complete rule with why and how-to-apply
Ticket changed by: kumaakh