By moonklabs
AI Workflow Framework - Project management and development workflow for Claude Code with Korean/English support
Comprehensive 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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:
지원사업 사업계획서 자동 작성 — 지식베이스 구축, 공고 소싱, 적합도 분석, 데일리 리포트, HWPX 출력. 웹 검색만으로 단독 작동하며, Notion·문서 도구 연결 시 더욱 강력해집니다.
디자인 시스템 — Stitch `design.md` 스펙 생성기 + Sprintable 브랜드 UI 키트.
스타트업 핵심 지표 · 3-시나리오 재무 모델링 · 유닛 이코노믹스 2종 스킬 번들.
Go-to-Market · 경쟁 포지셔닝 · 가격 · 시장 규모 · B2B 세일즈 플레이북 5종 스킬 번들.
한국 정부·민간 지원사업 사업계획서 자동화 — 지식베이스 · 공고 지식 · 작성 · HWP 서식 4종 스킬 번들.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin moonklabs-aiwfComprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management
Buildomator: a structured workflow plugin for Claude Code that adds planning, execution, and verification commands with MCP-backed project state
Use Claude Code As Is - native plugin leveraging built-in architecture
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.
Multi-agent orchestration system for Claude Code