Master-plan: A Minimal Terminal Task System Built for Claude Code Users

A developer has created master-plan, a minimal task management system designed specifically for use with Claude Code. The tool runs entirely in the terminal and addresses the challenge of capturing spontaneous ideas during coding sessions without breaking flow.
How It Works
The system consists of four slash commands that operate on a MASTER_PLAN.md file:
/task— Brain dump. Log an idea, bug, or feature in one line and continue working./next— Claude reads your MASTER_PLAN.md, scores everything by priority, and shows a picker. It highlights in-progress tasks to encourage completion./save— End of session? Creates a WIP commit and push. When you return on a different machine,/nextpicks up exactly where you left off./done— Runs tests, commits, pushes, and marks the task complete.
Technical Implementation
The entire system runs on a markdown file and git, requiring no external infrastructure, accounts, or synchronization services. The MASTER_PLAN.md file serves as the project history. The tool auto-detects your test runner (npm, pytest, cargo, go), uses conventional commits, and works across machines. It's built on the Agent Skills open standard for compatibility.
The developer also mentions building Dev Maestro, a full task management suite for projects, but master-plan represents the minimal in-terminal implementation designed for immediate use during coding sessions.
The key benefit described is the ability to capture ideas in approximately 5 seconds mid-session without context switching to external tools like Jira or Linear, eliminating the mental load of remembering tasks while maintaining focus on current work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Product Launch Skill: Structured Playbooks for AI Product Launches
A free Claude skill provides six battle-tested launch playbooks covering strategy, preparation, messaging, and channel execution for AI product launches. The repository includes English and Chinese materials organized by launch stage.

Claude Code v2.1.76 System Prompt Updates: Security Monitor Refinements and New Hook Event
Claude Code v2.1.76 includes updates to system prompts with 43 new tokens, featuring refinements to the security monitor for autonomous agents and the addition of a PostCompact hook event. Changes include clarified sensitive data detection, expanded code deserialization examples, and improved formatting for irreversible local destruction guidance.

AlterSpec v1.0: Runtime Policy Enforcement for AI Agents
AlterSpec v1.0 is an open-source runtime enforcement engine that sits between AI agents and their tools, evaluating actions against YAML-defined policies before execution. It provides allow/deny/review decisions, cryptographic policy signing, and audit logging.

OpenClaw-superpowers adds reliability features for operational failure modes
The openclaw-superpowers repository has expanded with eight new reliability-focused skills including deployment preflight checks, cron execution proofing, session reset recovery, and MCP auth lifecycle management. These additions bring the total to 60 skills, with 44 being OpenClaw-native and 23 designed for cron scheduling.