From playbook
Before making any changes, assess the task and create a structured plan.
npx claudepluginhub bluemax713/playbook --plugin playbookBefore making any changes, assess the task and create a structured plan. ## Phase 1: Assess Complexity Read all relevant files first. Then determine: - **Is this straightforward?** (One obvious approach, clear requirements) → Skip to Phase 2. - **Are there meaningful tradeoffs?** (Multiple approaches, architectural choices, unclear requirements) → Brainstorm first: - Present 2-3 approaches with pros/cons in short, scannable sections - Flag which approach you'd recommend and why - Wait for approval of a direction before proceeding to Phase 2 - Save the decision to `docs/decisions/Y...
/planRestates requirements, assesses risks and blockers, creates step-by-step implementation plan with phases and estimates, and waits for user confirmation before coding.
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planRestates requirements, assesses risks and dependencies, creates phased step-by-step implementation plan with complexity estimates, and waits for user confirmation before coding.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.
/planCaptures user intent via 5 structured questions, creates strategic execution plan, saves to .claude/session-plan.md and session-intent.md for review.
Before making any changes, assess the task and create a structured plan.
Read all relevant files first. Then determine:
docs/decisions/YYYY-MM-DD-<topic>.md if it's non-trivialBefore presenting the plan for approval, pressure-test it. Scale the depth to the plan's complexity — a one-file change gets a quick paragraph, a multi-system feature gets the full treatment.
Fold the results into the plan:
Present the hardened plan and WAIT for approval before making any changes. Keep it concise — bullet points, not essays.