.agents/skills/subagent-driven-development/SKILL.md
Execute an approved implementation plan in the current session by dispatching one subagent per task, with spec and quality reviews after each task. Use after writing-plans when tasks are mostly independent.
npx skillsauth add phant-app/phant subagent-driven-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Implement plan tasks using focused subagents and strict review gates.
Use these helper templates when dispatching subagents. They are located in the same directory as this skill file (e.g. skills/subagent-driven-development/ or .claude/skills/vibemastery-toolkit/subagent-driven-development/ depending on your install):
implementer-prompt.mdspec-reviewer-prompt.mdcode-quality-reviewer-prompt.mdRead the relevant file and use its contents as the subagent prompt, filling in the task text and context placeholders.
After each task, report:
Task completedFiles changedSpec review resultQuality review resultVerification resultThis workflow is complete only when:
data-ai
Beginner-first implementation planning from an approved design. Use after brainstorming, or when the user already approved requirements and wants a step-by-step Laravel implementation plan before coding.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.