A collection of structured command templates for use with Claude Code to streamline development workflows.
Copy all .md
files to your Claude commands directory:
cp *.md ~/.claude/commands/
- build.md: Build project and fix compilation errors/warnings
- check.md: Check task list status against actual code implementation
- start.md: Start a new coding session and understand project state
- review.md: Review uncommitted/recent git changes with critical feedback
- shared-review.md: Generate project structure documentation for code reviewers
- write-review.md: Create structured code review documentation
- prd.md: Generate Product Requirements Document (PRD) from user prompts
- prj.md: Create/update project overview document from existing PRDs
- tasks.md: Generate detailed task lists from PRD files
- impl.md: Task implementation with junior developer guidance
- learn.md: Progressive teaching approach for junior developers
- commit.md: Commit code to GitHub with structured commit messages
- sc.md: Review latest screenshot in screenshots directory
Each command includes detailed process steps, output formats, and interaction models tailored for structured development workflows.
I usually follow this flow:
- Start a session:
/start
- Create a PRD:
/prd here is what I want you to build
- Break down to tasks:
/tasks @tasks/2025-06-15_feature-name-prd.org
- Start implementation:
/impl @tasks/2025-06-15_feature-name-tasks.org
- Commit code:
/commit