Claude Code
Claude Code is Anthropic's official CLI tool for AI-assisted software development. Combined with the lenne.Tech CLI, it enables efficient implementation of user stories using Test-Driven Development (TDD) within the lenne.Tech Stack.
Overview
Claude Code provides:
- AI-Powered Development: Intelligent code generation and refactoring
- TDD Support: Built-in support for test-driven development workflows
- Custom Skills: Specialized behaviors for different development tasks
- MCP Integration: Direct access to external tools and services
- IDE Integration: Seamless integration with VS Code and JetBrains IDEs
Key Features
Commands
Quick instructions that can be executed with /command-name. The lenne.Tech CLI provides pre-configured commands for common development tasks.
Skills
Define how Claude Code approaches specific tasks. Skills guide behavior and methodology for different types of development work.
MCP Servers
Model Context Protocol servers give Claude Code direct access to external tools, APIs, and services.
Workflow Integration
Claude Code integrates seamlessly into the lenne.Tech development workflow:
- Story Creation: Use
/create-storyto interactively create user stories - TDD Implementation: Implement features with tests written first
- Code Review: AI-assisted code review and optimization
- Continuous Improvement: Refine commands and skills based on experience
Next Steps
- Installation - Set up Claude Code with lenne.Tech CLI
- TDD Workflow - Learn the test-driven development workflow