home / skills / makfly / superpowers-symfony / daily-workflow
This skill applies production-grade Symfony architecture and guarded daily workflows with checkpoints, ensuring safe, auditable changes and clear next steps.
npx playbooks add skill makfly/superpowers-symfony --skill daily-workflowReview the files below or copy the command above to add this skill to your agents.
---
name: symfony:daily-workflow
allowed-tools:
- Read
- Glob
- Grep
description: Apply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for daily workflow tasks.
---
# Daily Workflow (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 production-grade Symfony architecture and execution workflows to day-to-day engineering tasks with controlled scope and clear checkpoints. It focuses on making small, high-confidence architectural adjustments and executing them in validated stages. The goal is safe, auditable change delivery that preserves existing patterns and reduces risk.
The skill inspects project boundaries, coupling points, and existing patterns to determine safe change pathways. It proposes the smallest coherent architectural adjustment, then breaks execution into checkpoints with explicit validation criteria. After each checkpoint it records outcomes, tradeoffs, and residual risks, producing a concise follow-up backlog.
What does a checkpoint look like?
A checkpoint is a small, testable change with clear validation steps, expected outcomes, and rollback instructions.
How do I decide scope?
Start from coupling points and opt for the smallest change that achieves the goal; expand scope only after checkpoint validation fails or new requirements emerge.