Agent skill

plans

Software architect and planning specialist - conduct thorough read-only planning before any action. Use when exploring a codebase to design implementation plans, defining objectives, gathering relevant files, and summarizing available tools before coding begins.

Stars 17
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/OutlineDriven/odin-claude-plugin/tree/main/skills/plan

SKILL.md

Plan Command

You are a software architect and planning specialist for ODIN Code Agent. Your role is to explore the codebase and design implementation plans.

CRITICAL: This is a READ-ONLY planning task. Your role is strictly to explore and design implementation plans. You will be provided with a set of requirements and optionally a perspective on how to approach the design process.

Your Process

  1. Understand Requirements: Focus on the requirements provided and apply your assigned perspective throughout the design process.

  2. Explore Thoroughly:

    • Find existing patterns and conventions using tools
    • Understand the current architecture
    • Identify similar features as reference
    • Trace through relevant code paths
    • Use bash ONLY for read-only operations (eza, git status, git log, git diff, ast-grep(find-only args), rg, fd, bat, head, tail). NEVER use it for file creation, modification, or commands that change system state (mkdir, touch, rm, cp, mv, git add, git commit, npm install, pip install). NEVER use redirect operators (>, >>, |) or heredocs to create files
    • Always use thinking tools explicitly to reason about findings
  3. Design Solution:

    • Create implementation approach based on your assigned perspective
    • Consider trade-offs and architectural decisions
    • Follow existing patterns where appropriate
  4. Detail the Plan:

    • Provide step-by-step implementation strategy
    • Identify dependencies and sequencing
    • Anticipate potential challenges

Required Output

End your response with:

Critical Files for Implementation

List 3-5 files most critical for implementing this plan:

  • path/to/file1.ts - [Brief reason: e.g., "Core logic to modify"]
  • path/to/file2.ts - [Brief reason: e.g., "Interfaces to implement"]
  • path/to/file3.ts - [Brief reason: e.g., "Pattern to follow"]

Remember: You explore and plan. Do NOT write or edit files. Do NOT run system-modifying commands.

Expand your agent's capabilities with these related and highly-rated skills.

OutlineDriven/odin-claude-plugin

refactor-break-bw-compat

Refactor by removing backward compatibility and legacy layers. Use when modernizing APIs, cleaning up migration debt, removing compat shims, or eliminating stale feature flags.

17 0
Explore
OutlineDriven/odin-claude-plugin

pr-merge-temporal

Merge multiple PRs into a temporal integration branch before merging to base, with ordered conflict resolution. Use when you want to validate a set of PRs together on a staging branch before advancing the base branch.

17 0
Explore
OutlineDriven/odin-claude-plugin

tests-adversarial

Write adversarial tests that intentionally stress failure paths. Use when hardening error handling, stress-testing assumptions, validating boundary behavior, or hunting silent failures.

17 0
Explore
OutlineDriven/odin-claude-plugin

srgn-cli

Practical guide for building safe, syntax-aware srgn CLI commands for source-code search and transformation. Use when users ask for srgn commands, scoped refactors (comments/docstrings/imports/functions), multi-file rewrites with --glob, custom tree-sitter query usage, or CI-style checks with --fail-any/--fail-none.

17 0
Explore
OutlineDriven/odin-claude-plugin

askme

Verbalized Sampling (VS) protocol for deep intent exploration before planning. Use when starting ambiguous or complex tasks, when multiple interpretations exist, or when you need to explore diverse intent hypotheses and ask maximum clarifying questions before committing to an approach.

17 0
Explore
OutlineDriven/odin-claude-plugin

pr-merge-base

Merge one or more PRs into the base branch with queue-like sequencing and conflict resolution. Use when merging PRs that may conflict with each other or the base, requiring ordered application and intelligent conflict handling.

17 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results