원클릭으로
source-command-implement
Implement a requested change using the repository's modern C++ agent loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement a requested change using the repository's modern C++ agent loop.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design and implement a Qt Quick interface with a deliberate visual system and a clean C++ module boundary.
Prepare a release using a strict verification-first workflow.
Build and test the repository without making unnecessary code changes.
Enforce the human-approved project-name gate before creating a new product, application, service, library, tool, repository, or implementing an idea. Use when starting new project work or when another workflow is about to generate a project.
Add a modern C++ module with a documented boundary, CMake registration, and tests.
Convert repeated human corrections into durable repository agent rules.
| name | source-command-implement |
| description | Implement a requested change using the repository's modern C++ agent loop. |
Use this skill when the user asks to run the migrated source command implement.
Use this command when implementing a feature, bug fix, or refactor.
AGENTS.md.INI-001 through
INI-004 and read docs/agent/START_PROJECT.md. If the project name is
missing, ask for it and stop before writing code or choosing identifiers.GUI-015, read the Qt Quick guides, and use Qt Quick as
the primary interface rather than silently selecting CLI-only.docs/agent/PROJECT_CMAKE_BASELINE.md..cppm declaration and .cpp implementation separation.std::print or std::println for ordinary formatted output..cppm
files with FILE_SET CXX_MODULES and enable target module scanning.qmldir/.qmltypes paths.git diff --check.NOT VERIFIED.Do not create .h files.
Do not use classic header/source architecture for new code.
Do not claim success without running build and tests.
For policy or documentation changes, the knowledge_contract test is required.