openspec-onboard
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
request-analysis
Analyze user requirements and produce structured documentation. When the user inputs commands like “analyze requirements,” depending on the requirement type (addition/modification) create preliminary design documents, engineering specifications and change proposals for this requirement under design/documents/ and openspec/, including: create a documents subdirectory for this requirement, initialize or update openspec/AGENTS.md and openspec/project.md, and create a change directory under openspec/changes/[change-id]/ with structured spec (requirement analysis) and task breakdown documents. If the request involves front-end or images, the skill can integrate with the image-analysis capability to parse image content.
coding-implementation
In the OpenSpec project, responsible for concrete code implementation based on completed requirements analysis and engineering architecture design. When the user issues commands such as "coding implementation", it combines the outputs of request-analysis and project-analysis to automatically generate or modify code according to layered coding standards, and, when necessary, generates corresponding database and interface documentation directories for new tables and external services.
Code Review
In the OpenSpec project, based on completed requirements analysis and engineering architecture design, perform a systematic code review of the code within the specified change-id range. When the user issues commands such as "implement code", "code review", or "please review this change", combine the outputs of request-analysis and project-analysis, inspect according to common review guidelines, propose modification suggestions, and write the review record under design/documents/[change-id]/records/.