Plan & Task Persistence
Goal
Maintain plans and task progress across Claude Code sessions so that work can be resumed without losing context.
Execution
Delegate the plan/task work to a Sonnet subagent to minimize main context consumption.
- Determine the operation mode from user input or session context
- Prepare structured input fields for the subagent
- Spawn a subagent with the following configuration:
Agent(
subagent_type: "general-purpose",
model: "sonnet",
descri
[Description truncada. Veja o README completo no GitHub.]