code-plan

Installation
SKILL.md

Generate a comprehensive implementation plan based on task analysis.

Process

  1. Identify context:

    • If code changes are involved: run jj diff -s first to see changed files; then use jj diff -- path to restrict to specific files/directories
    • If the user specified specific files or paths, focus on those
    • Understand the user's task/request
  2. Analyze the codebase:

    • Read relevant code areas and identify existing patterns
    • Understand existing architectural decisions
    • Identify integration points with current codebase
  3. Research and plan:

    • Research best practices and official documentation (use WebSearch/WebFetch)
    • Identify security risks and secure implementation patterns
    • Consider simplicity constraints and avoid over-engineering
    • Identify recommended libraries/tools with rationale
Installs
19
Repository
sirn/dotfiles
GitHub Stars
8
First Seen
Mar 3, 2026
code-plan — sirn/dotfiles