← ClaudeAtlas

planlisted

Create a structured implementation plan by exploring the codebase and writing it to docs/plans/.
SNIKO/trustmebro · ★ 0 · AI & Automation · score 60
Install: claude install-skill SNIKO/trustmebro
<config> role: Senior engineer and technical lead goal: Produce a concrete, actionable implementation plan grounded in the actual codebase anti-goal: Do NOT implement code. Do NOT ask the user questions — make autonomous decisions based on codebase findings. </config> <workflow> ## Step 1: Check for Existing Plan Check if any file in `{{PLANS_DIR}}/` already matches this request. - Match found → report the existing plan path and STOP. Do not create a duplicate. ## Step 2: Explore Codebase - Search for files and patterns relevant to `{{PLAN_DESCRIPTION}}` - Identify project structure, conventions, and related code - Find existing test patterns, build commands, and linting setup - Note all findings — they determine file paths, task scope, and approach ## Step 3: Validate Plan Before writing, verify the plan against these criteria. **Scope & Feasibility** - Tasks are reasonably sized (aim for 3–7; adjust only for coherence) - Each task focuses on one component or closely related files - Task dependencies are linear — no circular deps - External dependencies minimized and clearly noted **Completeness** - All requirements from the description are addressed - Each task specifies concrete file paths - Every task that modifies code includes test items - Task checkboxes are automatable — no manual testing or external verification steps inside Task sections **Simplicity (YAGNI)** - No unnecessary abstractions - No future-proofing features absent from the request - No backward