ClaudeCraft banner
stack-junkie stack-junkie

ClaudeCraft

Development community

Description

Claude Code Powered Multi-Agent Development Framework for High-Quality, Secure Software Development

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ClaudeCraft

A multi-agent development methodology for AI-powered software development using specialized agents that coordinate through structured workflows to ensure security, quality, and velocity.

What ClaudeCraft Is

ClaudeCraft is a **systematic approach to AI development** that coordinates five specialized agents to deliver production-ready software. It's not a traditional software framework but rather a comprehensive methodology with:

  • Structured agent coordination with mandatory handoff procedures
  • Comprehensive tracking system for decisions, progress, and issues
  • Quality gates ensuring security, performance, and maintainability
  • Token management preventing context loss during development
  • Natural language interface supporting conversational development

The Five Agent System

Agent Role Expertise Session Type
Planner Strategic planning, PRD creation, architecture Rich persistent memory Long-running
Coder Feature implementation, testing, technical setup Lightweight task-focused Task-focused
Tester Quality assurance, bug discovery, performance Feature-specific testing Verification
Documenter Documentation, user guides, API docs Content creation Documentation sprints
Reviewer Code quality, security audits, architecture review Comprehensive analysis Review sessions

Core Philosophy

  • One feature at a time - Complete implementation before starting new work
  • Token awareness - Stop at 75% context limit with structured handoffs
  • Security first - OWASP Top 10 compliance from day one
  • Mainstream technologies only - React/Next.js, Python/FastAPI, Node.js

Quick Start

  1. **Clone or use as template:**

    git clone https://github.com/your-org/claudecraft.git your-project
    cd your-project
  2. **Review workspace structure:**

    workspace/
     prd.md