Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By moonklabs
AI Workflow Framework - Project management and development workflow for Claude Code with Korean/English support
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin moonklabs-aiwfComprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.
Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication.
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
지원사업 사업계획서 자동 작성 — 지식베이스 구축, 공고 소싱, 적합도 분석, 데일리 리포트, HWP 출력. 웹 검색만으로 단독 작동하며, Notion·문서 도구 연결 시 더욱 강력해집니다.
VC/AC 투자 유치의 일일 루틴을 실행합니다 — 딜소싱, Lead 대시보드, 아웃리치, 파이프라인, IR자료, 재무모델링, GTM 전략, 세일즈. 웹 검색만으로 단독 작동하며, CRM·이메일·문서 도구 연결 시 더욱 강력해집니다.
한국 정부·민간 지원사업 사업계획서 자동화 — 지식베이스 · 공고 지식 · 작성 · HWP 서식 4종 스킬 번들.
개발자 워크플로 — Git worktree + 서브모듈 통합 관리 스킬.
Go-to-Market · 경쟁 포지셔닝 · 가격 · 시장 규모 · B2B 세일즈 플레이북 5종 스킬 번들.
AIWF is an AI-powered workflow framework that enables autonomous software development with Claude Code. It provides intelligent command sets and workflow definitions that allow AI to manage entire project lifecycles - from planning to deployment - with minimal human intervention.
This project is an updated version of Simone.
AIWF is built as a Claude Code Plugin following the official Anthropic plugin architecture. The framework is organized into 4 specialized plugins:
aiwf/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
└── plugins/
├── aiwf-core/ (26 files) → Session, YOLO, Sprint/Task management
├── aiwf-dev/ (19 files) → TDD, DevOps automation
├── aiwf-experts/ (24 files) → Expert agents (architects, reviewers)
└── aiwf-tools/ (51 files) → Development tools
| Plugin | Description | Key Features |
|---|---|---|
| aiwf-core | Core framework | Session management, YOLO mode, Sprint/Task execution |
| aiwf-dev | Development workflow | TDD (red/green/refactor), DevOps, CI/CD |
| aiwf-experts | Expert agents | Build fixers, architects, code reviewers |
| aiwf-tools | Utility tools | Refactoring, debugging, API scaffolding, docs |
Multi-agent architecture where AIWF acts as the master orchestrator managing entire development workflows, while Claude Code operates as specialized subagents handling specific tasks. YOLO mode enables completely autonomous development - AI handles planning, coding, testing, and deployment without human intervention. Built-in checkpoint system ensures resilience and recovery.
Workflow-based state management with dependency tracking, priority calculation, and smart task recommendations. AI understands project context and suggests optimal next actions.
Five expert personas (Architect, Security, Frontend, Backend, Data Analyst) with specialized knowledge bases and context-aware compression for domain-specific optimization.
Intelligent context construction and optimization that maximizes AI effectiveness while minimizing token usage. Dynamic context compression, workflow-aware prompt engineering, and automatic relevance filtering ensure AI always has the right information at the right time.
Token-efficient context strategies with automatic compression, intelligent chunking, and relevance scoring. Maintains comprehensive project understanding while optimizing for AI model limits and performance.
AIWF operates as the master orchestration agent that coordinates complex development workflows. Claude Code instances function as specialized subagents, each handling specific domains like coding, testing, or documentation. This distributed approach enables parallel processing, fault tolerance, and specialized expertise application.
Native support for Claude Code, Cursor, Windsurf, GitHub, and Git with automated hooks, issue creation, and PR management.
Advanced installation validation with intelligent file checking, dependency verification, and automated troubleshooting. Enhanced validation architecture ensures reliable framework setup and operation.
Install AIWF as a Claude Code plugin directly:
# From GitHub repository
claude plugin add https://github.com/moonklabs/aiwf
# Or from local path (for development)
claude plugin add /path/to/aiwf
After installation, verify the plugins are loaded:
claude plugin list
You should see 4 AIWF plugins:
aiwf-core - Session, YOLO, Sprint/Taskaiwf-dev - TDD, DevOpsaiwf-experts - Expert agentsaiwf-tools - Development toolsnpm install -g aiwf
After global installation, navigate to your project directory and run:
aiwf install
The installer will guide you through: