| name | patent-box-enterprise |
| description | Continue or resume enterprise-grade API implementation for laravel-patent-box-tracker using macro branches, subtask PR loops, Copilot review gates, and durable progress/lesson logs. |
Patent Box Enterprise Skill
Read First
docs/PROGRESS.md
docs/ENTERPRISE_PLAN.md
docs/RULES.md
docs/LESSON.md
AGENTS.md
CLAUDE.md
Mandatory Workflow
- Confirm active branch and worktree status.
- Pick current macro task from
docs/ENTERPRISE_PLAN.md.
- Create a subtask branch from the macro branch.
- Implement one coherent slice.
- Run local gates.
- Update
docs/PROGRESS.md.
- Open PR to macro branch.
- Request Copilot review and verify it exists.
- Loop on review comments and CI until clean.
- Merge and continue.
- Immediately start the next roadmap block without waiting for extra user confirmation.
Copilot Review
If gh pr edit <PR> --add-reviewer @copilot fails because of CLI scope or user resolution, use .claude/skills/copilot-pr-review-loop/SKILL.md GraphQL fallback with copilot-pull-request-reviewer[bot].
Quality Gates
- Package backend/API:
composer validate --strict --no-check-publish, composer test
- Add additional checks required by the touched surface.
- UI tasks in other repos require Playwright.
Documentation Discipline
- Keep
docs/PROGRESS.md current with branch/PR/CI/Copilot status.
- Add reusable findings to
docs/LESSON.md.
- Reflect durable discoveries back into rules and skills.