Instructions file
Instructions for qinye6/pi-ccg, covering ccg for pi cli, 项目定位, 六个 pi role templates, 动态 fanout 上限 and supervisor 协调规则.
Instructions file
Instructions for qinye6/pi-ccg, covering ccg for pi cli, 项目定位, 六个 pi role templates, 动态 fanout 上限 and supervisor 协调规则.
Agent
An agent instruction for running the system date command and returning only its raw output.
Agent
An initialization tool that scans a code repository and creates or updates project documentation and a .claude/index.json file. It first maps the repository, then examines important modules, interfaces, data files, tests, and configuration.
Agent
A project-planning agent that uses WBS, or work breakdown structure, to split a feature into smaller tasks and dependencies.
Agent
An architecture-planning agent that scans a codebase and produces a system design plus a file-allocation plan. It combines backend and frontend analysis supplied by other agents when available.
Agent
A Chinese-language QA agent that checks a project’s testing setup, writes tests, and runs tests, linting, and type checks. QA means quality assurance: checking that software behaves correctly before release.
Agent
A code-review agent that combines review results from multiple sources and labels findings as Critical, Warning, or Info.
Agent
A UI/UX design agent that turns a product request into page layouts, component breakdowns, interaction flows, responsive behavior, and accessibility guidance.
Command
A Git command for finding and cleaning up local or remote branches that have already been merged or have not changed for a set number of days.
Command
A Git commit command that reviews repository changes and creates a Conventional Commits message, a standard format for describing code changes. It can also suggest splitting unrelated changes into separate commits.
Command
A command for maintaining a project’s .context folder, which stores coding preferences, workflow notes, decision logs, and history. It creates an audit trail showing why changes were made.
Command
A natural-language entry command that examines a development request and chooses a matching coding workflow.
Command
A command that scans a project and creates or updates CLAUDE.md files: plain-language guidance documents for an AI coding assistant. It creates a short project-level overview and more detailed documents for individual modules.
Command
An interactive command for moving a Git branch back to an earlier commit, tag, or saved reference. Git is a tool that records code history; reset changes that history, while revert adds new commits that undo earlier ones.
Command
A command for carrying out a software plan after its decisions have already been made. It uses multiple AI models for reference, but requires their suggestions to be rewritten and reviewed before use.
Command
A setup command that prepares the OpenSpec specification environment and checks whether its command-line tool and connected AI-model tools are available. OpenSpec organizes development work into structured proposals and tasks.
Command
A planning command that turns requirements into an explicit implementation plan with no unresolved choices. It uses multiple AI models and defines property-based testing rules, which check general truths about behavior rather than only fixed examples.
Command
A research command that turns a software request into constraints and checkable success conditions. OpenSpec is a framework for organizing software changes as structured proposals, specifications, and tasks.
Command
A code-review command that asks two AI models to independently inspect the same proposed changes. It compares their findings against the proposal’s requirements and code-quality rules.
Command
A Git worktree management command for creating and organizing multiple working directories from one repository.
Agent
A backend implementation agent for building approved non-interface components such as APIs, services, databases, workers, command-line tools, and libraries.
Agent
A controlled worker for building one specified part of a user interface, such as a web page, admin panel, mobile app, or mini-program. It must inspect the project and receive approval before changing files.
Agent
A read-only planning agent for splitting a coding task into frontend and backend work. It creates an execution plan with responsibilities, file ownership, dependencies, and required decisions.
Agent
A read-only project scout that examines a repository to identify its components, technologies, commands, dependencies, and parallel-work risks. It does not change files or run project commands.