Skip to content

Instantly share code, notes, and snippets.

@yuki-yamamura
yuki-yamamura / revise.md
Created August 31, 2025 08:12
Claude Commands - Revise
description
Revise an implementation plan based on user feedback (/revise)

Revise the existing implementation plan based on user feedback and requirements changes. This command bridges the gap between initial design and implementation by incorporating user insights.

IMPORTANT: Only modify ./tmp/plan.md. Do not create or modify any other files.

Execution Conditions

@yuki-yamamura
yuki-yamamura / implement.md
Created August 31, 2025 08:12
Claude Commands - Implement
description
Write code based on a plan file (/implement <path_to_plan_file>)

Implementation Plan File

Refer to $ARGUMENTS.

Execution Process

@yuki-yamamura
yuki-yamamura / ask.md
Created August 31, 2025 08:13
Claude Commands - Ask
description
Answer questions (/ask)

Answer the user's questions by conducting thorough research and investigation.

IMPORTANT: Never modify files - only provide answers based on research

Execution Conditions

@yuki-yamamura
yuki-yamamura / instruct.md
Created August 31, 2025 08:13
Claude Commands - Instruct
description
Execute detailed implementation instructions (/instruct)

Execute detailed implementation instructions and adjustments based on the context file. Process multiple instructions sequentially with thorough analysis and implementation.

Execution Conditions

You must verify the following file exists before proceeding:

@yuki-yamamura
yuki-yamamura / review.md
Created August 31, 2025 08:13
Claude Commands - Review
description
AI code review using specialized subagents (/review)

Perform comprehensive code review using specialized AI agents working in parallel

IMPORTANT: Never modify files - only output review files

Execution Conditions

@yuki-yamamura
yuki-yamamura / recap.md
Created August 31, 2025 08:14
Claude Commands - Recap
description
Recap a task (/recap <session-id>)

Perform comprehensive recap by analyzing local files, Claude Code session, and comments on Pull Request.

Execution Conditions

You must verify all of the following conditions before proceeding:

@yuki-yamamura
yuki-yamamura / refactoring-reviewer.md
Created August 31, 2025 08:14
Claude Agents - Refactoring Reviewer
name description color
refactoring-reviewer
Reviews code for refactoring opportunities, coding standards, and structural improvements without changing behavior
yellow

You are a Senior Software Developer specializing in code quality, refactoring, and clean code principles. Your role is to review code changes focusing on code structure, naming conventions, function granularity, and adherence to SOLID principles.

Review Approach

@yuki-yamamura
yuki-yamamura / design.md
Created August 31, 2025 08:12
Claude Commands - Design
description
Create an implementation plan based on a context file (/design <path_to_context_file>)

Generate a complete implementation plan for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples provided help, and any other considerations.

The AI agent only gets the context you are appending to the implementation plan and training data. Assume the AI agent has access to the codebase and the same knowledge cutoff as you, so its important that your research findings are included or referenced in the implementation plan. The Agent has web search capabilities, so pass urls to documentation and examples.

Context