What problem does it solve?
The PLAN-state skill automates the generation of a formal task plan by converting task definitions and doctrine into the current-task/plan.md, providing a durable contract that guides downstream execution and cross-session handoffs.
Core Features & Use Cases
- Produces the current-task/plan.md as the formal contract between PLAN and all downstream components.
- Reads and enforces inputs from .memory-bank-v2/machine/constitution.md, .memory-bank-v2/machine/operational-context.md, .memory-bank-v2/machine/current-task/definition.md, and .memory-bank-v2/machine/limits.md to enforce scope and guardrails.
- Explicitly does NOT produce plan_context.md; plan-contextualize handles contextualization, keeping planning and execution responsibilities separate.
- Supports plan workflows driven by powerful models (e.g., Claude Code plan mode) to generate a plan that survives model switches and session resets.
Quick Start
Instruct the system to generate the current-task/plan.md from the current task definition and doctrine.