home / skills / makfly / superpowers-symfony / bootstrap-check
This skill guides production-grade Symfony bootstrap checks, coordinating architecture changes, checkpoints, and auditable risk decisions for safer releases.
npx playbooks add skill makfly/superpowers-symfony --skill bootstrap-checkReview the files below or copy the command above to add this skill to your agents.
---
name: symfony:bootstrap-check
allowed-tools:
- Read
- Glob
- Grep
description: Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for bootstrap check tasks.
---
# Bootstrap Check (Symfony)
## Use when
- Refining architecture/workflows/context handling in Symfony projects.
- Planning and executing medium/complex changes safely.
## Default workflow
1. Establish current boundaries, constraints, and coupling points.
2. Propose smallest coherent architectural adjustment.
2. Execute in checkpoints with validation at each stage.
2. 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
- `reference.md`
- `docs/complexity-tiers.md`
This skill applies a production-grade Symfony architecture and execution workflow to bootstrap check tasks. It frames changes with a controlled scope and clear checkpoints to reduce risk. The goal is safe, incremental improvements that are auditable and easy to validate.
The skill inspects current boundaries, constraints, and coupling points in your Symfony codebase to establish a baseline. It proposes the smallest coherent architectural adjustment, then defines and executes checkpointed steps with validation criteria. Each checkpoint records outcomes, residual risks, and recommended follow-up tasks for an auditable decision trail.
What outputs will I get after a bootstrap check?
You will receive proposed architecture/workflow changes, checkpoint validation results, a residual risk summary, and a prioritized follow-up backlog.
How do checkpoints reduce risk?
Checkpoints enforce small, testable changes with predefined validation criteria and rollback paths, making issues visible early and limiting blast radius.