# Bendrucker Claude Guidelines

> Planning Guidelines

- Skill: `tomevault-io/bendrucker-claude-guidelines` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/bendrucker-claude-guidelines`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/bendrucker-claude-guidelines/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/bendrucker-claude-guidelines

---


# Planning Guidelines

@references/guidelines.md

## Extended Guidance

### Reading Before Planning

Before proposing any changes:

1. Read the files you intend to modify
2. Understand the existing patterns and conventions
3. Identify related code that might be affected
4. Check for existing tests that cover the area

### Plan Structure

A good plan includes:

- **Context**: What problem are we solving? What's the current state?
- **Changes**: Specific files and modifications, with line references
- **Dependencies**: What must happen in order? What can be parallelized?
- **Verification**: How do we confirm success? What tests to run?
- **Risks**: What could go wrong? How do we recover?

### Scope Management

Plans should match the request exactly:

- If asked to fix a bug, don't refactor surrounding code
- If asked to add a feature, don't add "nice to have" extras
- If asked to refactor, don't fix unrelated issues you notice
- Document out-of-scope observations separately if important

### When Plans Get Rejected

Common reasons for plan rejection:

- Too vague (no specific file/line references)
- Too broad (scope creep beyond the request)
- Missing verification steps
- Ignoring existing patterns in the codebase
- Proposing changes to unread code

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bendrucker) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

