Skip to content

Conversation

shinpr
Copy link
Owner

@shinpr shinpr commented Jul 31, 2025

Summary

This PR introduces 5 custom slash commands for Claude Code to streamline the development workflow.

What's New

Custom Slash Commands 🎯

Added 5 specialized commands in .claude/commands/:

  • /onboard - Loads all project rules and establishes development standards
  • /implement - Orchestrates the complete development cycle from requirements to implementation
  • /design - Facilitates requirements analysis and design document creation
  • /plan - Generates work plans and decomposes tasks from design documents
  • /build - Executes tasks autonomously with integrated quality assurance

Key Features

  • Enhanced Requirements Gathering: Commands now include initial dialogue to clarify requirements before passing to sub-agents
  • Optimized Prompts: Condensed and focused prompts that maximize AI execution accuracy while minimizing maintenance overhead
  • Sub-agents Integration: All commands reference @docs/sub-agents-guide.md for consistent execution patterns
  • Extended Thinking: Strategic use of "think deeply/harder" prompts at critical decision points

Documentation Updates

  • Added comprehensive slash commands section to README
  • Updated project structure to include .claude/commands/ directory
  • Clear explanations of each command's purpose and capabilities

Technical Details

  • Commands are written in Markdown with frontmatter for configuration
  • Minimal prompts that rely on existing documentation to avoid duplication
  • Japanese prompts for better contextual understanding in this project

Testing

  • All commands tested individually
  • Verified commands reference correct documentation
  • Confirmed no conflicts with existing sub-agents

Related Issues

Closes #[issue-number] (if applicable)


🤖 Generated with Claude Code

shinpr and others added 2 commits August 1, 2025 08:18
Add 5 custom slash commands to enhance development workflow:
- /onboard: Load project rules and establish development standards
- /implement: Orchestrate full development cycle from requirements to implementation
- /design: Execute requirements analysis and create design documents
- /plan: Generate work plans and decompose tasks from design docs
- /build: Execute tasks autonomously with quality assurance

These commands leverage sub-agents guide for consistent execution
and include extended thinking prompts for optimal AI performance.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Update package.json version from 1.2.2 to 1.2.3
- Add documentation for Claude Code custom slash commands in README
- Update project structure to include .claude/commands/ directory

The slash commands section provides clear guidance on using:
/onboard, /implement, /design, /plan, and /build commands
for efficient development workflow with Claude Code.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@shinpr shinpr self-assigned this Jul 31, 2025
…ugging

- Add command context and scope definitions to /design and /plan commands
- Ensure /design stops at design approval phase without suggesting next steps
- Ensure /plan stops at task decomposition without suggesting implementation
- Add output examples to clarify command completion states
- Prevent scope creep beyond defined command responsibilities

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@shinpr shinpr marked this pull request as ready for review August 1, 2025 05:35
@shinpr shinpr merged commit 05790dd into main Aug 1, 2025
1 check passed
@shinpr shinpr deleted the feat/add-claude-code-slash-commands branch August 1, 2025 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant