| name | laravel-evidence-risk-review-admin-plan |
| description | Resume or enforce the padosoft/laravel-evidence-risk-review-admin implementation plan. |
Laravel Evidence Risk Review Admin Plan
This is the Claude-compatible summary. The full repo-local skill lives at skills/laravel-evidence-risk-review-admin-plan/SKILL.md; keep both in sync.
Read first:
AGENTS.md
CLAUDE.md
docs/IMPLEMENTATION_PLAN.md
docs/RULES.md
docs/PROGRESS.md
docs/LESSON.md
Canonical spec:
%USERPROFILE%\Downloads\laravel-evidence-risk-review-admin-template\padosoft-laravel-evidence-risk-review-admin-SPEC-PLAN.md
Design handoff:
%USERPROFILE%\Downloads\laravel-evidence-risk-review-admin-template\README.md
%USERPROFILE%\Downloads\laravel-evidence-risk-review-admin-template\project\index.html
If unavailable, continue from docs/IMPLEMENTATION_PLAN.md and docs/PROGRESS.md.
Non-negotiables:
- Standalone Laravel admin package, no AskMyDocs coupling.
- Core package consumed through HTTP only; do not reimplement review logic.
- PHP
^8.3, Laravel ^11|^12|^13.
- Middleware never empty.
- UI tasks need Vitest and Playwright.
- Per-W AI reviews are temporarily disabled; run one deep AI review before final release.
- After W7, every PR must pass GitHub Actions CI before merge.
- Verify npm lock with
npx -p npm@10 npm ci when dependencies change.
- Commit built release assets under
public/vendor/evidence-risk-review-admin.
- Keep Composer legacy-advisory bypasses CI-only; do not commit them to
composer.json.