AI Pilot
AI Pilot from fusengine/agents.
Skills in this plugin
17- ▌ Tdd · fusengine bundleUse when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.
- ▌ Research · fusengine bundleUse when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.
- ▌ Challenge · fusengineUse before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
- ▌ Modularize · fusengine bundleUse when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
- ▌ Pr Summary · fusengineSummarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
- ▌ Elicitation · fusengine bundleUse when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
- ▌ Exploration · fusengine bundleUse when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.
- ▌ Code Quality · fusengine bundleUse when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
- ▌ Sniper Check · fusengineUse when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
- ▌ Verification · fusengine bundleUse when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).
- ▌ Agent Creator · fusengine bundleUse when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
- ▌ Brainstorming · fusengine bundleUse when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
- ▌ Skill Creator · fusengine bundleUse when creating new skills, restructuring existing skills, or improving skill documentation.
- ▌ Think In Code · fusengineUse when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline beats N sequential Read calls.
- ▌ Apex Methodology · fusengine bundleUse when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
- ▌ Fuse Browser Usage · fusengine bundleUse when about to call any mcp__fuse-browser__* tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
- ▌ React Effects Audit · fusengine bundleUse when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from "You Might Not Need an Effect".