Persistent project planning with lifecycle context injection and file-based automatic recovery. Explicit catchup modes read same-project local session records for aggregate counts or bounded replay. Includes plan attestation and an optional host-aware completion gate. No network upload path.
Persistent project planning files with lifecycle hooks that inject selected plan context. Automatic recovery uses project files only. Explicit catchup modes may read same-project local session records to emit aggregate counts or bounded nonce-framed excerpts. Optional gated mode can request continuation on capable…
An Arabic-language command for starting file-based planning in a coding project. It uses Arabic planning files for the task plan, findings, and progress.
Lock the current taskplan.md content with a SHA-256 attestation. Hooks then refuse to inject plan content if the file diverges from the attested hash, blocking silent tampering. Use --show to print the stored hash, --clear to remove the attestation. Available since v2.37.0.
Self-check for the planning-with-files mechanisms that fail silently: plan resolution, hook injection, canonicalizer path shape, attestation state, install surfaces, and per-fire hook latency. Run it whenever hooks seem quiet or after installing on a new machine. Available since v3.6.0.
Bridge Claude Code's /goal to the active plan. Derives a goal condition from taskplan.md and invokes /goal so Claude keeps working until the plan is complete. Available since v2.38.0.
Run a planning-aware cadence with Claude Code's /loop. Default tick checks plan status, runs check-complete, nudges progress.md update if stalled. Available since v2.38.0.
A command that starts a Manus-style file-based planning workflow in Chinese. It creates task_plan.md, findings.md, and progress.md when they are missing, then guides the planning process.
Implements Manus-style file-based planning for complex tasks. Creates taskplan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear.