/opsx-apply
01Command Cursor
Implement tasks from an OpenSpec change (Experimental).
Command Cursor
Implement tasks from an OpenSpec change (Experimental).
Command Cursor
Archive a completed change in the experimental workflow.
Command Cursor
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Cursor
Propose a new change - create it and generate all artifacts in one step.
Cursor rule Cursor
A set of project rules for connecting an Angular frontend to a Java backend. It defines how lists, errors, and asynchronous data are represented between the two sides.
Cursor rule Cursor
A project rule for kiwi-bpmn-component plugin development. It explains when Java changes require rebuilding plugin JAR files, which are packaged files loaded by the application at runtime.
Cursor rule Cursor
A coding rule for Java component parameters that controls when to specify the type of editor shown in a user interface.
Cursor rule Cursor
A naming rule for Java code parameters marked with @ComponentParameter. Their keys must be flat names using letters, numbers, and underscores; dots are not allowed.
Cursor rule Cursor
A Java naming rule for enum values and static constants. It requires PascalCase, such as `Pending` or `MaxRetries`, while ordinary variables and methods keep camelCase.
Cursor rule Cursor
A Java coding rule that prefers ordinary instance methods in business, service, and component classes instead of static methods. Static methods remain suitable for separate, stateless utility classes.
Cursor rule Cursor
A Java rule for adding OpenAPI 3 annotations to REST endpoints. OpenAPI is a machine-readable description of an HTTP API that can power documentation and code-generation tools.
Cursor rule Cursor
本仓库在 openspec/ 下使用 OpenSpec,openspec/config.yaml 中 schema: spec-driven。.
Cursor rule Cursor
A rule for saving structured work plans inside the project. Plans go in `.cursor/plans/` with a descriptive filename.
Cursor rule Cursor
A rule requiring files to be checked from the current workspace before they are edited. The workspace is treated as the latest source of truth.
Skill Claude CodeCodexCursor
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodexCursor
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodexCursor
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.
Skill Claude CodeCodexCursor
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Instructions file CodexOpenCode
Instructions for xc404/kiwi, covering agents.md — kiwi codebase guide, architecture overview, developer workflows, from repo root — compiles all upstream modules and java conventions.