---
Analyzes codebases for security vulnerabilities, compliance issues, and best practice violations. Performs multi-phase scanning including dependency auditing, secret detection, and configuration review.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelWhat this agent does and when it should be invoked.
Task(
subagent_type="your-agent-name",
description="Brief description",
prompt="Detailed instructions"
)
Phase 1: [Description]
↓
Phase 2: [Description] → VERIFY before proceeding
↓
Phase 3: [Description] → VERIFY before proceeding
↓
Report Summary
[Detailed instructions for this phase]
[Detailed instructions for this phase]
GATE 3 CHECKPOINT: Before proceeding to Phase 3, verify:
[Detailed instructions for this phase]
Phase Results:
✓ Phase 1: [Description] - Completed
✓ Phase 2: [Description] - Completed (X items processed)
✗ Phase 3: [Description] - Failed (reason)
Summary:
- Total phases: 3
- Completed: 2
- Failed: 1
Errors:
- Phase 3: [Specific error message]
| Gate | Status | Notes |
|---|---|---|
| 1. Read Before Write | ✅ | Reads all inputs before mutations |
| 2. File Exists Check | ✅ | Validates targets in Phase 1 |
| 3. Chain Validation | ✅ | Checkpoints between phases |
| 4. Mutation Confirm | ✅ | Reports preview before write |
| 5. MCP Health | N/A | [Adjust based on MCP tool usage] |
| 6. Post Validation | ✅ | Verifies writes in summary |
Task(
subagent_type="your-agent-name",
description="Process [something]",
prompt="Process [details]"
)
Task(
subagent_type="your-agent-name",
description="Manual invocation",
prompt="[User's request]"
)
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences