21digitalai/claude-code-framework
Agent Claude Code
Use this agent to understand project structure, patterns, and conventions without loading extensive code into your main context. This agent should be used when you need to understand how the codebase is organized, find patterns across files, or locate implementations. Examples: Context: User asks about implementing a…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent to explore and understand documentation without loading it all into your context. This agent should be used when you need to understand APIs, libraries, frameworks, or project-specific documentation. Examples: Context: User asks about using a specific library feature. user: 'How do I use the advanced…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent to analyze and update project documentation based on code changes. This agent should be invoked when significant changes are made to architecture, patterns, or workflows. Examples: Context: After implementing a new architectural pattern. user: 'We just added a new event-driven messaging system to the…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent to investigate complex issues, research implementations, or track down root causes while keeping the main context clean. The investigator does deep research but returns only essential findings. Examples: Context: Debugging an intermittent error. user: 'Users are getting random 401 errors but only…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent when you need expert-level technical guidance on complex software engineering challenges. Specifically invoke this agent for: architectural design reviews and planning, debugging complex issues that standard approaches haven't resolved, performance optimization and bottleneck analysis, security…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent when you need a senior developer to write production-quality code following all best practices. This agent IMPLEMENTS features with DRY/KISS principles, proper error handling, comprehensive testing, and clean architecture. Unlike the consultant who provides advice, this agent writes the actual code.…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent to create comprehensive, strategic plans for complex features or major undertakings. This agent should be used at the beginning of significant work to establish clear roadmaps, identify risks, and create actionable task breakdowns. Examples: Context: Starting a major new feature. user: 'We need to build…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent when you need to verify that a development task has been truly completed before marking it as done. Examples: Context: After implementing a new feature, user: 'I've finished implementing the new user authentication system with OAuth2 support' assistant: 'Let me use the task-completion-validator agent to…
21digitalai/claude-code-framework
Agent Claude Code
Use this agent to create focused, meaningful test suites. Use after implementing features when tests are needed.
21digitalai/claude-code-framework
Command Claude Code
Smart commit with logical grouping.
21digitalai/claude-code-framework
Command Claude Code
First-principles debugging for complex issues.
21digitalai/claude-code-framework
Command Claude Code
Delegate investigation and implementation to agents, keeping main context clean.
21digitalai/claude-code-framework
Command Claude Code
Analyze code changes and update documentation to keep CLAUDE.md and .claude/docs/ current.
21digitalai/claude-code-framework
Command Claude Code
Create a new Kiro spec (requirements.md, design.md, tasks.md).
21digitalai/claude-code-framework
Command Claude Code
Review completed Kiro tasks against specifications.
21digitalai/claude-code-framework
Command Claude Code
Execute a specific task from the Kiro implementation plan following the standardized workflow.
21digitalai/claude-code-framework
Command Claude Code
Full workflow orchestration - analyze, implement, test, document, review.
21digitalai/claude-code-framework
Command Claude Code
Proof of Concept - validate technical feasibility before full implementation.
21digitalai/claude-code-framework
Command Claude Code
Generate reviewer briefing - summarize context, changes, conclusions for handoff.
21digitalai/claude-code-framework
Command Claude Code
Create comprehensive strategic plan for complex features, saved to tmp for persistence.
21digitalai/claude-code-framework
Command Claude Code
Load essential project context for efficient work.
21digitalai/claude-code-framework
Command Claude Code
Create QA test request documents.
21digitalai/claude-code-framework
Command Claude Code
Evaluate reviewer feedback - verify correctness, argue back or confirm and fix.
21digitalai/claude-code-framework
Instructions file
Claude Code instructions for 21digitalai/claude-code-framework, covering claude.md - project guidelines, documentation structure, available commands, core principles and ask before assuming.