| name | ai-assisted-laravel-workflow |
| description | AI-first Laravel repository workflow for planning, implementing, and documenting work in this project. Use when bootstrapping the repo, setting up agent guidance, or performing changes that should update memory, ADRs, or AI instructions. |
AI Assisted Laravel Workflow
Use this workflow when the task affects repository conventions, AI tooling, project memory, or durable decisions.
Steps
- Read
AGENTS.md.
- Read
docs/memory/active-context.md.
- Check whether the task changes:
- active state
- stable project assumptions
- durable technical decisions
- agent topology or release readiness
- If yes, update:
docs/memory/active-context.md
docs/memory/project-memory.md when the fact is stable
- the relevant
docs/decisions/*.md file when the choice is durable
docs/engineering/agent-release-readiness.md when the active agent set changes
- If the task introduces a reusable workflow, add or update a skill.
- If the task changes how agents should behave in this repo, update
AGENTS.md or .github/copilot-instructions.md.
Rules
- keep repository-wide instructions short
- put detailed guidance in skills or path-specific instructions
- avoid duplicating the same rule across AGENTS, memory, ADRs, and skills unless the duplication is intentional
- prefer repository memory for current facts and ADRs for decisions