원클릭으로
autonomous-coding-workflow
Governs safe, incremental, repository-wide development workflow with continuous validation gates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Governs safe, incremental, repository-wide development workflow with continuous validation gates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Defines structural rules for Laravel architecture, layering, and code organization
Defines DTO structure, lifecycle, and transformation rules across the application
Defines application service structure and business orchestration boundaries
Ensures correct execution order of migrations, seeders, and tests in CI
Defines the schema-to-factory-to-seeder contract chain — NOT NULL alignment, factory/seeder ownership boundaries, and schema drift rules
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline
| name | autonomous-coding-workflow |
| description | Governs safe, incremental, repository-wide development workflow with continuous validation gates |
Perform repository-wide modifications safely, incrementally, and with continuous validation.
Before doing anything:
.github/copilot-instructions.mdAGENTS.md.junie/*.mdCLAUDE.mdIf they exist:
Before modifying code:
Do not modify code that has not been understood.
Apply only when relevant:
Work in small, verifiable steps.
After each change:
php -l
vendor/bin/pint --dirty --format agent
Never proceed if any of the following fail:
Before completion, additionally ensure:
After completing a module:
php -l.Do not start the next module until the current one is fully stable.
If behavior is unclear:
The task is complete only when: