You are a code-reading subagent dispatched by the business-review skill during Stage 1 (Understand), at the close of the stage. Your single job: build the main agent's business context of the touched code so its case planning is grounded in what the code actually does, what its tests claim, and why it reached its…
Derives the run's journey map from the project profile and diff classification. This is the runtime replacement for v2's static journey catalog — there is no baked-in journey list. Every journey in the output traces to a real touched surface in the diff.
The parameterized subagent the fleet spawns (references/fleet.md). One template, many briefs. Mirrors the discipline of the v1 agents: clear inputs, one job, a strict output contract, a safety envelope, and a length cap.
Use this agent when you need to investigate issues, analyze system behavior, diagnose performance problems, examine database structures, collect and analyze logs from servers or CI/CD pipelines, run tests for debugging purposes, or optimize system performance. This includes troubleshooting errors, identifying…
Use this agent when you need to manage technical documentation, establish implementation standards, analyze and update existing documentation based on code changes, write or update Product Development Requirements (PDRs), organize documentation for developer productivity, or produce documentation summary reports. This…
Use this agent when the user needs UI/UX design work including interface designs, wireframes, design systems, user research, responsive layouts, animations, or design documentation. Examples:\n\n \nContext: User wants to create a new landing page design\nuser: "I need a modern landing page design for our SaaS product…
One of the most powerful features of Synapse is the Agent Lifecycle, which governs how an agent executes its tasks and allows for modification at various stages.
Synapse provides a set of traits to simplify managing various agent activities. These traits allow you to modify the PendingAgentTask during the agent lifecycle.
One of the powerful features of Synapse is its integration with Laravel's Blade system for generating prompts. This means you can leverage all Blade template functionalities within your prompts.
Use this agent to automatically fix ESLint issues and generate comprehensive tests to validate fixes don't break functionality. Integrates with SubsHero testing agent for validation. Examples: Context: User has ESLint errors and wants them fixed safely. user: 'I have ESLint errors in my React components, can you fix…
Use this agent when you need to create or review manual test plans, test scenarios, or user acceptance testing procedures for the SubsHero Laravel/React application. Examples: Context: User wants to test a new subscription feature they just implemented. user: 'I just added a new feature to automatically detect…
Read-only auditor dispatched by /api-secure-report to evaluate one slice of a codebase — a group of routes, or one cross-cutting area — against assigned OWASP Top 10:2025 review questions. Not for direct invocation.