README
01Command Claude Code
A command reference explaining slash commands, which are user-invoked commands written in the form /xxx. It also identifies where the command files are stored: .claude/commands/.
Command Claude Code
A command reference explaining slash commands, which are user-invoked commands written in the form /xxx. It also identifies where the command files are stored: .claude/commands/.
Command Claude Code
An orchestration tool for automating a feature-development workflow. Orchestration means coordinating several development steps through one process.
Command Claude Code
Command "approve-gate" from oowanghuan/ai-coding-template, covering /approve-gate - 审批 phase gate, 参数, 用法, 执行步骤 and 1. 解析参数.
Command Claude Code
Command "check-gate" from oowanghuan/ai-coding-template, covering /check-gate - 检查 phase gate 状态, 参数, 用法, foundation gate (phase 0) and feature gate (phase 1-7).
Command Claude Code
A command for viewing project progress by choosing a scope and reading progress logs. The scope defines which part or period of the project to inspect.
Command Claude Code
A command for generating a daily work summary by selecting a time range and reading progress logs. A progress log is a record of work completed and status changes.
Command Claude Code
A command for validating the design of a Phase 0 Foundation document. Design validation checks whether a planned foundation is sound before further development.
Command Claude Code
A command for ending the day’s work by updating progress, generating a summary, and submitting code. Submitting code means committing the current changes to version control.
Command Claude Code
A command for running an expert review of a project or change. The available description covers its command name, parameters, usage, and execution steps.
Command Claude Code
Command "gen-demo" from oowanghuan/ai-coding-template, covering /gen-demo - 生成 demo 页面, 参数, demo 定位, 执行步骤 and 1. 验证参数.
Command Claude Code
A command for removing GUI sessions that are expired or no longer valid.
Command Claude Code
A command for connecting a project to a coding GUI console so it can receive commands from the GUI.
Command Claude Code
A command for disconnecting a project from a coding GUI and checking the connection state first.
Command Claude Code
A command for preparing the foundation documents of an AI-assisted development framework for a project.
Command Claude Code
A command for bringing an existing project into an AI-assisted development framework and creating one shared source of project information.
Command Claude Code
A command for resuming project work from a saved stopping point by reading the progress log.
Command Claude Code
A command for creating a new feature module, meaning a separate project area for one piece of functionality.
Command Claude Code
A command for moving a project into its next development phase after checking the required inputs.
Command Claude Code
A command for turning a Phase 0 module breakdown into an ordered list of features to develop.
Command Claude Code
A release command that generates release notes and guides the release process.
Command Claude Code
A command that creates API documentation by examining the project’s code. An API is an interface that lets software components communicate.
Command Claude Code
A command that creates data-model documentation by examining the project’s code. A data model describes the data structures an application uses and how they relate.
Command Claude Code
A command for running a project’s tests, which are checks that verify code behaves as expected.
Command Claude Code
A command for scanning an existing software project to analyze its structure and technology stack, meaning the languages, frameworks, and tools it uses.