symfony:brainstorming
Brainstorming (Symfony)
Use when
- Refining architecture/workflows/context handling in Symfony projects.
- Planning and executing medium/complex changes safely.
Default workflow
- Establish current boundaries, constraints, and coupling points.
- Propose smallest coherent architectural adjustment.
- Execute in checkpoints with validation at each stage.
- Summarize tradeoffs and follow-up backlog.
Guardrails
- Use existing project patterns by default.
- Avoid broad refactors without explicit need.
- Keep decision log clear and auditable.
Progressive disclosure
- Use this file for execution posture and risk controls.
- Open references when deep implementation details are needed.
Output contract
- Architecture/workflow changes.
- Checkpoint validation outcomes.
- Residual risks and next steps.
References
docs/complexity-tiers.md
More from makfly/superpowers-symfony
symfony:bootstrap-check
Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for bootstrap check tasks.
344symfony:tdd-with-phpunit
Drive Symfony delivery with deterministic tests and strong regression protection. Use for tdd with phpunit tasks.
319symfony:twig-components
Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for twig components tasks.
315symfony:using-symfony-superpowers
Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for using symfony superpowers tasks.
304symfony:effective-context
Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for effective context tasks.
303symfony:doctrine-fixtures-foundry
Evolve Symfony Doctrine models and schema safely with integrity, performance, and rollout discipline. Use for doctrine fixtures foundry tasks.
284