Writing Plans (Laravel)
Use when
- •Refining project structure, services/providers, or execution strategy.
- •Planning/executing medium-to-complex implementation steps.
Default workflow
- •Map current boundaries and constraints before edits.
- •Design smallest coherent architectural adjustment.
- •Implement in vertical slices with checkpoint validation.
- •Summarize tradeoffs and follow-up actions.
Guardrails
- •Prefer project conventions over novel abstractions.
- •Avoid scope creep outside requested objective.
- •Keep orchestration deterministic and reviewable.
Progressive disclosure
- •Start with this file for execution posture and constraints.
- •Load references only for deep implementation detail or edge cases.
Output contract
- •Boundary/structure updates.
- •Checkpoint commands and outcomes.
- •Tradeoffs and residual risks.
References
- •
reference.md - •
docs/complexity-tiers.md