Planning Phase banner
postrv postrv

Planning Phase

Development community intermediate

Description

You are in PLANNING mode. Do NOT implement anything.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for postrv/ralphing-la-vida-locum, shared by 6 entries in this directory. It describes the repository, not this entry specifically.

Planning Phase

You are in PLANNING mode. Do NOT implement anything.

Instructions

  1. Analyze the project requirements

  2. Review existing code structure via narsil-mcp:

    • get_project_structure
    • get_call_graph for relevant modules
    • find_symbols for existing implementations
  3. Create IMPLEMENTATION_PLAN.md with:

    • Numbered task list (highest priority first)
    • Each task: clear scope, files affected, acceptance criteria
    • Dependencies between tasks
    • Security considerations
  4. Check for existing similar code:

    • neural_search for related functionality
    • find_semantic_clones to avoid duplication

Output

Create/update IMPLEMENTATION_PLAN.md with structured task list. Mark as "PLANNING_COMPLETE" when done.

Guardrails

  1. Plan only. Do NOT write any implementation code.
  2. Search codebase before assuming something doesn't exist.