A planning agent that acts as a team lead and software designer. It analyzes a product requirements document, writes architecture decision records, plans implementation, and examines effects across different parts of a system, but does not write the code itself.
A final review and commit agent that checks project outputs, updates the wiki, runs linting, tests, and builds, verifies the commit-message format, and creates a pull request. A pull request is a request for others to review and merge code changes.
A coding agent for implementing Clauday's main process, shared types, native modules, and inter-process communication handlers. It works from a plan and architecture decisions.
A coding agent for implementing the React renderer, user interface, Tailwind styling, and design system of Clauday. It works from a plan and architecture decisions.
A testing specialist for writing Vitest unit tests, checking coverage thresholds, and verifying quality boundaries. Unit tests check small parts of a program in isolation, while a coverage gate prevents insufficient test coverage from passing.
A safety checklist for changing code that starts Claude through an AI service, with separate Windows and Mac behavior. It applies to the AI-service and Claude-chat parts of an application.
Skill "artifact-validation" from limtaewon/dooray-claude-gui-assistance, covering artifact-validation, 대상 파일, 공통 — yaml frontmatter, prd.md 검증 and adr.md 검증 (불변성 규칙).
A commit checklist for a team using a defined commit-message format and a Definition of Done, meaning the conditions work must meet before it is considered complete. It is written in Korean and is required just before a commit.
A set of rules for adding or changing IPC channels in Electron applications. IPC, or inter-process communication, lets an Electron window exchange messages with the main process.
A feature-development workflow orchestrator, described in Korean, that coordinates architecture, engineering, testing, and integration stages. It accepts requests from a Durey channel message, a GitHub Issue, or a free-form request.
A guide for adding, updating, and fixing native Node.js modules such as node-pty and keytar. Native modules include code that depends on the operating system or compiled components.
A collection of Vitest unit-testing patterns for Electron code, including the main process, preload code, time-dependent logic, platform-specific behaviour, and IPC handlers. Vitest is a JavaScript testing framework; IPC lets Electron processes communicate.
Development-phase instructions for making backend and frontend code changes. The description also indicates that the instructions are written partly in Korean.
A quality-assurance procedure for checking acceptance criteria, meaning the conditions a change must meet before it is accepted. The description provides no further detail about its checks.